sms$2007052
sms

02/22/2007 :: 09:48

Registered

Hi,

I have downloaded the evaluation version of the GdPicturePro. I am using VC++ in VS 2005 environmet.
When I add the ActiveX to my project I can't see any of Programming class methodes such as saveAsBmp or...

I am ready to buy and use the product ASAP. Please let me know how to fix this.

Your timeley response greatly appreciated.

Thanks
Loïc$2006306
Loïc

02/22/2007 :: 10:32

Registered

Hi,



You have to add a references to the gdpicture pro toolkit to in order to use the cGdpicture class.

In the solution explorer, right click into your project name and select "References...". Click on Add new reference and select the COM tab. Brows to GdPicture Pro - Graphic Toolkit then select it.


Best regards,

Loïc Carrère
sms$2007052
sms

02/22/2007 :: 19:27

Registered

Thanks for the reply.

I have tried to add the reference. The problem is that when I go to "Add New Refrences" step. The list is empty and there is no COM tab available.
sms$2007052
sms

02/23/2007 :: 09:26

Registered

Well I have finally managed to get the library included in my project. Now my problem is how to initialize the object in C++.

Here is the code:

in my .h file
CcGdPicture MyPic;


Is there any initialization function to use?

Thanks
Loïc$2006306
Loïc

02/26/2007 » 09:07

Registered

Hi,

Unfortunately I've never used the C++ 2005 express...

If you want to use the cGdPicture class i think you have to do like that:
CcGdPicture oGdPicture;

If you want to use the GdViewer class you have to add the GdViewer control in the toolbox in order to draw the object into a form.

In the future i will add a vc++ 2005 sample but i have to learn this environment before.

Best regards,

Loïc Carrère

Edited by @lcarrere  
sms$2007052
sms

03/10/2007 :: 01:32

Registered

Is any of your customers using the OCX in C++?

I need some direction on how to coonect my cGdpicturePro to my gdViewer control. We have a project waiting for this component to be released.

Thanks
back to forum