1. About Euphoria OS
- Posted by Mike Hurley <MHsSoft at AOL.COM> Oct 15, 1998
- 561 views
I'll Be willing to help with the GUI part of the os. I am already working on my own GUI. EMAIL me if you are serious about it. Thanks, Mike Hurley
2. Re: About Euphoria OS
- Posted by Albert Brauneis <Dajawu36 at AOL.COM> Oct 15, 1998
- 534 views
- Last edited Oct 16, 1998
Is there a way to compile programs made with euphoria to .exe's? Albert
3. Re: About Euphoria OS
- Posted by Pierre Beaulieu <pbeaulie at BVX.CA> Oct 15, 1998
- 535 views
- Last edited Oct 16, 1998
Use the BINND utility. Pierre Albert Brauneis wrote: > > Is there a way to compile programs made with euphoria to .exe's? > > Albert
4. Re: About Euphoria OS
- Posted by Matt Z Nunyabidness <matt1278 at JUNO.COM> Oct 15, 1998
- 521 views
- Last edited Oct 16, 1998
yeah, but it's actually mixing the program(combining) with the Eu interpreter. It's not compiling in the usual sense. Just use the bind command that comes with Eu 1.2(i think) and up to make a .EXE. JARS OF CLAY ROCKZ FOR GOD _________________ "When it comes to programming languages, Eu™ by RDS®™©(did i forget an ®?) is a cut above" - Matt1278 and Prezsoft Webbers: <A HREF="mailto:softprez at juno.com">softprez at juno.com</A>, president of SoftCo.® Uh, no slogan at the moment™ Go out and get Euphoria™ by Rapid Deployment Software® NOW!!!
5. Re: About Euphoria OS
- Posted by "Paul L. McNeely" <drderail at USA.NET> Oct 15, 1998
- 539 views
- Last edited Oct 16, 1998
bind binds the interpreter with the code, but you could use the conver ant convert it to c an compile it. >Is there a way to compile programs made with euphoria to .exe's? > >Albert
6. Re: About Euphoria OS
- Posted by Alfredo Brand <abrand at ALUMINA.COM.CO> Oct 15, 1998
- 558 views
- Last edited Oct 16, 1998
the (bind) utility,It's in bin directory of your euphoria package. -----Mensaje original----- De: Albert Brauneis <Dajawu36 at AOL.COM> Para: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU> Fecha: jueves 15 de octubre de 1998 21:12 Asunto: Re: About Euphoria OS >Is there a way to compile programs made with euphoria to .exe's? > >Albert
7. Re: About Euphoria OS
- Posted by Hawke <mdeland at NWINFO.NET> Oct 16, 1998
- 538 views
Paul L. McNeely wrote: > bind binds the interpreter with the code, good so far... :) >but you could use the conver ant convert it to c an compile it. but.. ummmm... huh? could you redo that sentence please? are you saying there is a euphoria to C converter? if so, where is it??? or were you trying to say something else...??? --Hawke'
8. Re: About Euphoria OS
- Posted by "Paul L. McNeely" <drderail at USA.NET> Oct 16, 1998
- 557 views
I thought I saw one, but I forgot where it was, I'll look for it. >Paul L. McNeely wrote: >> bind binds the interpreter with the code, >good so far... :) > >>but you could use the conver ant convert it to c an compile it. >but.. ummmm... huh? >could you redo that sentence please? >are you saying there is a euphoria to C converter? >if so, where is it??? >or were you trying to say something else...??? > >--Hawke'