c++.command-line - Specify entry-point
- Badestrand <MichelHelms Web.de> Feb 20 2008
- Jan Knepper <jan smartsoft.us> Feb 25 2008
Hi! I'm using the Digital Mars compiler since yesterday and I'm very confidend. But I have one question: Is there any way to tell the compiler it shall use an other entry-point than the "main"-function? Thanks in advance, Badestrand
Feb 20 2008
Badestrand wrote:Hi! I'm using the Digital Mars compiler since yesterday and I'm very confidend. But I have one question: Is there any way to tell the compiler it shall use an other entry-point than the "main"-function? Thanks in advance, Badestrand
Not the compiler, but the Linker... Check the Linker command line options. Jan -- ManiaC++ Jan Knepper www.janknepper.com But as for me and my household, we shall use Mozilla... www.mozilla.org
Feb 25 2008








Jan Knepper <jan smartsoft.us>