Is there any api function to get command line parameters, I mean to obtain argc and *argv[], like in C? Or do I have to write my own function to get parameters from the command line received previosly by the GetCommandLine function?
Thanx.
Thanx.
I don't know if there is any API Call to do this, but if you take a look at \masm32\m32lib\clargs*.asm
then you will find some helpful code for this.
then you will find some helpful code for this.
Is there any api function to get command line parameters, I mean to obtain argc and *argv[], like in C? Or do I have to write my own function to get parameters from the command line received previosly by the GetCommandLine function?
Thanx.
If you know the API to use, please do a quick search on this board before you post a thread.
A search for "getcommandline" returns 75 results where about the half is related on how to get command line parameters :/
Thanx guys