Page 1 of 1

XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL

Posted: Tue Jul 09, 2013 12:40 pm
by toyet
Anybody,

I tried comverting our codes to Harbour/FWH1304. After trials and misses especially when choosing the right LIB files during a search for Unresolved externals, I finally made it through to build the EXE.

But when run, either XHB-32-BCC.DLL and/or HARBOUR-32-BCC.DLL are not found.

I searched the whole disk for these files, but they nowhere to be found. Also googled them, but to no avail.

Are these DLLs really needed or I made some wrong choices with the LIB files.

Any help is very much appreciated.

Thank you.

Toyet

Re: XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL

Posted: Tue Jul 09, 2013 1:53 pm
by Antonio Linares
Toyet,

Has you linked the same Harbour libs that we use in FWH/samples/buildh.bat ?

Please check it

Re: XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL

Posted: Tue Jul 09, 2013 10:03 pm
by toyet
Antonio,

Originally I used the samples' libraries, but when the Unresolved externals started to popup, I used XSearch utility to look for the function names inside *.LIB files. More than 1 files are listed so I picked those filenames that come from the folders:
1) harbour
2) fwh1304
3) bcc582
Until I built the EXE successfully. That's when these DLLs where posted missing.
For now, I took the painstaking process of elimination by actually linking the qualified LIB files one-at-a-time.
Maybe there's a shorter way to identify the LIBs.

Thanks in advance.

Toyet

Re: XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL

Posted: Wed Jul 10, 2013 6:53 am
by Antonio Linares
Toyet,

Thats a good way to do it :-)