Page 1 of 1

Using LIB-files

Posted: Tue Aug 07, 2007 9:16 am
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

Posted: Tue Aug 07, 2007 9:57 am
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

Posted: Tue Aug 07, 2007 11:34 am
by Antonio Linares
Marc,

Glad to know you solved it :-)