Search found 3 matches

by wsoul2k
Tue Apr 02, 2019 3:20 pm
Forum: COM interoperability
Topic: Delphi XE3
Replies: 1
Views: 11889

Re: Delphi XE3

You have to change all lines that are using UIntptr type to cardinal
by wsoul2k
Thu Mar 14, 2019 9:25 pm
Forum: General discussions
Topic: Latest gdPicture.Net 12 with Delphi Seattle
Replies: 3
Views: 13443

Re: Latest gdPicture.Net 12 with Delphi Seattle

You can change the UIntPtr to System.UIntPtr or cardinal dont use the GdPicture_NET_12_TLB.pas file in the demos or you wont get any components
by wsoul2k
Thu Mar 14, 2019 9:17 pm
Forum: COM interoperability
Topic: Memory Leak Using COM
Replies: 2
Views: 12191

Memory Leak Using COM

I'm having memory leak using the TGdPicturePDF class with delphi When using the interface _GdPicturePDF it is ok.... but we dont have events using interface Simple code procedure TForm1.Button1Click(Sender: TObject); var LicenseManager: TLicenseManager; opdf :TGdPicturePDF; //Class of TOleServer beg...