I have a MIDI file player which I have to be able to add arguments on the Command line ie:
"midiplayer.exe midifile.mid L1 V6"
How can I parse the lpCmdLine into it's component parts.
Jonoxon
This is a discussion on WinMain Command line arguments within the Windows Programming forums, part of the Platform Specific Boards category; I have a MIDI file player which I have to be able to add arguments on the Command line ie: ...
I have a MIDI file player which I have to be able to add arguments on the Command line ie:
"midiplayer.exe midifile.mid L1 V6"
How can I parse the lpCmdLine into it's component parts.
Jonoxon
whitespace?