Página 1 de 1

FindWindow

Publicado: Lun Feb 05, 2007 11:24 pm
por Capsol Coder
Gday xailer,
I am getting the following error compiling old code.
Error: Unresolved external '_HB_FUN_FINDWINDOW' referenced from
X:PROJECTSCAPSYNC2OBJCAPSYNC.OBJ
and
Error: Unresolved external '_HB_FUN_DIALOG' referenced from
X:PROJECTSCAPSYNC2OBJCAPPROGRESSX.OBJ
How can I fix this?
Regards,
Leigh.

FindWindow

Publicado: Mar Feb 06, 2007 9:33 am
por ignacio
Capsol,
Obviously the functions FindWindow and Dialog are not present on your
exectuble. Maybe the call to the FindWindow() function refers to the Windows
API FindWindow() function, in that case, José Giménez, for two times, has
explain you how to create a wrapper for that function But Dialog() is not a
Windows API function, so you better find where it is used and remove it or
create your own function.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
news:[email=45c7aea6@news.xailer.com...]45c7aea6@news.xailer.com...[/email]
> Gday xailer,
>
> I am getting the following error compiling old code.
>
> Error: Unresolved external '_HB_FUN_FINDWINDOW' referenced from
> X:PROJECTSCAPSYNC2OBJCAPSYNC.OBJ
> and
> Error: Unresolved external '_HB_FUN_DIALOG' referenced from
> X:PROJECTSCAPSYNC2OBJCAPPROGRESSX.OBJ
>
> How can I fix this?
>
> Regards,
> Leigh.
>
>
>