1. Exe files
- Posted by tuncaydin6 at tuncaydin6.screaming.net Mar 05, 2001
- 396 views
------=_NextPart_000_0009_01C0A5A8.C308DA80 charset="iso-8859-1" How would I compile a stand alone .exe file after I have written my U4ia = program. I would like to distribute it to friends? Thanks ------=_NextPart_000_0009_01C0A5A8.C308DA80 charset="iso-8859-1" <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>How would I compile a stand alone .exe = file after I=20 have written my U4ia program. I would like to distribute it to=20 friends?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV> ------=_NextPart_000_0009_01C0A5A8.C308DA80--
2. Re: Exe files
- Posted by Irv Mullins <irvm at ellijay.com> Mar 05, 2001
- 376 views
On Mon, 05 Mar 2001, you wrote: > > How would I compile a stand alone .exe file after I have written my U4ia > program. I would like to distribute it to friends? > Bind it. If you have the registered version of Euphoria, you can type bind myprog.ex or bindw myprog.exw and "myprog.exe" will be created. Regards, Irv
3. Re: Exe files
- Posted by tuncaydin6 at tuncaydin6.screaming.net Mar 05, 2001
- 380 views
----- Original Message ----- From: "Irv Mullins" <irvm at ellijay.com> To: "EUforum" <EUforum at topica.com> Sent: Monday, March 05, 2001 10:58 PM Subject: Re: Exe files > On Mon, 05 Mar 2001, you wrote: > > > > How would I compile a stand alone .exe file after I have written my U4ia program. I would like to distribute it to friends? > > > > Bind it. > If you have the registered version of Euphoria, you can type > bind myprog.ex > or > bindw myprog.exw > and "myprog.exe" will be created. > > Regards, > Irv Aren't there any other ways where you can create .exe files without being registered. I am13 years old and I doubt my dad will let me reg it. > >
4. Re: Exe files
- Posted by leviathan at uswest.net Mar 05, 2001
- 384 views
- Last edited Mar 06, 2001
Heya! > How would I compile a stand alone .exe file after I have written my U4ia > program. > I would like to distribute it to friends? Honestly, I've made a quest to do this, too, but as long as it's just for friends, make a batch file, like Travis suggested, or even make a shortcut to the program with the line: start exw.exe <path to the program> And that'll at least get rid of a need for a console with a *.bat :) Me, myself, I'm trying to redistribute programs to _everyone_, which means that some *.bat or a shortcut or something like that just won't cut it, so that means I'm gonna break down sometime here to register the interpreter and Eu2C. :) And, I'll add, I'm almost 16 (almost legally able to work (4/7, or around 28 hours/week max, methinx) in the state of WA :)) > > Thanks > No prob, man :) HTH, --"LEVIATHAN"