Subj : Re: I am using Borland C++4.52 and having a linking issus To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Tue Jul 29 2003 07:12 pm James Kim wrote: >If I can't resolve this problem, I guess I would have to write my program >without using a "constructor and new". >Is there any way out for this problem? Yes, write your own "new" (and "delete" too). You have 3 choices: 1) use the Borland RTL. 2) write your own version of the RTL. 3) do without. .