Search found 5 matches

by gerryw
Sat Jun 08, 2013 1:48 am
Forum: COM interoperability
Topic: Delphi XE3
Replies: 1
Views: 11725

Delphi XE3

Hello,

Has anyone been able to get GdPicture working in Delphi XE3? It fails compiling the wrapper for me with the following:

[dcc32 Error] GdPicture_NET_9_TLB.pas(15931): E2015 Operator not applicable to this operand type

Thanks,
-G
by gerryw
Mon Apr 01, 2013 6:39 pm
Forum: COM interoperability
Topic: Delphi 2010 - Trouble creating blank white image
Replies: 2
Views: 12448

Re: Delphi 2010 - Trouble creating blank white image

Hi Sami,

Doh... Thanks for pointing that out.

Thanks,
-G
by gerryw
Mon Apr 01, 2013 7:51 am
Forum: COM interoperability
Topic: Delphi 2010 - Trouble creating blank white image
Replies: 2
Views: 12448

Delphi 2010 - Trouble creating blank white image

Hi,

I'm trying to create a blank white image in Delphi 2010. The following seems to ignore the background color.

Image := GdPictureImaging1.CreateNewGdPictureImage(250, 250, 24, GdPictureImaging1.ARGB_2(255,255,255));

How can I do this?

Thanks,
-G
by gerryw
Wed Jan 13, 2010 3:32 am
Forum: Image Processing & Document Imaging
Topic: GdViewer example won't display image
Replies: 2
Views: 1873

Re: GdViewer example won't display image

Hi,

Thanks. I figured out what the issue was. I didn't realize that I had to use WideString for COM instead of UnicodeString. Sorry for the bother.

Thanks,
Gerry
by gerryw
Tue Jan 12, 2010 6:06 am
Forum: Image Processing & Document Imaging
Topic: GdViewer example won't display image
Replies: 2
Views: 1873

GdViewer example won't display image

Hi,

I just purchased GdPicture Pro ActiveX. I have received my license key and set it using "SetLicenseNumber", but I cannot get an image to display. I assume it is a licensing issue. Can you help?

I'm using BCB 2010 on XPPRO

Thanks,
Gerry