Nishant
Thu Jun 02 05:33:37 CDT 2005
You've seen the other answers - here's another way to do it
for(int i=0; i<__argc; i++)
MessageBox(__argv[i]);
--
Regards,
Nish [VC++ MVP]
http://www.voidnish.com
http://blog.voidnish.com
"iceColdFire" <icoldfire@yahoo.com> wrote in message
news:1117697697.874470.34650@g47g2000cwa.googlegroups.com...
> Hi,
> I have a CDIalog MFC based win ap under MSVC 6.0
>
> Now I need to configure it for parsing command line parameters ,,,,
> where and which function does accept argc, char** argv as there is no
> main()
>
> Kindly help
>
> Thanks,
> a.a.cpp
>