Hello,
i successfully could integrate GgPictureLight3 in microsoft visual c++ 2005 FORMS just by drag and drop.
Now i try to do the same with a c++ File without any Form like i did it with Forms:
#include "GdPicture3_OCX.h"
TImaging *Image;
Image->SetLicenseNumber("XXXXXXXXXX")
This doesn't work.
Something like the VisualBasic "CreateObject" is missing.
So, how do i include an activex in plain C++ ?
Thanks for your help
