<div>Hi Venkatesh,</div>
<div>&nbsp;</div>
<div>Can u please be more specific about the errors u are getting...It could be syntax errors.Did u include the &quot;Shapefil.h&quot; in your symbian C++ code?.Did u put the Shapefile u have in the right path (i put it myself under c:\ in symbian).
</div>
<div>&nbsp;</div>
<div>P.S:The &quot;SHPOpen&quot; function allows u only to open the &quot;.shp&quot; file.So&nbsp;u have to specify in the arguments all the path with the name of the file u want to open.The other argument should be &quot;rb&quot;.In case u want to open your &quot;.dbf&quot; file, u have to use the &quot;DBFOpen&quot; function that is defined in &quot;
dbfopen.c&quot;.</div>
<div>&nbsp;</div>
<div>I hope this will help,but maybe i can be more accurate in case you specify the kind of errors.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Joyce.<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/11/06, <b class="gmail_sendername">venkatesh</b> &lt;<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Thanks Joyce,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I have started developing as u suggested. I have downloaded shapelib<br>and included 
shapeopen.c in my helloworld console application. Now I tried<br>to call shpOpen function, its raising error.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I fallowed procedure given in NewLC, but not succeeded.<br>Can you please guide me how to do it?<br><br>
Cheers,<br>Venkatesh.<br><br>-----Original Message-----<br>From: <a href="mailto:shapelib-bounces@lists.maptools.org">shapelib-bounces@lists.maptools.org</a><br>[mailto:<a href="mailto:shapelib-bounces@lists.maptools.org">
shapelib-bounces@lists.maptools.org</a>] On Behalf Of<br><a href="mailto:shapelib-request@lists.maptools.org">shapelib-request@lists.maptools.org</a><br>Sent: Thursday, May 11, 2006 9:34 PM<br>To: <a href="mailto:shapelib@lists.maptools.org">
shapelib@lists.maptools.org</a><br>Subject: Shapelib Digest, Vol 26, Issue 2<br><br>Send Shapelib mailing list submissions to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://lists.maptools.org/mailman/listinfo/shapelib">http://lists.maptools.org/mailman/listinfo/shapelib</a><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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 &quot;Re: Contents of Shapelib digest...&quot;<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp;1. Shapelib in Symbian (venkatesh)<br>&nbsp;&nbsp;2. Re: Shapelib in Symbian (Joyce Azar)<br><br><br>----------------------------------------------------------------------
<br><br>Message: 1<br>Date: Thu, 11 May 2006 09:50:40 +0530<br>From: &quot;venkatesh&quot; &lt;<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>&gt;<br>Subject: [Shapelib] Shapelib in Symbian<br>To: &lt;<a href="mailto:shapelib@lists.maptools.org">
shapelib@lists.maptools.org</a>&gt;<br>Message-ID: &lt;000001c674b2$4cb26c00$6e00a8c0@venkatesh&gt;<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>Hi Joyce,<br><br><br><br>I am trying to load maps on to symbian devices since one week, but till
<br>now I haven't find any clues. Luckily I have found the mail return by you,<br>can you please help me doing this.<br><br><br><br>I am comfortable with symbian C++ , so if possible suggest me how to start<br>working with shape files .
<br><br><br><br>Cheers,<br><br>Venkatesh..<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL:<br><a href="http://lists.maptools.org/pipermail/shapelib/attachments/20060511/8e8ee69e/a">
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/8e8ee69e/a</a><br>ttachment-0001.html<br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 11 May 2006 11:22:15 +0200<br>From: &quot;Joyce Azar&quot; &lt;
<a href="mailto:azarjoyce@gmail.com">azarjoyce@gmail.com</a>&gt;<br>Subject: Re: [Shapelib] Shapelib in Symbian<br>To: &quot;Shapelib Development&quot; &lt;<a href="mailto:shapelib@lists.maptools.org">shapelib@lists.maptools.org
</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="mailto:ef7d5e3d0605110222s58b07a59x3452c926577e631@mail.gmail.com">ef7d5e3d0605110222s58b07a59x3452c926577e631@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=&quot;iso-8859-1&quot;
<br><br>Hi,<br><br>To use shapefiles in symbian, i integrated the &quot;shpopen.c&quot; functions from<br>the &quot;Shapelib&quot; library (U can find information about how to use C in symbian<br>in the NewLC site),and i called the &quot;shpopen&quot; in my C++ program in symbian
<br>.I could successfully draw the map on the emulator screen.However,when<br>trying that on the target machine,i am getting the following error:<br>&quot;Reason code KERN_EXEC<br>Reason number 3&quot;.<br>Try it and in case u need any help,i will help if i can.
<br><br><br>On 5/11/06, venkatesh &lt;<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp; Hi Joyce,<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp; I am trying to load maps on to symbian devices since one week, but till
<br>&gt; now I haven't find any clues. Luckily I have found the mail return by you,<br>&gt; can you please help me doing this.<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp; I am comfortable with symbian C++ , so if possible suggest me how to
<br>&gt; start working with shape files .<br>&gt;<br>&gt;<br>&gt;<br>&gt; Cheers,<br>&gt;<br>&gt;&nbsp;&nbsp;Venkatesh..<br>&gt;<br>&gt; _______________________________________________<br>&gt; Shapelib mailing list<br>&gt; <a href="mailto:Shapelib@lists.maptools.org">
Shapelib@lists.maptools.org</a><br>&gt; <a href="http://lists.maptools.org/mailman/listinfo/shapelib">http://lists.maptools.org/mailman/listinfo/shapelib</a><br>&gt;<br>&gt;<br>&gt;<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...<br>URL:<br><a href="http://lists.maptools.org/pipermail/shapelib/attachments/20060511/ce62ee6f/a">http://lists.maptools.org/pipermail/shapelib/attachments/20060511/ce62ee6f/a</a><br>
ttachment-0001.html<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">http://lists.maptools.org/mailman/listinfo/shapelib</a><br><br><br>End of Shapelib Digest, Vol 26, Issue 2<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">http://lists.maptools.org/mailman/listinfo/shapelib
</a><br></blockquote></div><br>