1. Need Some Help Getting Started
- Posted by Robert J Lambird <rjlambird at tapsvc.com> Aug 19, 2004
- 492 views
This "rookie" EUPHORIA programmer needs a little help getting started. 1) Will anyone recommend a context sensitive text editor that runs in the Windows command window? 2) What Windows library should I use? I noticed several in the EUPHORIA web site. I need something which is stable and mostly bug free. 3) Some API wrappers and demo programs would be helpful. Something about my environment, which may be helpful in answering the above questions: Most of the machines on the local area network run Win XP SP1, however two machines run Win NT SP 6a and two machines run Win Me. All machines run peer-to-peer, there are no domain servers. The intended EUPHORIA applications are command line utilities and filters. Some of the utilties will need to access the Windows API. We avoid 16-bit software like the plague! Thanks in advance for your help.
2. Re: Need Some Help Getting Started
- Posted by Jonas Temple <jtemple at yhti.net> Aug 19, 2004
- 481 views
Robert J Lambird wrote: > > This "rookie" EUPHORIA programmer needs a little help getting started. > 1) Will anyone recommend a context sensitive text editor that runs in > the Windows command window? I use ConText. You can Google on ConText which should point you to the web site. However it doesn't run in the Windows command window. Not sure what you're looking for... > 2) What Windows library should I use? I noticed several in the EUPHORIA > web site. I need something which is stable and mostly bug free. Win32Lib is what I use. Derek just put out a new version which I believe still has a few outstanding issues. Version 59.1 was VERY stable and I expect the new version to reach the same level soon. Don't know about other libraries. Also, the IDE by Judith Evans only works with Win32Lib. > 3) Some API wrappers and demo programs would be helpful. Win32Lib has all that! > > Something about my environment, which may be helpful in answering the > above questions: Most of the machines on the local area network run > Win XP SP1, however two machines run Win NT SP 6a and two machines run > Win Me. All machines run peer-to-peer, there are no domain servers. > The intended EUPHORIA applications are command line utilities and filters. > Some of the utilties will need to access the Windows API. > We avoid 16-bit software like the plague! Good..Euphoria is 32bit! > > Thanks in advance for your help. > Jonas
3. Re: Need Some Help Getting Started
- Posted by don cole <doncole at pacbell.net> Aug 19, 2004
- 465 views
Robert J Lambird wrote: > > This "rookie" EUPHORIA programmer needs a little help getting started. > 1) Will anyone recommend a context sensitive text editor that runs in > the Windows command window? > 2) What Windows library should I use? I noticed several in the EUPHORIA > web site. I need something which is stable and mostly bug free. > 3) Some API wrappers and demo programs would be helpful. > > Something about my environment, which may be helpful in answering the > above questions: Most of the machines on the local area network run > Win XP SP1, however two machines run Win NT SP 6a and two machines run > Win Me. All machines run peer-to-peer, there are no domain servers. > The intended EUPHORIA applications are command line utilities and filters. > Some of the utilties will need to access the Windows API. > We avoid 16-bit software like the plague! > > Thanks in advance for your help. > I highly recommend: Windows Editor (32-bit) 328K Mike Carroll Apr 24/99 a 32-bit Windows editor for Euphoria pro It's in the archives. I know when I first started with Euphoria I couldn't figure anything out untill I got that. don cole SF
4. Re: Need Some Help Getting Started
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 21, 2004
- 644 views
On Thu, 19 Aug 2004 07:28:22 -0700, Robert J Lambird <guest at RapidEuphoria.com> wrote: >This "rookie" EUPHORIA programmer needs a little help getting started. >1) Will anyone recommend a context sensitive text editor that runs in > the Windows command window? There are many, many editors available, but MEditor is the only windows editor written purely in Euphoria. Plus it is open source. http://palacebuilders.pwp.blueyonder.co.uk/emeditor.html If you hate it, fine, but let me know why. Pete
5. Re: Need Some Help Getting Started
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 21, 2004
- 476 views
On Thu, 19 Aug 2004 19:02:13 +0000, Greg Haberek <ghaberek at wowway.com> wrote: > Perhaps I'm the only one here that noticed you said "command window" >as everyone else seemed to suggest Windows GUI editor. >> 2) What Windows library should I use? Noticed, and assumed, erm, a novice ) Pete