Page 1 of 1

[DONE] Unknown Windows API function: _ClientToScreen@8

Posted: Thu Jan 22, 2009 10:58 am
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   
---------------------------

Posted: Thu Jan 22, 2009 8:55 pm
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

Posted: Fri Jan 23, 2009 4:35 pm
by Mistrel
I was using TailBite 1.3 PR 1.878. Maybe it's been fixed in 1.879?

Posted: Fri Jan 23, 2009 7:24 pm
by ABBKlaus

Posted: Sat Jan 24, 2009 8:11 am
by Mistrel
Yes, it is fixed. Thank you. :)