1. Linux Alpha Release
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 25, 1999
- 465 views
The alpha release of Euphoria for Linux is now available. You can get it from: http://www.RapidEuphoria.com/v20.htm There's a link to the release notes. We decided to call it v2.2 alpha in anticipation of porting the code back to DOS32+WIN32 and having a 2.2 release where all platforms are in sync. Several cross-platform improvements have been made while working on Linux. In the next few months we expect to have 2.2 beta and 2.2 official releases for Linux, followed by 2.2 beta and 2.2 official releases for DOS32+WIN32. All registered users of DOS32+WIN32 v2.1 will get a free download of v2.2 for DOS32+WIN32. There is now a Complete Edition for Linux ($25). If you register for Linux 2.2 alpha you will get the Linux 2.2 beta and Official releases for free. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
2. Re: Linux Alpha Release
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 25, 1999
- 448 views
On Wed, 25 Aug 1999 16:04:17 -0400, Robert Craig <rds at ATTCANADA.NET> wrote: >We decided to call it v2.2 alpha in anticipation >of porting the code back to DOS32+WIN32 >and having a 2.2 release where all platforms are in sync. >Several cross-platform improvements have been made >while working on Linux. > >In the next few months we expect to have >2.2 beta and 2.2 official releases for Linux, >followed by 2.2 beta and 2.2 official releases >for DOS32+WIN32. > >All registered users of DOS32+WIN32 v2.1 will get >a free download of v2.2 for DOS32+WIN32. Rob: Are there to be any MAJOR changes or added features to DOS32+WIN32 ? Bernie
3. Re: Linux Alpha Release
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 25, 1999
- 459 views
Bernie Ryan writes: > Are there to be any MAJOR changes or added features > to DOS32+WIN32 ? The 2.2 release for DOS32+WIN32 will incorporate relatively minor features and bug fixes developed for the Linux 2.2 release. Once DOS32, WIN32 and Linux are in sync, we will move on to more major features. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
4. Re: Linux Alpha Release
- Posted by Paul Martin <twilight at WCC.NET> Aug 26, 1999
- 455 views
Hello Are there going to be any changes to the way DLL's are handled? I'm still trying to figure out why the OpenGL wrapper simply will not work. Thanks Paul Martin At 07:39 PM 8/25/1999 -0400, you wrote: >Bernie Ryan writes: >> Are there to be any MAJOR changes or added features >> to DOS32+WIN32 ? > >The 2.2 release for DOS32+WIN32 >will incorporate relatively minor features >and bug fixes developed for the Linux 2.2 release. > >Once DOS32, WIN32 and Linux are in sync, >we will move on to more major features. > >Regards, > Rob Craig > Rapid Deployment Software > http://www.RapidEuphoria.com > >
5. Re: Linux Alpha Release
- Posted by Robert Craig <rds at ATTCANADA.NET> Aug 26, 1999
- 447 views
Paul Martin writes: > Are there going to be any changes to the way DLL's > are handled? I'm still trying to figure out why the > OpenGL wrapper simply will not work. No changes to the handling of .DLLs are planned. There's a new routine for Linux called define_c_var() that gives you the address of a C variable. We'll try to implement this on WIN32 as well, although there isn't as much need for it there. If you can demonstrate a bug in the current way .DLLs are handled, we'll try to fix it. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
6. Re: Linux Alpha Release
- Posted by Paul Martin <twilight at WCC.NET> Aug 26, 1999
- 444 views
Hello >If you can demonstrate a bug in the current way >.DLLs are handled, we'll try to fix it. Well the only way I can demonstrate the my problem is if you download the OpenGL wrappers. If you are willing to take a look I've cut and paste a previous message that I posted show you where they are at. >If you are willing to take a look you will need Euphoria 2.1, because it >requires multiple callbacks. You will also need the Mesa dll's. I have >posted the wrappers (56k) at ><http://www.geocities.com/CapeCanaveral/Campus/8684/Cube.zip>. I have >provided two demo programs cube.exw and simple.exw, both return with the >same errors. The Mesa dll's (352k) can be download here ><http://www.geocities.com/CapeCanaveral/Campus/8684/mesa3dll.zip>. DO NOT >put them in your windows\system directory, make a new directory elsewhere, >and put them there. Mesa is not 100% OpenGL compliant so if you overwrite >the ones in your windows\system directory other programs may break. If you >want more documentation on Opengl and GLUT you can visit <www.opengl.org>. >I've also include the C programs that I used for the demos, and the >libraries for OpenGL/GLUT. > >You will probably need to edit the sequence "prefix" in each of the >libraries (glu.ew, glut2.ew, and opengl3.ew), to tell it where you placed >the Mesa dll's. Other than that they should run (sorta). > >Even if you are not successful at figuring out what's wrong, I'd also >appreciate any feedback. I really would like to get this working. So your help is very much appreciated. Thanks Paul Martin
7. Re: Linux Alpha Release
- Posted by RedWordSmith <redwordsmith at NIC.DREAMHOST.COM> Aug 29, 1999
- 444 views
Robert Craig wrote: > > The alpha release of Euphoria for Linux > is now available. You can get it from: > > http://www.RapidEuphoria.com/v20.htm > > There's a link to the release notes. I'm having problems with this. Whenever I try to open the tar file in WinZip, I get "error processing header after reading 0 entries". I'm having similar success under KDE in OpenLinux... Is the server copy corrupt, or am I doing something wrong? Has anyone else gotten this to work? -Nic.
8. Re: Linux Alpha Release
- Posted by Irv Mullins <irv at ELLIJAY.COM> Aug 29, 1999
- 432 views
It was a dark and stormy night at about Sun, 29 Aug 1999, when RedWordSmith wrote: > Robert Craig wrote: > > > > The alpha release of Euphoria for Linux > > is now available. You can get it from: > > > > http://www.RapidEuphoria.com/v20.htm > > > > There's a link to the release notes. > > I'm having problems with this. Whenever I try to open the tar file in WinZip, > I get "error processing header after reading 0 entries". I'm having similar > success under KDE in OpenLinux... Is the server copy corrupt, or am I doing > something wrong? Has anyone else gotten this to work? Hi: I had to download the file two or three times before I got a copy that would untar using tar, or KDE's ark. Strangely, KDE by itself could open and unpack _some_ of the files/folders in the archive, but some important ones were missing. Irv