installer - Making an executable and installable file from c++ source code -


i've made game using sdl2.0 , c++ , i'm trying make executable file , make game installable

but when try use .exe file visual studio made in debug folder of project , see game's window colored blue , nothing else happens!

what should rid of things? should mention there images , sounds , other files should attached program!

so should make installable file program?

first off, not suggest using debug executable running game. rather compile file in release mode (also check compiler's release mode preferences).

it's kind of hard why nothing shows without seeing of code or image of game's window; sounds executable can't find correct image , sound files. these hard coded in code?

for operating system game designed for? if using windows, try wix toolset create installer.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -