1. wxEuphoria Gripes
- Posted by c.k.lester <euphoric at c?les?er.com> Jan 18, 2008
- 509 views
- Last edited Jan 19, 2008
Darn it! Matt, I'm getting that error... wxEuphoria Version 0.12.0 requires at least library build 12, but build 11 was loaded. How do I resolve that, again? :/
2. Re: wxEuphoria Gripes
- Posted by Greg Haberek <ghaberek at ?mail?com> Jan 18, 2008
- 493 views
- Last edited Jan 19, 2008
c.k.lester wrote: > > Darn it! Matt, I'm getting that error... > > wxEuphoria Version 0.12.0 requires at least library build 12, > but build 11 was loaded. > > How do I resolve that, again? :/ Every time I download a new version of wxEuphoria, I re-copy the libraries to my %EUDIR%\BIN directory. That way they're found in my PATH. -Greg
3. Re: wxEuphoria Gripes
- Posted by c.k.lester <euphoric at ?klester.c?m> Jan 19, 2008
- 502 views
Greg Haberek wrote: > c.k.lester wrote: > > Darn it! Matt, I'm getting that error... > > wxEuphoria Version 0.12.0 requires at least library build 12, > > but build 11 was loaded. > > How do I resolve that, again? :/ > Every time I download a new version of wxEuphoria, I re-copy the libraries to > my %EUDIR%\BIN directory. That way they're found in my PATH. Matt, is it necessary for me to build from source? I've got the SVN code on my PC. Can I just use the binaries from your ZIP distribution?
4. Re: wxEuphoria Gripes
- Posted by Jerry Story <story.jerry at gm?il.?om> Jan 19, 2008
- 491 views
c.k.lester wrote: > > Darn it! Matt, I'm getting that error... > > wxEuphoria Version 0.12.0 requires at least library build 12, > but build 11 was loaded. > > How do I resolve that, again? :/ I had that problem until I got rid of 2 stray versions of libwxeu.dll in \windows and \windows\system32.
5. Re: wxEuphoria Gripes
- Posted by Matt Lewis <matthewwalkerlewis at g?ail.c?m> Jan 19, 2008
- 495 views
c.k.lester wrote: > > Darn it! Matt, I'm getting that error... > > wxEuphoria Version 0.12.0 requires at least library build 12, > but build 11 was loaded. > > How do I resolve that, again? :/ You must have an old version sitting around somewhere in your path. First, try specifying the full path in the open_dll() statement, to see if you're targeting the correct version. Then you need to find the old one, and delete it. Matt
6. Re: wxEuphoria Gripes
- Posted by Matt Lewis <matthewwalkerlewis at gm?il.com> Jan 19, 2008
- 514 views
c.k.lester wrote: > > Greg Haberek wrote: > > c.k.lester wrote: > > > Darn it! Matt, I'm getting that error... > > > wxEuphoria Version 0.12.0 requires at least library build 12, > > > but build 11 was loaded. > > > How do I resolve that, again? :/ > > Every time I download a new version of wxEuphoria, I re-copy the > > libraries to my %EUDIR%\BIN directory. That way they're found in my PATH. > > Matt, is it necessary for me to build from source? I've got the SVN code on > my PC. Can I just use the binaries from your ZIP distribution? On windows, the binaries should definitely work (at least on 2000/XP/Vista-- 95/98/ME might have issues with Unicode). On Linux, it's possible that they might not work, especially if you're running a different distro than I am (Kubuntu 7.10). It's pretty easy to build them both from source. Just make sure you follow the instructions in the readme. They've changed a bit (easier/better) since the last time you built from source. Matt