Subj : Re: Unresolved reference __turboFloat To : borland.public.cpp.borlandcpp From : It's me Date : Sat Dec 04 2004 07:38 pm Ed, > If A.OBJ is to be built into a console mode program named A.EXE using > a user-supplied library of B.LIB then a command line to link to A.EXE > would be: > > ilink32 /Tpe/ap/c/x/Gn c0x32 a,a,,b import32 cw32 > > . Ed If I do the above, it can't find c0x32. I did included the proper path settings in the ilink32.cfg file like: ----ilink32.cfg------- -ltWC -LE:\MATLAB_SV7\extern\lib\win32\borland\bc54 -LE:\Borland\Bcc55\lib\32bit -LE:\Borland\Bcc55\lib ------------- Regards, -- It's me .