Hello guys,
I'm watching this thread since yesterday.
Perhaps I can give you a clue.
> >I'm trying to investigate that GetCommandLine thing.
> The one thing I couldnt answer is how the game 'gets' the command line.
int WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow
);
Perhaps this way?
Andy