Using LIB-files

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Using LIB-files

Post by Marc Vanzegbroeck »

Hello,

I'am moving from FW to FWH. In FW I have created my own functions that I use in all my programs and put the in a LIB-file.

Now I want to do the same and compiled the PRG-files an put it in a lib using TLIB.

I have create my LIB-file but if I link it, I get an 'Unresolved external' for al the function I want to use from my lib. I have link the file just after the FIVEXH and FIVEHC lib.
Is the something else I have to define, so the linker can find my functions?

Thanks,
Marc
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Please ignore my previous question.
The problem is solved. The clipper OBJ-files where inside de lib instead of the those compiled with xharbour :oops:

Marc
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Marc,

Glad to know you solved it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply