<div dir="ltr">Hi everybody, another time<br><br>I made a program to create polygons in a shapefile, from a table in a csv file. <br>The things went good, but today I wanted to display an attribute contained in the dbf file, and the arcmap didn't display the <br>
name of the polygon. I thought that it was a problem with my version of arcgis, but then I tried to show a label of other shapefile, wich I created within arcmap. And in the same layer it was possible to show the attrib from the second shape, and was not possible to show the label of the first shape, created with shapelib. <br>
<br>Somebody has seen this?<br><br>Well, thanks for your help. <br><br>Joaquin, from Mexico<br><br><br><br><br><br><div class="gmail_quote">2008/9/5  <span dir="ltr"><<a href="mailto:shapelib-request@lists.maptools.org">shapelib-request@lists.maptools.org</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;">Send Shapelib mailing list submissions to<br>
        <a href="mailto:shapelib@lists.maptools.org">shapelib@lists.maptools.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.maptools.org/mailman/listinfo/shapelib" target="_blank">http://lists.maptools.org/mailman/listinfo/shapelib</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:shapelib-request@lists.maptools.org">shapelib-request@lists.maptools.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:shapelib-owner@lists.maptools.org">shapelib-owner@lists.maptools.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Shapelib digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Adding new shape to shapefile (thecrashteam)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 5 Sep 2008 00:17:54 -0700 (PDT)<br>
From: thecrashteam <<a href="mailto:didier.romain@gmail.com">didier.romain@gmail.com</a>><br>
Subject: Re: [Shapelib] Adding new shape to shapefile<br>
To: <a href="mailto:shapelib@lists.maptools.org">shapelib@lists.maptools.org</a><br>
Message-ID: <<a href="mailto:19326130.post@talk.nabble.com">19326130.post@talk.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Hi everybody,<br>
<br>
Sorry for the delay but I had lot of work !<br>
Concerning the dll problem, I solved it with a friend's help. I clarify that<br>
the C++ dll was wrapped in a C# dll and it didn't work in my program.<br>
So, the problem was the difference of the encoding strings between C # and<br>
C++. I just have to convert C# strings (encoded in UNICODE) in ASCII (C++<br>
encoding strings). My friend has written an other C# wrapped dll which<br>
supports byte[] in place of strings in all methods that take into setting a<br>
string.<br>
Why byte[] ? because it's the returned value of the<br>
System.Text.Encoding.Convert method.<br>
Thank you all for your help.<br>
<br>
I hope this post will help other people.<br>
<br>
Romain.<br>
--<br>
View this message in context: <a href="http://www.nabble.com/Adding-new-shape-to-shapefile-tp17536792p19326130.html" target="_blank">http://www.nabble.com/Adding-new-shape-to-shapefile-tp17536792p19326130.html</a><br>
Sent from the ShapeLib mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Shapelib mailing list<br>
<a href="mailto:Shapelib@lists.maptools.org">Shapelib@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/shapelib" target="_blank">http://lists.maptools.org/mailman/listinfo/shapelib</a><br>
<br>
<br>
End of Shapelib Digest, Vol 50, Issue 1<br>
***************************************<br>
</blockquote></div><br></div>