From: Paul P. <bay...@gm...> - 2012-02-14 18:11:35
|
It sounds like maybe you have multiple main methods, but have 1 particularly in mind for the C main? XMLVM assumes there is only a single main method in the project & that is the one that is executed. If you have more than 1 main method, you will get an error. Thanks, Paul Sent from my iPhone On Feb 14, 2012, at 10:24 AM, Ralf Tossenberger <ral...@co...> wrote: > Hello, > > I am trying to convert a Java project to posix but have no idea where the main(argc, **argv) entry has to be defined. Inside my Java classes there is one class containing the static main(args) method which should be started. Trying to compile (to link) the generated stuff, currently ends with a missing main() error. > > Thanks for help > RT > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |