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
XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL
Toyet,
Has you linked the same Harbour libs that we use in FWH/samples/buildh.bat ?
Please check it
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
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: XHB-32-BCC.DLL and HARBOUR-32-BCC.DLL
Toyet,
Thats a good way to do it
Thats a good way to do it