Re: [GD-Windows] GetDIBits() return values
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2006-01-05 03:28:44
|
On Wed, 04 Jan 2006 19:14:36 -0800, Dan Thompson wrote: > Any possibility of threading issues? Doubtful -- it's a Python installation and this is just a simple extension for it, no multithreading. > If the second one fails, you might be able to disasm into gdi and > see whats up. Could try VirtualAllocing the memory and protect it > vs Write on the second call, see if it even touches the memory. I'm not quite that hardcore =3D) Brian |