Subj : Re: I am using Borland C++4.52 and having a linking issus To : borland.public.cpp.borlandcpp From : " Bruce Salzman" Date : Tue Jul 29 2003 01:58 pm > >>tlink /m /v /s startup.obj test.obj main.obj, main.exe, main.map > >>Error: Undefined symbol operator new(unsigned int) in module TEST.CPP > > But interestingly if I comment out everything that has to do with the > "test" constructor, linking works perfectly. > > Does anyone know what this is all about? > If so, what should I do to make it work with the constructor > uncommented? > Help please! > What does the code look like where you actually create a test object? .