Results 1 to 4 of 4

Thread: Compile to exe

  1. #1
    Join Date
    Dec 2009
    Location
    Newcastle, Australia
    Posts
    888
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Compile to exe

    I remember a while ago a program that would compile SCAR and the script into an .exe file.

    Is there something that does this with SIMBA, or have a link to the original (hopefully it has source code), or can point me in the right direction on how to create something to do this.

    Current Script Project
    Pot of flour gatherer - 95% done

    Can't get Simba to work? Click here for a tutorial

  2. #2
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    i remember that too, but did it ever actually work? anyway, either way, i dont believe there is a exe compiler for .simba scripts currently.

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

    Default

    What was the use of this? I don't see a point in making it exe, simba is open source, as are it's scripts. I imagine people would start to get nervous downloading exe's anyways, simba is much safer.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  4. #4
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    It never actually compiled scar into an exe.. it was an autorun script that embedded everything inside a autoexec rar file.

    Then they had a C++ program that ran that from the thing from command line.. Either way, it still had to use scar.

    You can if you compile the Simba files and the include into a dll then load that dll as a resource.

    Otherwise you'd be doing the same thing as scar did. Run it from command line with shellexec or system('C:/simba/simba.exe -o'); I think o is open, r is run. Something like that. Been a while since I did it. I remember posting it a while ago but I can't find that post :S
    I am Ggzz..
    Hackintosher

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
  •