Win32lib working on Seven 64 bits

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

Hello,

Win32lib used to crash on my Windows Seven PC trying to reboot the PC. I got it working again using the following combination:
- http://openeuphoria.org/eubins/struct/windows/64/eubin-2012-08-26-1afa523b0336.zip
- http://sourceforge.net/p/win32libex/mercurial/ci/win64/tree/

I had to add following lines in win32lib.ew at the beginning of the Low level routines section (line 3647) to get it work:

ifdef BITS64 then  
	public constant C_LONG_PTR = C_INT  
elsedef  
	public constant C_LONG_PTR = C_LONG  
end ifdef 

Now I can run a program that crashed before on Seven 64 bits, but it still can't be used with Matt's euwin32libide. It crashes without building an error file.

Regards

Jean-Marc

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

Search



Quick Links

User menu

Not signed in.

Misc Menu