User forums > Help

Using Code Block for First time?

<< < (2/3) > >>

Folco:
Did you read the doc here ? http://www.libsdl.org/

Newbie C++:
here what i have done



when I run the program and i get the error like this :(

MortenMacFly:

--- Quote from: Newbie C++ on October 14, 2010, 07:28:33 pm ---when I run the program and i get the error like this :(


--- End quote ---
Well - the linker clearly tells you what's wrong: It cannot find the library you are asking to link against. So you need to provide the path with to library to the linker under "search directories". While you are at it, move the libraries to the right place under "link libraries" and not "other linker options".

Newbie C++:
the Console app work great :)  Thank you :)

I am working on SDL images but I get the error saying this


what I am doing wrong?

stahta01:
This is just a guess; but is the SDL Library you installed compatible with MinGW GCC?
The errors look like it might be MSVC based library install instead of MinGW GCC library.
What Compiler are you using?

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version