Página 1 de 1

Error Linking (Missing _hb_clsGetMethodData)

Publicado: Dom Oct 14, 2012 5:51 pm
por abebuch
Linking: Test.exe...
S:BorlandBCC55Binilink32 -Gn -Tpe -x -aa @link.tmp
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_clsGetMethodData' referenced from S:XAILER2LIBHBXAILER.LIB|Events
Error: Unresolved external '_hb_clsSetMethodData' referenced from S:XAILER2LIBHBXAILER.LIB|Events
0 Files, 0 Warnings, 2 Errors
Compile time: 0.00s Link time: 1.94s Total time: 2.25s

Error Linking (Missing _hb_clsGetMethodData)

Publicado: Lun Oct 15, 2012 10:14 am
por jfgimenez
Abe,
> Linking: Test.exe...
>
> S:BorlandBCC55Binilink32 -Gn -Tpe -x -aa @link.tmp
>
> Turbo Incremental Link 5.00 Copyright (c) 1997, 2000
> Borland
> Error: Unresolved external '_hb_clsGetMethodData' referenced
> from S:XAILER2LIBHBXAILER.LIB|Events
> Error: Unresolved external '_hb_clsSetMethodData' referenced
> from S:XAILER2LIBHBXAILER.LIB|Events
> 0 Files, 0 Warnings, 2 Errors
> Compile time: 0.00s Link time: 1.94s Total time: 2.25s
You have to use this Harbour: http://www.xailer.com/download?file=66
If you are using other Harbour binaries for other pourposes, you may
install the above ones into xailerhb32 to avoid colisions.
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

Error Linking (Missing _hb_clsGetMethodData)

Publicado: Mar Oct 16, 2012 2:21 pm
por abebuch
so Xailer requires it's own modified Harbour?

Error Linking (Missing _hb_clsGetMethodData)

Publicado: Mar Oct 16, 2012 5:04 pm
por ignacio
abebuch escribió el mar, 16 octubre 2012 14:21so Xailer requires it's own modified Harbour?
See the docs. We have only modified a small module and its source code is included on our installation harbour binaries.
Regards,