trichview.support
Re: XP SP2 |
Author |
Message |
Lars Nielsen |
Posted: 03/10/2005 10:09:34 Sorry, but I'm using SP2 too and I have no problems whatsoever. But I'm still on Delphi 5 ... - Lars Nielsen William Bradshaw schrieb: > I believe that I have corrected the problem in the code. This impacts > RichViewActions ONLY and ONLY when used on XP SP2. have included the > re-compiled DCUs for your convenicne. Just replace these modules and then > re-compile your project. The following 5 modules required correction: > > BackRVFrm.pas > ItemPropRVFrm.pas > ParaListRVFrm.pas > RichViewActions.pas > TableBackRVFrm.pas > > > "William Bradshaw" <williambradshaw@zappersoftware.com> wrote in message > news:422f2fe9$1@support.torry.net... > >>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