Hi guys,
I'm trying to compile using BCC+Harbour 17038 from SVN but I get an 'unresolved external Freelibrary()/LoadLibrary() ' error message. What lib could I be missing?
TIA
BCC5.82/BCC7.3
xHarbour/Harbour
Hi guys,
I'm trying to compile using BCC+Harbour 17038 from SVN but I get an 'unresolved external Freelibrary()/LoadLibrary() ' error message. What lib could I be missing?
TIA
Hua,
Please remove in fwh\source\winapi\dll.c:
// #if defined( _WIN64 )
and
// #endif
Thanks Antonio. That fixed it.




D:\fwh\lib>tlib fivehc -+legacycd.obj
TLIB 4.5 Copyright (c) 1987, 1998 Borland International
Warning: public '_HB_FUN_GETLASTERROR' in module 'legacycd' clashes with prior module 'WEBCAM'
D:\fwh\lib>tlib fivehc -+legacyco.obj
TLIB 4.5 Copyright (c) 1987, 1998 Borland International
Warning: public '_HB_FUN_GETLASTERROR' in module 'legacycd' clashes with prior module 'WEBCAM'
D:\fwh\lib>tlib fivehc -+legacycp.obj
TLIB 4.5 Copyright (c) 1987, 1998 Borland International
Warning: public '_HB_FUN_GETLASTERROR' in module 'legacycd' clashes with prior module 'WEBCAM'Hua,
We have reorganized the code in legacy.prg and now it is fine. Basically we have moved the C modules inside a #pragma BEGINDUMP inside the legacy.prg as there were conflicts with xHarbour. Now it is ok ![]()
Do you want me to email you the libs to test them ? For what C compiler ?
Yes please
. BCC is my safety net while I try to move to hbmk2 + harbour + mingW. If it's of no trouble could I have libs for both BCC and MingW please?
Thanks again Antonio. Appreciate it very much ![]()
Antonio, you can email the libs to hua.bassupport @ gmail.com whenever the libs are ready
TQVM ![]()
Already sent ![]()
Thanks Antonio. You've been very helpful.