Re: Frustrated again!
- Posted by mattlewis (admin) May 20, 2015
- 2466 views
Seems Jean-Marc's version of win32lib does not come with all required includes, or the Eu v4.1 downloads are missing it...
Line 574 of win32lib.ew contains
public include std/memstruct/windows.e
Same problem for both Eu 4.1 versions (eui -v) dated 2014-01-16(beta1) and 2015-02-02(beta2) available in Eu download links. All win64. I am running win 8.1 64 bits. Does anyone have this memstruct include directory?
This version requires a build based on the memstruct branch. I was working on converting win32lib to use the new memstruct features, because that's the best way to get win32lib to work in 64-bits mode. The structure code of win32lib is not easily made portable. You can get the updated win32lib code here:
https://sourceforge.net/p/win32libex/mercurial/ci/win64/tree/
I don't have a recent win64 build of the memstruct branch sitting around. I'll see if I can build one and upload it later today.
I had also been working on converting the win32lib IDE to work with 64-bits and the memstruct branch:
https://bitbucket.org/mattlewis/euwin32libide
I had previously posted here (nearly 3 years ago):
http://openeuphoria.org/forum/m/118819.wc
Matt