Search found 7 matches

by NobMiwa
Wed Jan 15, 2014 11:57 pm
Forum: General discussions
Topic: CreateGdPictureImageFromFile freeze with corrupted file
Replies: 3
Views: 3444

Re: CreateGdPictureImageFromFile freeze with corrupted file

Hello,

I confirmed new version 10.115 and it works fine !

Thank you for quick fix !
by NobMiwa
Thu Jan 09, 2014 4:12 pm
Forum: General discussions
Topic: CreateGdPictureImageFromFile freeze with corrupted file
Replies: 3
Views: 3444

Re: CreateGdPictureImageFromFile freeze with corrupted file

Hello Loïc !!

Thank you for super quick reply !

I'm looking forward to it.

Best Regards,
Nobuo Miwa
by NobMiwa
Thu Jan 09, 2014 12:49 pm
Forum: General discussions
Topic: CreateGdPictureImageFromFile freeze with corrupted file
Replies: 3
Views: 3444

CreateGdPictureImageFromFile freeze with corrupted file

Hello,

I called CreateGdPictureImageFromFile with corrupted JPG file.
It has frozen and usage of memory jumped up to about 600MB ::bug::

I attached it.

Could you please check and fix it ?

C++Builder XE2
Win 7 32bit

Regards,
Nobuo Miwa
by NobMiwa
Tue Mar 26, 2013 2:55 am
Forum: COM interoperability
Topic: [C++Builder XE2] CreateGdPictureImageFromFile returns 10
Replies: 2
Views: 11942

Re: [C++Builder XE2] CreateGdPictureImageFromFile returns 10

Hello,

Thank you very much !
It works fine.

Regards,
Nobuo Miwa
by NobMiwa
Mon Mar 25, 2013 3:16 am
Forum: COM interoperability
Topic: [C++Builder XE2] CreateGdPictureImageFromFile returns 10
Replies: 2
Views: 11942

[C++Builder XE2] CreateGdPictureImageFromFile returns 10

Hello, I'm trying this product with C++Builder XE2 on Win7 32 bit. I got problem with following code.. TGdPictureImaging *pictureImaging = new TGdPictureImaging(this); UnicodeString path = Edit1->Text; int imageID=0; if (FileExists(path)) { imageID = pictureImaging->CreateGdPictureImageFromFile(path...
by NobMiwa
Sun Mar 24, 2013 10:06 am
Forum: COM interoperability
Topic: [C++Builder XE2] GdPictureImaging.GetBitmapFromGdPictureImag
Replies: 1
Views: 11391

[C++Builder XE2] GdPictureImaging.GetBitmapFromGdPictureImag

Hello, I'm trying GdPicture.NET with C++Builder XE2 on Windows 7 32 bit. I noticed there is not GetBitmapFromGdPictureImage method in TGdPictureImaging. I included as.. #include "GdPicture_NET_9_OCX.h" #include "GdPicture_NET_9_TLB.h" I searched those headers, but I could not fin...