Re: Using euc on Windows
- Posted by ghaberek (admin) in February
- 653 views
I think the problem is that the version of GCC that built the wxeu libraries is different than the one you downloaded and I don't remember which version that was.
Try removing the "64+32-bit" version (tdm64-gcc-10.3.0-2.exe) and install the "32-bit only" version (tdm-gcc-10.3.0.exe) instead. Or maybe even the older release: tdm-gcc-9.2.0.exe.
Simpler solution? To get wxEuphoria working with interpreted apps just copy the binary files from your old PC (if you can). Use Dependencies to find which files you need. Put them all into C:\Euphoria\bin.
Sadly, nobody's maintaining wxEuphoria any more. You may be the only one using it. Lately I've been revisiting IUP. I'm almost done fixing up my new wrapper and I should have it published soon.
-Greg