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