[DONE] Unknown Windows API function: _ClientToScreen@8

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

[DONE] Unknown Windows API function: _ClientToScreen@8

Post by Mistrel »

The following error is produced when calling the API function ClientToScreen_():

Code: Select all

---------------------------
TailBite Warning
---------------------------
Unknown Windows API function:
_ClientToScreen@8


---------------------------
OK   
---------------------------
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

i can´t reproduce it here.
I´m using Vista and tested with PB4.30X86 + PB4.30X64 using TailBite 1.3 PR 1.879 (Build on 14.1.2009 21:06)

Can you send me your logfile ?
It´s created when Keep source files after making the library is checked. You can locate it then in your documents\TailBite Library Sources\...

This was the test source :

Code: Select all

ProcedureDLL testlib()
  ProcedureReturn ClientToScreen_(0,0)
EndProcedure
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I was using TailBite 1.3 PR 1.878. Maybe it's been fixed in 1.879?
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Yes, it is fixed. Thank you. :)
Post Reply