Thread: Build error in C

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    39

    Build error in C

    Hi guys.. Im having this build error in visual C++

    Theres no error and warnings while compiling but this only error:

    Code:
    Linking...
    task1.obj : error LNK2001: unresolved external symbol _ques
    Debug/task1.exe : fatal error LNK1120: 1 unresolved externals
    Error executing link.exe.
    
    task1.exe - 2 error(s), 0 warning(s)

    can anyone help plzzzzzzzzz...... i can post the C program also...if u need that..

  2. #2
    Jack of many languages Dino's Avatar
    Join Date
    Nov 2007
    Location
    Chappell Hill, Texas
    Posts
    2,332
    It appears you've used a function call for a function name called "ques", but it does not exist in your program. Probably a typo. If that's not it, post the code.

    Todd

  3. #3
    Registered User
    Join Date
    Aug 2007
    Posts
    39
    Thanks dear.. U save me right now... yep.. Ive found the mistake... a function mistyped.. thanks dude...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. PlaySound
    By cangel in forum C++ Programming
    Replies: 16
    Last Post: 10-08-2009, 05:29 PM
  2. How to build, run Boland C++ 6 source file via VS2005?
    By userpingz in forum C++ Programming
    Replies: 2
    Last Post: 05-21-2009, 03:25 AM
  3. Replies: 0
    Last Post: 10-07-2008, 12:09 PM
  4. Opinions on custom system build
    By lightatdawn in forum Tech Board
    Replies: 2
    Last Post: 10-18-2005, 04:15 AM
  5. Boom, Headoshot!!
    By mrafcho001 in forum A Brief History of Cprogramming.com
    Replies: 50
    Last Post: 07-21-2005, 08:28 PM