Archived

This forum has been archived. Please start a new discussion on GitHub.

Can't start up Ice::Serivce application?

class MyApp :: public Ice::Service
{
virtual bool start();
virtual bool stop();
}

If I use command-line to start MyAPP.exe:

START C:\MyApp.exe

then it crashed.

why?:(

Comments