1. wxEuphoria v0.10.0 Beta

I've put up the beta:

http://wxeuphoria.sourceforge.net

There are 5 different files there:

Win32 source and binaries
*nix source only
FreeBSD 6.2 Binary
Ubuntu 6.10 Binary
Fedora Core 6 Binary

The source packages include documentation, as well.  It's mostly just copied
over from the previous version, since most things are unchanged, though I'm
sure there are errors there, and still a lot not filled in.  Any help
much appreciated. :)

Matt

new topic     » topic index » view message » categorize

2. Re: wxEuphoria v0.10.0 Beta

Matt Lewis wrote:
> 
> I've put up the beta:
> 
> <a
> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>

Matt, I couldn't find 2.8.2 on wxWidgets site, but they have 2.8.3. Is that
going to be compatible?

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

3. Re: wxEuphoria v0.10.0 Beta

Hi Matt,
When I try to launch any demo a get a popup error message saying:
This application has failed to start because mt7r16.dll was not found.
Re-installing the application may fix this problem.


Matt Lewis wrote:
> 
> 
> I've put up the beta:
> 
> <a
> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> 
> There are 5 different files there:
> 
> Win32 source and binaries
> *nix source only
> FreeBSD 6.2 Binary
> Ubuntu 6.10 Binary
> Fedora Core 6 Binary
> 
> The source packages include documentation, as well.  It's mostly just copied
> over from the previous version, since most things are unchanged, though I'm
> sure there are errors there, and still a lot not filled in.  Any help
> much appreciated. :)
> 
> Matt

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

4. Re: wxEuphoria v0.10.0 Beta

Hi again Matt,
Forget about my previous message. Downloading and installing open watcom 1.6
solved the problem.

regards,
Jacques Deschênes

Matt Lewis wrote:
> 
> 
> I've put up the beta:
> 
> <a
> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> 
> There are 5 different files there:
> 
> Win32 source and binaries
> *nix source only
> FreeBSD 6.2 Binary
> Ubuntu 6.10 Binary
> Fedora Core 6 Binary
> 
> The source packages include documentation, as well.  It's mostly just copied
> over from the previous version, since most things are unchanged, though I'm
> sure there are errors there, and still a lot not filled in.  Any help
> much appreciated. :)
> 
> Matt

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

5. Re: wxEuphoria v0.10.0 Beta

c.k.lester wrote:
> 
> 
> Matt, I couldn't find 2.8.2 on wxWidgets site, but they have 2.8.3. Is that
> going to be compatible?

Yes, any 2.8 release will work.  2.8.3 is better than 2.8.2 (bug fixes).

Matt

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

6. Re: wxEuphoria v0.10.0 Beta

jacques deschênes wrote:
> 
> When I try to launch any demo a get a popup error message saying:
> This application has failed to start because mt7r16.dll was not found.
> Re-installing
> the application may fix this problem.

I get this, too. I don't think installing Open Watcom is an option in my case.

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

7. Re: wxEuphoria v0.10.0 Beta

jacques deschênes wrote:
> 
> Hi Matt,
> When I try to launch any demo a get a popup error message saying:
> This application has failed to start because mt7r16.dll was not found.
> Re-installing
> the application may fix this problem.
> 

Shoot.  That's the watcom runtime library.  If you had that, it would 
probably also complain about CLBR16.DLL.  I'll add them to the download,
but for now, get them here (140KB):

http://www.rapideuphoria.com/uploads/open_watcom_runtime_1.6.zip


...or install OpenWatcom 1.6 :)

Matt

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

8. Re: wxEuphoria v0.10.0 Beta

Matt Lewis wrote:
> 
> Shoot.  That's the watcom runtime library.  If you had that, it would 
> probably also complain about CLBR16.DLL.  I'll add them to the download,
> but for now, get them here (140KB):

Curious... why do we need anything from Open Watcom?

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

9. Re: wxEuphoria v0.10.0 Beta

c.k.lester wrote:
> 
> Matt Lewis wrote:
> > 
> > Shoot.  That's the watcom runtime library.  If you had that, it would 
> > probably also complain about CLBR16.DLL.  I'll add them to the download,
> > but for now, get them here (140KB):
> 
> Curious... why do we need anything from Open Watcom?

C/C++ compilers rely on a runtime library.  When building a dll, you're 
generally not supposed to statically link the library.  I can experiment
to see if it still works (that's what I did with the borland libraries
for previous versions).  I believe that the problems start to occur when
things are freed in the wrong place.  I had to build an elaborate scheme
in the borland-built dll to keep track of this.  I don't want to do it
again.

Matt

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

10. Re: wxEuphoria v0.10.0 Beta

Matt Lewis wrote:
> c.k.lester wrote:
> > Curious... why do we need anything from Open Watcom?
> C/C++ compilers rely on a runtime library.

Are you saying that to run wxEuphoria programs, users will have to have
Watcom installed? I'm not trying to compile anything or build a dll; I
just want to run the demos for now.

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

11. Re: wxEuphoria v0.10.0 Beta

c.k.lester wrote:
> 
> Matt Lewis wrote:
> > c.k.lester wrote:
> > > Curious... why do we need anything from Open Watcom?
> > C/C++ compilers rely on a runtime library.
> 
> Are you saying that to run wxEuphoria programs, users will have to have
> Watcom installed? I'm not trying to compile anything or build a dll; I
> just want to run the demos for now.

No.  I've updated the file up on sourceforge, and uploaded the missing 
libraries temporarily to:

http://www.rapideuphoria.com/uploads/open_watcom_runtime_1.6.zip

(See http://www.listfilter.com/EUforum/m13424.html)

Matt

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

12. Re: wxEuphoria v0.10.0 Beta

Matt,

Still need at least plbr16.dll.

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

13. Re: wxEuphoria v0.10.0 Beta

c.k.lester wrote:
> 
> Matt,
> 
> Still need at least plbr16.dll.

Dangit....missed that one.  I've put them all up on rapideuphoria.  I'll
fix sourceforge shortly...

http://www.rapideuphoria.com/uploads/open_watcom_runtime_1.6.zip

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

Search



Quick Links

User menu

Not signed in.

Misc Menu