Log in

View Full Version : Compile to exe



Bad Boy JH
08-03-2012, 12:23 AM
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.

x[Warrior]x3500
08-03-2012, 12:27 AM
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.

Footy
08-03-2012, 12:44 AM
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.

Brandon
08-03-2012, 12:46 AM
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