When I compile and link I have error from linker no reference to __new__ and to __delete_ . So I have changed compiler options to -fno-exceptions -fno-rtti and put linker options -lnoexcept
And then I have got no reference to free and malloc. What should I do to compile C++ program. Typical main.c (from examples) is written in plain C, but i want to compile other C++ files and link it all together. Who can help? Piotr -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
