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

Post Reply
User avatar
toyet
Posts: 39
Joined: Thu Apr 05, 2007 12:52 am
Location: Philippines

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

Post 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
User avatar
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

Post by Antonio Linares »

Toyet,

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

Please check it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
toyet
Posts: 39
Joined: Thu Apr 05, 2007 12:52 am
Location: Philippines

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

Post 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
User avatar
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

Post by Antonio Linares »

Toyet,

Thats a good way to do it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply