PDA

View Full Version : Build project to .exe



Footy
09-27-2012, 08:00 PM
I've made a small project in lazarus, now how do I build it as an .exe? When I pressed build, it produced a bunch of these files that I had no idea what to do with.

Thanks
~Footy

Le Jingle
09-27-2012, 08:03 PM
IDE's, like lazarus, produce work files. Simba is more simplistic as it's a more honed compiler aimed only at one main purpose (botting). If you created an exe but are confused what file is the exe, you can right click properties on the output files to find the .exe extension (usually also visible in the window the files are open in).

Is this what you are asking about, or is it something else?

Footy
09-27-2012, 08:06 PM
Ah, so one of those files is the .exe? I guess I didn't look hard enough. Will this .exe run on another computer without lazarus though? That's what I'm trying to achieve.

masterBB
09-27-2012, 10:04 PM
When the project is of the type 'program' or 'application', an .exe is automatically created in the folder of the project.

e:
The .exe runs on any windows computer which contains the libraries you used. For example; if you used openGL, the computer has to got openGL.