Knowledge Base Article
KB10474 - How can I use TatukGIS XDK inside my Visual C application? I have tried this
but several properties are not visible.
The Visual C Class Wizard, particularly versions prior to VC6, does not produce a proper stub for properties marked as hidden. TatukGIS provides manually altered classes. To use these in your VC program, just include the TatukGIS_DK.h header. Then you will get access to the IXGIS_xxx classes.
Please do not use the standard generated class for XGIS_ViewerWND that are placed inside the dialog box. Instead, replace the generated class with XGIS_ViewerWND.pas
and XGIS_ViewerWND.h.
Also please carefully study the DK-ActiveX Visual C samples provided by TatukGIS.
Created: 2004-12-13, Modified: 2005-09-14
|