trichview.support
XP SP2 |
Author |
Message |
William Bradshaw |
Posted: 03/09/2005 20:11:20 Is this XP SP2 compliant? I see the new forms in Delphi being used which I know will cause access violations. I just switched to the new version and I am now getting access violation complaints (and I had already upgraded my software for SP2). You must use ofOldStyleDialog to avoid this problem. The default will cause access violations in SP2 only. Place this code before using any open or save dialog. // Windows XP SP2 Fix SaveDialog1.Options := [ofOldStyleDialog]; OpenDialog1.Options := [ofOldStyleDialog]; // End of Windows XP SP2 Fix -- Sincerely, William Bradshaw http://www.zappersoftware.com/ Copy Protection and Encryption Software |
Powered by ABC Amber Outlook Express Converter