flat assembler
Message board for the users of flat assembler.
Index
> Windows > command line arguments |
Author |
|
vid 29 May 2004, 10:09
how do I get command line arguments in console app?
|
|||
29 May 2004, 10:09 |
|
Tomasz Grysztar 29 May 2004, 10:12
Console fasm uses GetCommandLineA function of KERNEL32 for this.
|
|||
29 May 2004, 10:12 |
|
decard 29 May 2004, 11:10
to split the command line into separate parameters, you can use my parse_command_line function.
|
|||
29 May 2004, 11:10 |
|
Vortex 29 May 2004, 13:32
To get the command line parameters,
you can use __GetMainArgs exported by C run-time DLLs. Another example, my tool dlltoinc uses this function. _________________ Code it... That's all... |
|||
29 May 2004, 13:32 |
|
vid 29 May 2004, 19:11
hmm... "GetCommandLine"... Who could have quessed it?
thanks. |
|||
29 May 2004, 19:11 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.