Developers, I am using ...\gdal\x86\*.dlls as a reference dlls and created a C++ project with (GDALDataset *)GDALVectorTranslate method. Whenever I am requesting ..../VectorTileService/18/66027/96262.mvt on the browser I am getting a response. After the response, If I go back and rebuild the project, I am seeing the below errors...these files are locked...Do we need to perform any cleanup in the C++ project?
Severity Code Description Project File Line Suppression State Error Unable to delete file "..\..\..\Program\gdal\x86\expat.dll". Access to the path 'C:\Development\XX\Program\gdal\x86\expat.dll' is denied. Severity Code Description Project File Line Suppression State Error Unable to delete file "..\..\..\Program\gdal\x86\geos_c.dll". Access to the path 'C:\Development\XX\Program\gdal\x86\geos_c.dll' is denied. Regards, Rajesh -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
