Hi!
In my Microsoft Visual C++ 6.0 application I would like to get the commandline arguments, argc and argv. I have seen code like the following ex.
[int main(int argc, char **argv) { }]
But that doesn't help me much, since I don't have any 'main' (or do I?). How can I get argc and argv and use them in my View?

Thanks
//Stefan