Hi
There was problem in libraries.
VIsual Studio seeks firstly PostGIS libraries what is older ones
Now I set Firstly seek from separately installed GDAL libraries.
But conflict in twice installed PROJ packages exist.
So, I cant use PROJ package functions.
Can anybody helps me ?
Regards
Ra
On Tue, 7 Mar 2023 at 09:32, Raivo Rebane wrote:
>
> I minimized the program :
>
> #include
> #include
> #include
> #include
>
> int main()
> {
> GDALAllRegister();
> GDALDataset* dataset =
> static_cast(GDALOpen("634632_2012_tava.tiff", GA_ReadOnly));
> GDALClose(dataset);
>
>
Hi again
I minimized the program :
#include
#include
#include
#include
int main()
{
GDALAllRegister();
GDALDataset* dataset =
static_cast(GDALOpen("634632_2012_tava.tiff", GA_ReadOnly));
GDALClose(dataset);
return 0;
}
but it gives the same errors ?
If I remove
#includ
Hi
I am big problem. My program gives errors:
Severity Code Description Project File Line Suppression State
Warning C4251 'CPLJSONObject::m_osKey': class
'std::basic_string,std::allocator>'
needs to have dll-interface to be used by clients of class
'CPLJSONObject' proj