Thread: spawnl !!!

  1. #1
    Unregistered
    Guest

    Angry spawnl !!!

    im using the spawnl function as part of a web spider program I am writing but even though I have included the process.h header file I am still getting an error message saying:

    "Call to function 'spawnl' with no prototype"

    Any ideas???

    Kelly

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    What OS/compiler?

    Also, you can open process.h and see what function prototypes are in there, if you're interested that is!
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User sean345's Avatar
    Join Date
    Mar 2002
    Posts
    346
    If cities were built like software is built, the first woodpecker to come along would level civilization.
    Black Frog Studios

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems with spawnl()
    By Mr.Modem in forum C Programming
    Replies: 11
    Last Post: 02-11-2006, 08:37 AM
  2. spawnl()
    By Drew53385 in forum C++ Programming
    Replies: 1
    Last Post: 10-23-2002, 08:00 PM
  3. using spawnl for a dos program
    By ronin in forum C Programming
    Replies: 6
    Last Post: 06-30-2002, 09:34 PM
  4. about spawnl
    By xacoolboy in forum C Programming
    Replies: 1
    Last Post: 05-13-2002, 09:01 AM
  5. spawnl and char *
    By lsegundo in forum C Programming
    Replies: 9
    Last Post: 02-26-2002, 05:01 PM