Re: [gdal-dev] NewDataset and SetBand error

2013-11-20 Thread Seung Ae Lim
with? Best regards, Frank On Thu, Nov 7, 2013 at 1:03 AM, Seung Ae Lim sa...@pixoneer.co.kr wrote: Dear, I make a console application with VS2010 linking gdal_i.lib. The steps are : 1. Create New Dataset and Band in main.cpp class XXDataset : public GDALPamDataset { public: XXDataset

[gdal-dev] NewDataset and SetBand error

2013-11-07 Thread Seung Ae Lim
Dear, I make a console application with VS2010 linking gdal_i.lib. The steps are : 1. Create New Dataset and Band in main.cpp class XXDataset : public GDALPamDataset { public: XXDataset() {}; ~XXDataset() {}; static GDALDataset* Open(GDALOpenInfo*); }; class XXRasterBand

Re: [gdal-dev] NewDataset and SetBand error

2013-11-07 Thread Seung Ae Lim
with different gdal_priv.h include files *or* with different structure alighnments flags for Visual Studio. Did you build GDAL from source using the same configuration you are building your application with? Best regards, Frank On Thu, Nov 7, 2013 at 1:03 AM, Seung Ae Lim sa