The compiling tag has no wiki summary.
0
votes
0answers
14 views
Can't get game library to compile on Allegro and Code Blocks?
Basically I'm having a problem with getting an Allegro binding (D + Allegro) to work with Code:Blocks.
I think it's a settings problem, but I'm not sure where.
So here's what I've done so far...
...
2
votes
0answers
39 views
How to compile and distribute a Torque2D game?
Is it possible to compile a Torque2D into a executable rather than having to run Torque2D.exe from the project folder (where all the modules and artwork are)?
What would be the normal procedure to ...
4
votes
1answer
235 views
Compiling a Monogame Game into a single .exe
Is it possible to compile a monogame game into a single .exe? I know if you go in the debug or release bin, there is in fact a .exe your game, except you move this .exe's file location or try to run ...
0
votes
0answers
108 views
Out of Memory when building an application
I have quite a major problem with my Multimedia Fusion 2 game. I finished it months ago, however, the only thing keeping me from finally compiling the game into an executable file is this error ...
26
votes
2answers
1k views
What exactly does an installer do and why might I need one?
this is probably the noob-question of the day:
So I've written this game.
Now there's the .exe file that does the work, a folder with my beautiful, beautiful assets and a bunch of .dll files and ...