27e Subj : __turboFloat problem To : borland.public.cpp.borlandcpp From : "Martin Schneider" Date : Tue Sep 09 2003 08:25 pm Hi! I created a project to build a DLL (actually a python extension) on one machine, linking ilink32 -Tpd example c0d32,example.pyd,,mypylib import32 cw32mt,example Everything works fine. Now I transferred the project to my laptop and get an "Unresolved external '__turboFloat'" error, which I can only solve by linking cw32mti instead of cw32mt. Same compiler version, same libraries. Can anybody explain this please? Thanks Martin . 0