trichview.support
Re: XP SP2 |
Author |
Message |
William Bradshaw |
Posted: 03/11/2005 10:33:57 The problem is with Delphi 6. I am not sure about other versions. "Lars Nielsen" <[email protected]> wrote in message news:[email protected]... > 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" <[email protected]> wrote in message > > news:[email protected]... > > > >>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