This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

unresolved external symbol

hey i am doing my final year project and i m trying to compile a program.but i have this error msg which says unresolved external symbol and i think its because the compiler cannot understand this symbols

show_msg
_str_chk

does anyone have a solution

Parents
  • The compiler(and assembler,linker,etc.)is just a tool.It can only understand what you have told to it.If it said something unresolved external symbol
    ,it is only because that you havn't given any clue so that the compiler complained about it.

Reply
  • The compiler(and assembler,linker,etc.)is just a tool.It can only understand what you have told to it.If it said something unresolved external symbol
    ,it is only because that you havn't given any clue so that the compiler complained about it.

Children
No data