Hi,
I've been doing some tests using GdPicture in 64bit Windows; Windows 7 Pro specifically. Of course if I set the application to run as a 32bit one there's no problem; but running as 64bit generates trouble because the ocx is 32bit. The reason I want to run as 64bit is that I want to make use of more allocatable memory than the 32bit windows gives.
I'm on a project that requires to manage very large 24b color images, and I get a lot of OutOfMemory exceptions; I concluded after some research that this was because of the memory that windows is able to allocate for a single process; which I've noticed as well is much larger in 64bit editions; so, I'll like to do some testing.
Is it possible for you to provide a 64bit library? Or do you know any work around for this issue?
