Le lundi 28 avril 2014 17:33:04, henry wasker a écrit :
> Hello,
>
> I try to use a simple test program which must use GDAL and netcdf support.
> This test is for constraints and specifications. Here's this code
> (main.cpp)
>
> #include "gdal_priv.h"
> #include "netcdfdataset.h"
>
> using names
Hello,
I try to use a simple test program which must use GDAL and netcdf support.
This test is for constraints and specifications. Here's this code (main.cpp)
#include "gdal_priv.h"
#include "netcdfdataset.h"
using namespace std;
int main() {
netCDFDataset child;
}
For this, I have built