Page 1 of 1

[Solved][4.5 - 4.51RC2] PRINTDLGEX structure corrupted

Posted: Tue Aug 17, 2010 9:00 am
by magicjo
Hi.

The first 4 characters of all fields of the structure are missing.

Code: Select all

Structure PRINTDLGEX
   uctSize.l
   Owner.l
   Mode.l
   Names.l
   l.
   s.l
   s2.l
   usionFlags.l
   eRanges.l
   PageRanges.l
   geRanges.l
   Page.l
   Page.l
   ies.l
   tance.l
   intTemplateName.l
   llback.l
   pertyPages.l
   ropertyPages.l
   rtPage.l
   sultAction.l
EndStructure
I've already signalled this on topic "Requested API Structure and constants", but maybe this is the wrong place where report the problem, although i'm pretty sure, hope :wink: , that Fred & Co. had put the eyes on the post.

Ask if is possible mark the post as [Read] or something similar, so we can put the soul in peace that Fred & Co. passed.

Re: [4.5 - 4.51RC2] PRINTDLGEX structure corrupted

Posted: Tue Aug 17, 2010 10:27 am
by gnozal
I didn't find PRINTDLGEX in the PB4.5x residents, only PRINTDLG.

You are probably using a custom resident that came with a userlibrary ?
The residents must be recompiled to be compatible with PB4.5x.

Re: [4.5 - 4.51RC2] PRINTDLGEX structure corrupted

Posted: Tue Aug 17, 2010 10:58 am
by magicjo
Thanks Gnozal, forgot that the structure PRINTDLGEX makes part of Printer_Lib ( author ABBKlaus ), and is not natively present with Purebasic.