Re: Win32lib working on Seven 64 bits
- Posted by jmduro Feb 10, 2015
- 1519 views
mattlewis said...
That's an incorrect definition. std/dll.e has the correct definition of this type:
ifdef BITS32 then public constant --** signed integer sizeof pointer C_LONG_PTR = C_LONG elsedef public constant C_LONG_PTR = C_LONGLONG end ifdef
It sounds like there's a bug with how that's being used somewhere. What problem did that fix for you?
Matt
My std/dll.e does not have such a definition, that's why I got a compilation error.
Regards
Jean-Marc