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.
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
FindWindow
-
- Mensajes: 53
- Registrado: Vie May 26, 2006 3:33 am
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
FindWindow
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.
>
>
>
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.
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com