Anonymous
05-12-2005, 11:29 AM
Don't forget to add this statement: using namespace MapPoint...
So, it should look like:
#include "ComInterfaces.h"
using namespace MapPoint; // <<--
MapPoint::_ApplicationPtr g_pMapPoint = NULL;
void main(void)
{
CoInitialize(NULL);
...
}
Best regards,
Sergey
So, it should look like:
#include "ComInterfaces.h"
using namespace MapPoint; // <<--
MapPoint::_ApplicationPtr g_pMapPoint = NULL;
void main(void)
{
CoInitialize(NULL);
...
}
Best regards,
Sergey