Prerequisites

The Google Earth SDK DLL has one requirement that must be met before calling any of the internal functions. The DLL's internal components must be initialized at every host application's start by calling the GE_InitGESDK() function. Failure to do so will result in unexpected errors. Ideally, this function should be called at the application's initialization.

 GE_InitGESDK();

<< Back to Code Samples


Generated on Wed Sep 16 23:50:33 2009 for Google Earth SDK by  doxygen 1.6.1