Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've looked around on Google for tutorials on setting up SDL with it. The problem is that all the tutorials for linking to SDL with Code::Blocks is with the Mingw compiler, and never with VC++ 2008 Compiler.

I have the SDL for VS downloaded at C:\SDL. The problem is, I can't get it to work with Code::Blocks.

What do I need to do? I tried following the tutorials for Mingw but they don't seem to work.

share|improve this question
1  
Why would you use Code::Blocks with the vc++ compiler?? O.o – Kornel Kisielewicz Dec 31 '09 at 7:38

1 Answer

This tutorial covers setting up SDL to work with Visual Studio .NET. I followed along with Visual Studio 2008 and found it fairly intuitive:

http://pgdc.purdue.org/sdltutorial/sdl_setup.html (broken link)

As the person who commented on your question implied, more information would be useful.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.