Thread: Some vague problem about visual studio

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    42

    Some vague problem about visual studio

    anyone know how to compile c in visual studio 2010. i can not compile it, it got error with "CL.exe" , i don know how to solve that. please help me if have the same problem as me. thanks.

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    That depends on what kind of error you get with CL.exe. CL is the linker. If you're saying it's not installed, you got a bad copy of VS. If you're getting a linker error, that means you have an error in the program that you wrote, or in the project settings.

  3. #3
    Registered User
    Join Date
    Nov 2010
    Posts
    42
    the code is correct. i can compile it visual studio command prompt. just can not compile in IDE only. what the problem. please help me.

  4. #4
    -bleh-
    Join Date
    Aug 2010
    Location
    somewhere in this universe
    Posts
    463
    Quote Originally Posted by hugoguan View Post
    the code is correct. i can compile it visual studio command prompt. just can not compile in IDE only. what the problem. please help me.
    You have to paste the error message for good help. No one here is psychic that knows your problem from such vague description.
    "All that we see or seem
    Is but a dream within a dream." - Poe

  5. #5
    Registered User
    Join Date
    Nov 2010
    Posts
    42
    i just compile a simple hello world in c. because i just want to know why it can not compile. but about the code.

  6. #6
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    I guess if you're not willing to show us an error message, then you're not getting an error message. And if you're not getting an error message, then I guess everything is fine.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  2. Console Font Size
    By bradszy in forum Windows Programming
    Replies: 34
    Last Post: 04-26-2008, 07:09 AM
  3. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. Linking error
    By DockyD in forum C++ Programming
    Replies: 10
    Last Post: 01-20-2003, 05:27 AM