Could more FileGDB API-specific names be used instead?Martin
I am not sure that I understand the concern. Can you elaborate on why you think this is a problem, and what you would propose instead?The way these things have been redefined appears to be totally harmless. The definitions are 100% consistent and functionally equivalent with the normal definitions in Windows. It was necessary to do this in order to remove Windows dependencies.-David
#include <winerror.h> #include "FileGDBAPI.h"
// in main.cpp ... #include "FileGDBAPI.h" #include "AddFile.h" // in AddFile.h ... #include "RunParameters.h" // in RunParameters.h ... #include "Geo.h" // in Geo.h ... #include <atlcomcli.h> // this includes winerror.h, which causes the warning
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.