c++, sdl - how to make installer? .exe

Started by
9 comments, last by leagal4ever 11 years, 7 months ago
Oh souch silly error as told:

Just create the proper directory structure, add all relevant .dll and data files and pack it into zip archive.


I had no idea proper foler is Release folder there were no images i just copy SDL files.

SDL_Surface* tmp;
tmp = IMG_Load©;
SDL_DisplayFormatAlpha(tmp);// problem

Problem is there was no image loaded.

if (tmp != NULL)
SDL_DisplayFormatAlpha(tmp);
Now i avoid problem just in case something is not loaded


Thans for all help :)

This topic is closed to new replies.

Advertisement