Results 1 to 4 of 4

Thread: Build project to .exe

  1. #1
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Build project to .exe

    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
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    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?

  3. #3
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  4. #4
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    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.
    Working on: Tithe Farmer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •