Thread: WinMain Command line arguments

  1. #1
    Jonoxon
    Guest

    WinMain Command line arguments

    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

  2. #2
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    whitespace?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner Needs help in Dev-C++
    By Korrupt Lawz in forum C++ Programming
    Replies: 20
    Last Post: 09-28-2010, 01:17 AM
  2. command line arguments
    By vurentjie in forum C Programming
    Replies: 3
    Last Post: 06-22-2008, 06:46 AM
  3. Replies: 10
    Last Post: 09-27-2005, 12:49 PM
  4. NULL arguments in a shell program
    By gregulator in forum C Programming
    Replies: 4
    Last Post: 04-15-2004, 10:48 AM
  5. registry, services & command line arguments.. ?
    By BrianK in forum Windows Programming
    Replies: 3
    Last Post: 03-04-2003, 02:11 PM