User forums > Using Code::Blocks

Migration Problems

<< < (2/2)

Belgabor:
Hm, then it looks like you missed to link a lib. You could try to search for the missing symbols inside the library files of SDL. Unfortunately the explorer serach inside function doesn't work properly for binary files anymore on XP, in win2000 it worked correctly (and the threaded search of CB crashes it if you try to search in .a). So you'll need some other utility to perform the search (grep in msys works for example).

surfinbird:
most likely a library is missing, try to find the missing functions in the reference manual, find out in which library they are put and check if you have added this library in your linker options (make sure you did it both for release and debug targets)

Navigation

[0] Message Index

[*] Previous page

Go to full version