Hi,
I'm using CodeWarrior to build a shared library. I've used the SampleLib
project as a starting point. The problem is that I want to use C++ to write
the shared library. Is this supported?
The problem is that the new and delete operators are linked in from MSL
Runtime Palm OS (2i).Lib. But when I add MSL Runtime Palm OS (2i).Lib to my
project, I recieve several link errors of the form:
Link Error : NMWException.cp: 'std::uhandler' has illegal single segment
32-bit reference to 'std::duhandler()'.
When I change my project type to "PalmOS Application" everything builds.
But something about using "PalmOS Code Resource" is causing this link error.
Any thoughts would be appreciated,
Ray