Re: dll (probably newbie) issue.
- Posted by jimcbrown (admin) Jan 07, 2016
- 1713 views
Travis_Beaty said...
The only hang-up I can think of is that this is a 32-bit dll running in a 64-bit system, but unfortunately the Qt Creator doesn't offer a 64-bit Mingw compiler. Ideas?
PS C:\Users\Travis\Workshop\qeuti\eu> eui --version Euphoria Interpreter v4.1.0 development 64-bit Windows, Using System Memory Revision Date: 2015-02-02 14:18:53, Id: 6300:57179171dbed Windows 10 64-bit
Yes, from the version output, you are using a 64bit eui.exe binary. You can't loead a 32bit dll in a 64bit eui. You can run a 32bit eui on Windoze 10 64-bit OS, though. If you do that, then that should resolve this one issue.