Thread: total noob

  1. #1
    Registered User
    Join Date
    Nov 2005
    Posts
    10

    total noob

    ok here is the big deal: I am using MS VC++ 6.0. whem i start a win32 aplication, i select empty project and then i introduce some code. when compiling it says:
    Compiling...
    Error spawning cl.exe

    sdfgsdgf.obj - 1 error(s), 0 warning(s)


    pls help! i am usins code from sam's teach you game programming... and i belive the code is right!

    i also uses some code from this forum and it says the same thing!
    Heaven is for pussies. Real men go to HELL.

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Did you add your source code file(s) to the project? project->add to project->files

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    > Error spawning cl.exe
    Basically means the IDE can't find your compiler.

    This isn't a code issue, but a compiler installation issue.

  4. #4
    Registered User
    Join Date
    Nov 2005
    Posts
    10
    Ok I'll Reinstall It And See If It Works...
    Heaven is for pussies. Real men go to HELL.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with day of the week program
    By Punkakitty in forum C++ Programming
    Replies: 10
    Last Post: 01-14-2009, 06:55 PM
  2. Replies: 8
    Last Post: 11-03-2008, 09:48 PM
  3. long problem
    By loko in forum C Programming
    Replies: 28
    Last Post: 07-22-2005, 09:38 AM
  4. Loops
    By Dt7 in forum C++ Programming
    Replies: 3
    Last Post: 10-23-2004, 06:11 PM
  5. Replies: 4
    Last Post: 04-22-2003, 12:52 PM