C language > Graphics programming

Setting up SDL in Pelles C

(1/2) > >>

LW:
Here's an useful tutorial about how to set up Simple Directmedia Layer library in Pelles C:

http://www.friedspace.com/cprogramming/sdlsetup.php

MirekCZ:

--- Quote from: LW on June 04, 2010, 11:07:58 AM ---Here's an useful tutorial about how to set up Simple Directmedia Layer library in Pelles C:

http://www.friedspace.com/cprogramming/sdlsetup.php

--- End quote ---

Today: 1.6.2011. I test SDL 1.2.14 on Pelles6.50 rel..candidate. It is still functional! This is is perfect cookbook how to setup. Step by step (or "microstep"). 1/Small appendix: be aware to switch ON Project/Option/Compiler [v] Enable Micr. extensions (It's not default).
2/Comments:
BTWay: does anybody know, how to use static linking with DLL? I need to distrib. my small funny game(s) like only one exe file. Manhy thanks.

FragNox:
Will this procedure continue to work with the revised new version 1.3?

CommonTater:
I don't know if I'd want to be copying 3rd party files into the include and lib folders for Pelles C.... It would be a lot smarter to keep SDL in it's own folders and modify the Project->Project Options->Folders as needed for projects that include SDL. 

FragNox:

--- Quote from: CommonTater on August 16, 2011, 05:03:32 PM ---I don't know if I'd want to be copying 3rd party files into the include and lib folders for Pelles C.... It would be a lot smarter to keep SDL in it's own folders and modify the Project->Project Options->Folders as needed for projects that include SDL.

--- End quote ---

That exactly what I do in this situation. Keep external things separate, the same goes for DirectX.

Navigation

[0] Message Index

[#] Next page

Go to full version