As pyglet is not supporting 64-bit python on windows, I have started
to look in to how to fix this.

I have tried minimal winapi usage with ctypes. Right now I can't solve
a window creation failure as DefWindowProc returns FALSE on
WM_NCCREATE. It seems data pointed by wParam/lParam in my WindowProc
callback is corrupting somehow. The same code of course works fine on
32-bit.

On the other hand, pywin32 seems to work fine on 64-bit python. If
there is no principal objections about pyglet to use pywin32, I would
like to volunteer to patch (at least) window creation/messaging code
to use pywin32 instead ctypes.


--
serg.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to