1ff Subj : Unresolved external '__turboFloat' To : borland.public.cpp.borlandcpp From : Ruben Falk Date : Sat May 08 2004 12:59 pm I am using the Borland C++ Builder Command Line Tools, Version 5.5 to build a DLL. When I invoke the linker (ilink32), I get the error: "Unresolved external '__turboFloat' referenced from root". This only happens when my code calls a local function "double funcName(double arg) {return arg;}". Am I missing a library??? Any help much appreciated! Thanks Ruben . 0