1. Linux Alpha Release

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

new topic     » topic index » view message » categorize

2. Re: Linux Alpha Release

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

new topic     » goto parent     » topic index » view message » categorize

3. Re: Linux Alpha Release

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

new topic     » goto parent     » topic index » view message » categorize

4. Re: Linux Alpha Release

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
>
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: Linux Alpha Release

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

new topic     » goto parent     » topic index » view message » categorize

6. Re: Linux Alpha Release

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

new topic     » goto parent     » topic index » view message » categorize

7. Re: Linux Alpha Release

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.

new topic     » goto parent     » topic index » view message » categorize

8. Re: Linux Alpha Release

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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu