Maayan
Computer
- Nov 7, 2004
- 2
I want to parse command-line arguments of windows application. The windows application main entry point is _tWinMain (or WinMain).
There is no indication of the argv/argc parameters. The reason I need them is because I want to use the getopt function.
Therefore, I need one of 2:
1. Get the argv/argc arguments and use getopt.
2. Use some utility function of windows that does the same.
Best regards,
Erez
There is no indication of the argv/argc parameters. The reason I need them is because I want to use the getopt function.
Therefore, I need one of 2:
1. Get the argv/argc arguments and use getopt.
2. Use some utility function of windows that does the same.
Best regards,
Erez