267 Subj : Error in linking .cpp with Borland 4.52 To : borland.public.cpp.borlandcpp From : James Kim Date : Tue Jul 22 2003 05:43 pm After compiling .cpp files with "bcc -c -v -ml -1 test.cpp" "bcc -c -v -ml -1 main.cpp" where test.cpp contains nothing but an empty constructor and main.cpp is main() function with no contents the following linking error occurs on "tlink /m /v /s /c test.obj main.obj, my_main.exe, my_main.map" >> Error: Undefined symbol operator new(unsigned int) in module test.cpp Please help me! James email: wonderfuljames@hotmail.com . 0