I have several apps in the field using Stephen Lebans' PictureBox class to draw various thing on the screen, generally a map with some selected information from the database shown on that map. All has worked well for many years, but one of my users now has a 64-bit machine, and the class no longer works. It bombs on the APICopyMemory call. I imagine there is something there that needs to be updated to the LongPtr type, but I have no idea which one(s). Lebans wrote some insane code, but left no documentation on how he did it, and has completely bailed on it all.
Does anyone have any idea on how to update this class to work on Win64?
Does anyone have any idea on how to update this class to work on Win64?
Last edited: