[gdal-dev] Re: C# Nad27 to WGS 84

2009-08-20 Thread Tomas R
Installed .Net2 SDK on my Vista machine and compiled it via that installation and it worked. But should it not be doable on a .net3.5 installation? From GUI editor (VSE 2008) it is, should also be via the command line. Yours Tomas Tamas Szekeres skrev: 2009/8/18 Tomas R mailto:mon...@home

Re: [gdal-dev] Re: C# Nad27 to WGS 84

2009-08-18 Thread Tamas Szekeres
2009/8/18 Tomas R > Ah, thanks. Been away some time from the list and no email regarding this > answer. Will try it but am happy with the binaries I currently have. > > Another Q... > On my Vista machine when I compile GDAL/Swig-links it is compiled for the > .Net 3.5 platform. Would like to ta

[gdal-dev] Re: C# Nad27 to WGS 84

2009-08-18 Thread Tomas R
Ah, thanks. Been away some time from the list and no email regarding this answer. Will try it but am happy with the binaries I currently have. Another Q... On my Vista machine when I compile GDAL/Swig-links it is compiled for the .Net 3.5 platform. Would like to target .Net 2 instead. How? Am

Re: [gdal-dev] Re: C# Nad27 to WGS 84

2009-07-17 Thread Tamas Szekeres
2009/7/17 Tomas R > Hi again > > Seems like I have solved the problem... the line > >> such as preprocessing the grid shift file into binary form. >> > gave me (finally) the hint I needed. Tried to compile Proj4 and the shift > files but managed only compile the first part. Then I finally went fo

[gdal-dev] Re: C# Nad27 to WGS 84

2009-07-17 Thread Tomas R
Hi again Seems like I have solved the problem... the line such as preprocessing the grid shift file into binary form. gave me (finally) the hint I needed. Tried to compile Proj4 and the shift files but managed only compile the first part. Then I finally went for the easy solution, I grabbed th

[gdal-dev] Re: C# Nad27 to WGS 84

2009-07-17 Thread Tomas R
Ok. my bad perhaps. Grabbed the shift-files from FWTools, and yes, now it works. It was, not to soon, I noticed the line such as preprocessing the grid shift file into binary form. I realized I had probably missed a step. But how-to do that? No idea. Try compiling Proj4, yes that works, but c

[gdal-dev] Re: C# Nad27 to WGS 84

2009-07-16 Thread Tomas R
no one? To bad, well, I will see what I can do on my own. /Tomas Tomas R skrev: I have no luck Downloaded compiled package form http://vbkto.dyndns.org:1280/sdk/ (MSVC2008 (Win32) -stable, v 1500). I set the path as described before, that is: nadPath = Path.Combine(Path.GetDirectoryName(

[gdal-dev] Re: C# Nad27 to WGS 84

2009-07-14 Thread Tomas R
I have no luck Downloaded compiled package form http://vbkto.dyndns.org:1280/sdk/ (MSVC2008 (Win32) -stable, v 1500). I set the path as described before, that is: nadPath = Path.Combine(Path.GetDirectoryName(this.GetType().Assembly.Location), @"Gdalbin\Nad"); Environment.SetEnvironmentVari

[gdal-dev] Re: C# Nad27 to WGS 84

2009-07-12 Thread Tomas R
I might do something wrong... I just grab whatever Proj-file I find, I have not compiled it myself. Unsure witch version I was using when I posted the Q but now I use the one found in the latest build at http://trac.osgeo.org/proj/ (proj446_win32_bin.zip) With that version I get a promising err