<div>Hi Venkatesh,</div>
<div> </div>
<div>Can u please be more specific about the errors u are getting...It could be syntax errors.Did u include the "Shapefil.h" 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> </div>
<div>P.S:The "SHPOpen" function allows u only to open the ".shp" file.So 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 "rb".In case u want to open your ".dbf" file, u have to use the "DBFOpen" function that is defined in "
dbfopen.c".</div>
<div> </div>
<div>I hope this will help,but maybe i can be more accurate in case you specify the kind of errors.</div>
<div> </div>
<div>Regards,</div>
<div>Joyce.<br><br> </div>
<div><span class="gmail_quote">On 5/11/06, <b class="gmail_sendername">venkatesh</b> <<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Thanks Joyce,<br>       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>      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>       <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">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. Shapelib in Symbian (venkatesh)<br>  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: "venkatesh" <<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>><br>Subject: [Shapelib] Shapelib in Symbian<br>To: <<a href="mailto:shapelib@lists.maptools.org">
shapelib@lists.maptools.org</a>><br>Message-ID: <000001c674b2$4cb26c00$6e00a8c0@venkatesh><br>Content-Type: text/plain; charset="us-ascii"<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: "Joyce Azar" <
<a href="mailto:azarjoyce@gmail.com">azarjoyce@gmail.com</a>><br>Subject: Re: [Shapelib] Shapelib in Symbian<br>To: "Shapelib Development" <<a href="mailto:shapelib@lists.maptools.org">shapelib@lists.maptools.org
</a>><br>Message-ID:<br>       <<a href="mailto:ef7d5e3d0605110222s58b07a59x3452c926577e631@mail.gmail.com">ef7d5e3d0605110222s58b07a59x3452c926577e631@mail.gmail.com</a>><br>Content-Type: text/plain; charset="iso-8859-1"
<br><br>Hi,<br><br>To use shapefiles in symbian, i integrated the "shpopen.c" functions from<br>the "Shapelib" library (U can find information about how to use C in symbian<br>in the NewLC site),and i called the "shpopen" 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>"Reason code KERN_EXEC<br>Reason number 3".<br>Try it and in case u need any help,i will help if i can.
<br><br><br>On 5/11/06, venkatesh <<a href="mailto:venkatesh@amogha.com">venkatesh@amogha.com</a>> wrote:<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
<br>> start working with shape files .<br>><br>><br>><br>> Cheers,<br>><br>>  Venkatesh..<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>><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>