When I create multiple targets in a C++ project, the second target on 'Make' gives a linker error. "Link Error : __RuntimeModule__: '__Startup__' referenced from '__DummyStartup__' is undefined." How do I rectify this??
This Link Error does not come if I create multiple targets in a C project. In the second target of both the projects I have very minimal code. Infact, just the __Startup__ function. As an aside, in the C project, if I enable the Activate C++ compiler setting (C/C++ Language settings group) of the second target and 'Make' the second target, I get the same Link error in this project too. some light on this please!! Is there any documentation related to C++ multiple code resources. Thanks in advance Anil Vedururu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
