1. wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 504 views
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
2. Re: wxEuphoria v0.10.0 Beta
- Posted by c.k.lester <euphoric at cklester.com> Apr 03, 2007
- 494 views
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?
3. Re: wxEuphoria v0.10.0 Beta
- Posted by jacques deschênes <desja at globetrotter.net> Apr 03, 2007
- 465 views
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
4. Re: wxEuphoria v0.10.0 Beta
- Posted by jacques deschênes <desja at globetrotter.net> Apr 03, 2007
- 481 views
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
5. Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 482 views
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
6. Re: wxEuphoria v0.10.0 Beta
- Posted by c.k.lester <euphoric at cklester.com> Apr 03, 2007
- 480 views
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.
7. Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 505 views
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
8. Re: wxEuphoria v0.10.0 Beta
- Posted by c.k.lester <euphoric at cklester.com> Apr 03, 2007
- 488 views
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?
9. Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 521 views
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
10. Re: wxEuphoria v0.10.0 Beta
- Posted by c.k.lester <euphoric at cklester.com> Apr 03, 2007
- 475 views
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.
11. Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 494 views
- Last edited Apr 04, 2007
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
12. Re: wxEuphoria v0.10.0 Beta
- Posted by c.k.lester <euphoric at cklester.com> Apr 03, 2007
- 491 views
- Last edited Apr 04, 2007
Matt, Still need at least plbr16.dll.
13. Re: wxEuphoria v0.10.0 Beta
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Apr 03, 2007
- 499 views
- Last edited Apr 04, 2007
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