Re: wxEuphoria vs wine

new topic     » goto parent     » topic index » view thread      » older message » newer message
Jerry_Story said...

The files 'libwxeu.dll' and 'wxeud.e' are in the same directory as dmak, so there shouldn't be any problem finding them. The program worked before and I didn't change it.

The libwxeu.dll should be in the same directory as your interpreter. Basically, Windows searches in the executable's directory and system directories. Unless you have your interpreter in the same directory as dmak, the dll shouldn't be put there.

Jerry_Story said...

The 'plugplay.exe' problem happens when I run AOE but doesn't stop it from running AOE from the command line.

The wxeud.e file says it's this version:
wxEuphoria_Version = {0,16,0},

How can I get wxEuphoria happening on wine?

Rather than running the interpreter directly, you might try something like:

$ wine wineconsole eui dmak 

The "wineconsole" part will cause a console to pop up. The windows interpreter uses windows console functions, not vanilla STDOUT, so the output doesn't show up in your normal terminal on Linux.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu