<br><br><div class="gmail_quote">2009/7/17 Tomas R <span dir="ltr"><<a href="mailto:monshi@home.se">monshi@home.se</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi again<br>
<br>
Seems like I have solved the problem... the line<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
such as preprocessing the grid shift file into binary form. <br>
</blockquote></div>
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 the binary files from FWTools and finally I got it working.<br>
<br>
Compiling the shift files on Windows? How? Well, not at big issue at the moment.<div class="im"></div></blockquote><div><br>Tomas,<br><br><br>That would be something like:<br><br>nmake /f <a href="http://makefile.vc">makefile.vc</a> nadshift <br>
<br>in the proj source directory.<br><br>If you download the SDK <a href="http://vbkto.dyndns.org:1280/sdk/Default.aspx">http://vbkto.dyndns.org:1280/sdk/Default.aspx</a><br><br>copy the proj sources into the root directory (ie: \proj-4.6.1) of the SDK and use:<br>
<br>nmake proj PROJ_DIR=proj-4.6.1<br><br>in the VS Command prompt, which should compile the nadshift files as well.<br><br><br>Best regards,<br><br>Tamas<br><br><br></div></div><br>