Click here to Skip to main content
15,915,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUndefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 11:23
Ed.Poore15-Feb-06 11:23 
AnswerRe: Undefined symbol when compiling for Picotux Pin
Stephen Hewitt15-Feb-06 11:46
Stephen Hewitt15-Feb-06 11:46 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 11:54
Ed.Poore15-Feb-06 11:54 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Stephen Hewitt15-Feb-06 12:02
Stephen Hewitt15-Feb-06 12:02 
AnswerRe: Undefined symbol when compiling for Picotux Pin
Dan McCormick15-Feb-06 12:58
Dan McCormick15-Feb-06 12:58 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ryan Binns15-Feb-06 17:47
Ryan Binns15-Feb-06 17:47 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 20:08
Ed.Poore15-Feb-06 20:08 
AnswerRe: Undefined symbol when compiling for Picotux Pin
Ryan Binns15-Feb-06 17:46
Ryan Binns15-Feb-06 17:46 
You're linking to a C library? Those are decorated C++ function names. Make sure if you're linking against a C library and you're compiling C++ files, you put extern "C" around the function declarations in the header file.

If it's all C++, then you must have an object file missing from the library, or the library is not being linked in correctly.

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralRe: Undefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 20:11
Ed.Poore15-Feb-06 20:11 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ryan Binns15-Feb-06 21:55
Ryan Binns15-Feb-06 21:55 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ed.Poore16-Feb-06 11:55
Ed.Poore16-Feb-06 11:55 
QuestionWin32 worth it? Pin
Zanathel15-Feb-06 10:58
Zanathel15-Feb-06 10:58 
AnswerRe: Win32 worth it? Pin
Michael Dunn15-Feb-06 12:03
sitebuilderMichael Dunn15-Feb-06 12:03 
GeneralRe: Win32 worth it? Pin
Ed K15-Feb-06 15:10
Ed K15-Feb-06 15:10 
GeneralRe: Win32 worth it? Pin
ThatsAlok16-Feb-06 2:46
ThatsAlok16-Feb-06 2:46 
GeneralRe: Win32 worth it? Pin
Blake Miller16-Feb-06 12:21
Blake Miller16-Feb-06 12:21 
GeneralRe: Win32 worth it? Pin
Blake Miller16-Feb-06 12:19
Blake Miller16-Feb-06 12:19 
AnswerRe: Win32 worth it? Pin
Ashutosh_shashi15-Feb-06 17:42
Ashutosh_shashi15-Feb-06 17:42 
GeneralRe: Win32 worth it? Pin
Zanathel16-Feb-06 3:25
Zanathel16-Feb-06 3:25 
QuestionDebug Assertion failed Pin
cuteee15-Feb-06 10:28
cuteee15-Feb-06 10:28 
QuestionRe: Debug Assertion failed Pin
David Crow16-Feb-06 3:29
David Crow16-Feb-06 3:29 
QuestionCPU usage 100% Pin
lynchspawn15-Feb-06 10:15
lynchspawn15-Feb-06 10:15 
AnswerRe: CPU usage 100% Pin
Andy Moore15-Feb-06 10:25
Andy Moore15-Feb-06 10:25 
AnswerRe: CPU usage 100% Pin
Stephen Hewitt15-Feb-06 11:29
Stephen Hewitt15-Feb-06 11:29 
AnswerRe: CPU usage 100% Pin
Michael Dunn15-Feb-06 12:04
sitebuilderMichael Dunn15-Feb-06 12:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.