1. RE: Wishlist for next version
- Posted by Ferlin Scarborough <ferlin_s at yahoo.com> May 04, 2001
- 479 views
J L wrote: > I wish that the next version of Euphoria could have an official virtual > screen library and a library for sound files like .mid .mp3 .wav and > .mod. > Winlib32 should also be included in the pakage. > > I wish the next version will work better under Windows 2000. + + + Ferlin Scarborough - Centreville, Alabama - USA + + +
2. RE: Wishlist for next version
- Posted by sephiroth _ <euman2376 at yahoo.com> May 04, 2001
- 464 views
J L wrote: > I wish that the next version of Euphoria could have an official virtual > screen library and a library for sound files like .mid .mp3 .wav and > .mod. > Winlib32 should also be included in the pakage. umm...doing that would make the package A LOT bigger
3. RE: Wishlist for next version
- Posted by Ferlin Scarborough <ferlin_s at yahoo.com> May 04, 2001
- 471 views
Irv Mullins wrote: > > Ferlin Scarborough <ferlin_s at yahoo.com> wrote: > > > I wish the next version will work better under Windows 2000. > > Before I upgrade from Win98, what should I expect to go wrong? > > Thanks, > Irv > > I didn't have much problem upgrading from 98, just had to grab a couple of hardware drivers off the net. Although, I do have some problems with some of the Euphoria programs. Some of the windows programs like EuCom's comtest.exw program tells me it referenced memory at 00000000 the memory could not be written. And David Cuny's TextGui Editor gives me a Causeway Error when I try to click a mouse button. I use Windows 2000 Professional at work and find it is more stable than 98. I don't have all those (Blue Screens of Death) also, I can change Environment Variables, and most Network Configurations, without having to reboot. For now, I just do most of my Euphoria programming on a machine at my house that's using Windows 98. Later. + + + Ferlin Scarborough - Centreville, Alabama - USA + + +
4. RE: Wishlist for next version
- Posted by Brian Broker <bkb at cnw.com> May 04, 2001
- 500 views
I'd like to know too, I've been using Eu with Win2K and XP beta 2 without problems... -- Brian Irv Mullins wrote: > > Ferlin Scarborough <ferlin_s at yahoo.com> wrote: > > > I wish the next version will work better under Windows 2000. > > Before I upgrade from Win98, what should I expect to go wrong? > > Thanks, > Irv > >
5. RE: Wishlist for next version
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> May 04, 2001
- 471 views
> -----Original Message----- > From: Ferlin Scarborough [mailto:ferlin_s at yahoo.com] > I didn't have much problem upgrading from 98, just had to grab a > couple of hardware drivers off the net. Although, I do have some > problems with some of the Euphoria programs. Some of the windows > programs like EuCom's comtest.exw program tells me it > referenced memory > at 00000000 the memory could not be written. Did you try the latest version? I fixed several bugs that 98 doesn't seem to catch but that 2000 does (mainly it was an incorrect structure--as usual). If the new code still crashes, can anyone isolate where the crash comes from in the EuCOM code? A good way is to translate/compile with the registered version with trace turned on. I'd be willing to compile the code for anyone if you don't have the registered translator. It's also important (for reasons I can't figure out) to use the version of tk_mem.e that ships with EuCOM. Freeing memset owners immediately after the rest of the memset is freed results in crashes. The only change I made was to delay freeing them imediately. It waits until there are 10 or 11 of them [owners] waiting to be freed, so the impact is less than 50 bytes (assuming the owners were just placeholders for memsets), but it allows everything to function. You can get the latest version on the Euphoria Contributions Page or my own page: http://www14.brinkster.com/matthewlewis/projects Matt Lewis
6. RE: Wishlist for next version
- Posted by Ferlin Scarborough <ferlin_s at yahoo.com> May 05, 2001
- 504 views
Matthew Lewis wrote: > > Did you try the latest version? I fixed several bugs that 98 doesn't > seem to catch but that 2000 does > The version I have I got from RDS just 1 or 2 days ago, seems it was after seeing a message on here about those fixes. Also I am running the Regestered Version. Later. + + + Ferlin Scarborough - Centreville, Alabama - USA + + +
7. RE: Wishlist for next version
- Posted by daryl_vdb at HOTMAIL.COM May 05, 2001
- 473 views
I think the ee editor should be included with the next release, as well as the compiled html help file (woops, that would have to be updated as well, bummer). Win32lib is a big download, and including that would almost double the size of the zip file, it is constantly being updated, and version 1.0 is yet to arrive so I don't think including it would be such a good idea. I would like to see a good, stable euphoria editor for windows that has all the functionality of the dos ee editor (syntax colouring etc). Maybe it's out there and I just haven't found it. As for linux, I have to go back to the ed editor and try to remember how to use it
8. RE: Wishlist for next version
- Posted by Irv Mullins <irvm at ellijay.com> May 05, 2001
- 498 views
On Sat, 05 May 2001, daryl_vdb at HOTMAIL.COM wrote: > I think the ee editor should be included with the next release, as well as > the compiled html help file (woops, that would have to be updated as well, > bummer). Win32lib is a big download, and including that would almost double > the size of the zip file, it is constantly being updated, and version 1.0 is > yet to arrive so I don't think including it would be such a good idea. Agreed. EE would feel familiar to users of 'other' programming languages. > I would like to see a good, stable euphoria editor for windows that has all > the functionality of the dos ee editor (syntax colouring etc). Maybe it's > out there and I just haven't found it. As for linux, I have to go back to > the ed editor and try to remember how to use it I use MEdit by Mike Carroll - it has color syntax, routine list, and run key. After trying every editor I could find, MEdit has proved to be the most useful for me. EE for Linux works fairly well, but I just use kwrite, since 100% of my Linux programming is for xWindow. Regards, Irv