Hi Tamas,<br><br>Just got the latest GDAL from SVN and built the C# wrappers.&nbsp; They appear to be strongly named now.&nbsp; Thanks for the quick turnaround!<br><br>Jason<br><br><div class="gmail_quote">On Jan 31, 2008 6:43 PM, Tamas Szekeres &lt;<a href="mailto:szekerest@gmail.com">szekerest@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Added the strong name support in SVN trunk r13646<br>We are using a fixed keyfile that won&#39;t change among the releases.<br>
gdal.snk have also been added to the repository.<br>The keyfile is referenced by AssemblyInfo.cs that might be deprecated<br>by the further Visual Studio releases. However this is the only way to<br>support the strongnames for all of the platforms right now.<br>
<div><div></div><div class="Wj3C7c"><br>Best regards,<br><br>Tamas<br><br>2008/1/31, Jason Beverage &lt;<a href="mailto:jasonbeverage@gmail.com">jasonbeverage@gmail.com</a>&gt;:<br>&gt; Thanks Tamas. &nbsp;It&#39;s so much nicer to just be able to download a working<br>
&gt; binary than having to compile and configure everything yourself.<br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; Jason<br>&gt;<br>&gt;<br>&gt; On Jan 31, 2008 3:03 PM, Tamas Szekeres &lt;<a href="mailto:szekerest@gmail.com">szekerest@gmail.com</a>&gt; wrote:<br>
&gt;<br>&gt; &gt; Jason,<br>&gt; &gt;<br>&gt; &gt; Please file a ticket for this issue, I&#39;ll take care of this.<br>&gt; &gt; The /keyfile compiler option is quite VS2005 specific, however I think<br>&gt; &gt; we have alternative options to achieve the same results which is<br>
&gt; &gt; compiler neutral.<br>&gt; &gt;<br>&gt; &gt; Best regards,<br>&gt; &gt;<br>&gt; &gt; Tamas<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; 2008/1/31, Jason Beverage &lt;<a href="mailto:jasonbeverage@gmail.com">jasonbeverage@gmail.com</a>&gt;:<br>
&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; &gt; Hi all,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I&#39;ve been using the C# wrappers that come with FWTools, and I noticed<br>&gt; that<br>&gt; &gt; &gt; they are not strongly named. &nbsp;This is causing a problem for my project<br>
&gt; as we<br>&gt; &gt; &gt; require everything to be strongly named.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I noticed that the <a href="http://makefile.vc" target="_blank">makefile.vc</a> has a &quot;sign&quot; step that generates the<br>
&gt; gdal.snk<br>&gt; &gt; &gt; file, but it is not used after that.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If you change the gdal_csharp target to include the /keyfile argument,<br>&gt; it<br>&gt; &gt; &gt; should produce strongly named assemblies:<br>
&gt; &gt; &gt; $(CSC) /debug:full /keyfile:gdal.snk /target:library /out:ogr_csharp.dll<br>&gt; &gt; &gt; ogr\*.cs<br>&gt; &gt; &gt; $(CSC) /debug:full /keyfile:gdal.snk /target:library<br>&gt; /out:gdal_csharp.dll<br>&gt; &gt; &gt; gdal\*.cs<br>
&gt; &gt; &gt; &nbsp;$(CSC) /debug:full /keyfile:gdal.snk /target:library<br>&gt; &gt; &gt; /out:gdalconst_csharp.dll const\*.cs<br>&gt; &gt; &gt; $(CSC) /debug:full /keyfile:gdal.snk /target:library /out:osr_csharp.dll<br>&gt; &gt; &gt; osr\*.cs<br>
&gt; &gt; &gt;<br>&gt; &gt; &gt; It would be great if the bindings that come from the FWTools distro<br>&gt; become<br>&gt; &gt; &gt; the &quot;official&quot; way to download the binaries and they are signed when we<br>&gt; get<br>
&gt; &gt; &gt; them.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks!<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Jason<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; gdal-dev mailing list<br>
&gt; &gt; &gt; <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>&gt; &gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
&gt; &gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br></div></div></blockquote></div><br>