Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-23 Thread Athin
Hi Gigas002,

If possible can you share with some guide how to use the gdal nuget and how
can i view the map on wpf not on console?




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-07 Thread Athin
Hai Tamas,

May i know what the package for GDAL at nuget.org (GDAL, GDAL.Native and
GDAL.Plugins) cover? It can fully C# or  i still need ti use C++ then make
extension to C# so that it can use VS Wpf.

Thank you and best regards.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-06 Thread Athin
Hai Ivan,

May i know the function of the swig(c#) that you share to me? 

Thank you and best regards



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-01 Thread Athin
Hai Ivan,

Yeah I will take the C++ tutorials/exercise. But I need to try a bit the
Gdal capability. I just want to try it first hand by follow the tutorial,
but it seem there is not many example that allow to see the running of
complete code. Did you have any GDAL sample that can share with me?

Thank you and best regards





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-01 Thread Athin
Hai Bradh,

Sorry I not use to C++, I only familiar with C#. I need to use C++ because
Gdal support it and i need to combine it to the Visual Studio C# (Wpf).

Thank you and best regards.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-11-01 Thread Athin
Hai All, 

My target just know want to try to display raster map, but i still stuck in
this starting point. The code I run below will display an error

error c4700 uninitialized local variable 'pszFilename' used

can someone help me regarding this and what i need to with the file i
download from this link:https://trac.osgeo.org/gdal/wiki/DownloadSource

where i need to add on VS2012?

Thank you and best regards

#include "gdal_priv.h"
#include "cpl_conv.h" // for CPLMalloc()
#include "stdafx.h"
#include "gdal.h"


int main()
{
class GDALDataset;
const char *pszFilename;


GDALDataset *poDataset;
void CPL_DLL CPL_STDCALL GDALAllRegister(void);

poDataset = (GDALDataset *) GDALOpen(pszFilename, GA_ReadOnly );
if( poDataset == NULL )
{}

}



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-31 Thread Athin
Hi all,

Thank for the reply. I think I don't need to start from scratch for gdal. I
can just add the binaries to visual studio right? but may i know how to
install the GDALALLRegister(), from the tutorial it need to be called at the
first of the code. 

Thank you and best regards



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to Use Gdal in Microsoft Visual Studio C++

2018-10-30 Thread Athin
Hai All,

I am still new in this GIS subject. May someone guide me how can i use gdal
on Visual Studio 2012 c++. I try to follow from the website Gdal.org but i
dont understand about it. How to generating visual studio project? How to
generate_vcxproj.bat? I try and the solution fail when i open on Visual
Studio.  My windows in 64 bit system.

Thank you and best regards,



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev