[Shapelib] RE: Shapelib Digest, Vol 26, Issue 3

venkatesh venkatesh at amogha.com
Sat May 13 02:22:21 EDT 2006


Hi Joyce,
 Thanks a lot, I forgot to include "Shapefil.h" in my code. Now it reduces
almost all my errors, but still I m getting these two errors
 	
	SHPEXE fatal error LNK1120: 1 unresolved externals
	SHPEXE error LNK2019: unresolved external symbol _memcpy referenced
in 	function _SHPOpen

I hope you might have solution for this.

What about your NMEA parser, I hope you got what you are trying.
ALL THE BEST and Happy week end,

Keep replying me(helping me),
Cheers,
Venkatesh.


-----Original Message-----
From: shapelib-bounces at lists.maptools.org
[mailto:shapelib-bounces at lists.maptools.org] On Behalf Of
shapelib-request at lists.maptools.org
Sent: Friday, May 12, 2006 9:33 PM
To: shapelib at lists.maptools.org
Subject: Shapelib Digest, Vol 26, Issue 3

Send Shapelib mailing list submissions to
	shapelib at lists.maptools.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.maptools.org/mailman/listinfo/shapelib
or, via email, send a message with subject or body 'help' to
	shapelib-request at lists.maptools.org

You can reach the person managing the list at
	shapelib-owner at lists.maptools.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Shapelib digest..."


Today's Topics:

   1. RE: Shapelib Digest, Vol 26, Issue 2 (venkatesh)
   2. Re: RE: Shapelib Digest, Vol 26, Issue 2 (Joyce Azar)
   3. what format to return null values from character fields
      (Rob Cairns)


----------------------------------------------------------------------

Message: 1
Date: Thu, 11 May 2006 23:22:23 +0530
From: "venkatesh" <venkatesh at amogha.com>
Subject: [Shapelib] RE: Shapelib Digest, Vol 26, Issue 2
To: <shapelib at lists.maptools.org>
Message-ID: <000b01c67523$aa83d730$6e00a8c0 at venkatesh>
Content-Type: text/plain;	charset="us-ascii"

Thanks Joyce,
	I have started developing as u suggested. I have downloaded shapelib
and included shapeopen.c in my helloworld console application. Now I tried
to call shpOpen function, its raising error.
       I fallowed procedure given in NewLC, but not succeeded.
Can you please guide me how to do it?
 
 Cheers,
Venkatesh.

-----Original Message-----
From: shapelib-bounces at lists.maptools.org
[mailto:shapelib-bounces at lists.maptools.org] On Behalf Of
shapelib-request at lists.maptools.org
Sent: Thursday, May 11, 2006 9:34 PM
To: shapelib at lists.maptools.org
Subject: Shapelib Digest, Vol 26, Issue 2

Send Shapelib mailing list submissions to
	shapelib at lists.maptools.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.maptools.org/mailman/listinfo/shapelib
or, via email, send a message with subject or body 'help' to
	shapelib-request at lists.maptools.org

You can reach the person managing the list at
	shapelib-owner at lists.maptools.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Shapelib digest..."


Today's Topics:

   1. Shapelib in Symbian (venkatesh)
   2. Re: Shapelib in Symbian (Joyce Azar)


----------------------------------------------------------------------

Message: 1
Date: Thu, 11 May 2006 09:50:40 +0530
From: "venkatesh" <venkatesh at amogha.com>
Subject: [Shapelib] Shapelib in Symbian
To: <shapelib at lists.maptools.org>
Message-ID: <000001c674b2$4cb26c00$6e00a8c0 at venkatesh>
Content-Type: text/plain; charset="us-ascii"

Hi Joyce,

         

  I am trying to load maps on to symbian devices since one week, but till
now I haven't find any clues. Luckily I have found the mail return by you,
can you please help me doing this.

  

  I am comfortable with symbian C++ , so if possible suggest me how to start
working with shape files .

 

Cheers,

 Venkatesh..

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/8e8ee69e/a
ttachment-0001.html

------------------------------

Message: 2
Date: Thu, 11 May 2006 11:22:15 +0200
From: "Joyce Azar" <azarjoyce at gmail.com>
Subject: Re: [Shapelib] Shapelib in Symbian
To: "Shapelib Development" <shapelib at lists.maptools.org>
Message-ID:
	<ef7d5e3d0605110222s58b07a59x3452c926577e631 at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

To use shapefiles in symbian, i integrated the "shpopen.c" functions from
the "Shapelib" library (U can find information about how to use C in symbian
in the NewLC site),and i called the "shpopen" in my C++ program in symbian
.I could successfully draw the map on the emulator screen.However,when
trying that on the target machine,i am getting the following error:
"Reason code KERN_EXEC
Reason number 3".
Try it and in case u need any help,i will help if i can.


On 5/11/06, venkatesh <venkatesh at amogha.com> wrote:
>
>   Hi Joyce,
>
>
>
>   I am trying to load maps on to symbian devices since one week, but till
> now I haven't find any clues. Luckily I have found the mail return by you,
> can you please help me doing this.
>
>
>
>   I am comfortable with symbian C++ , so if possible suggest me how to
> start working with shape files .
>
>
>
> Cheers,
>
>  Venkatesh..
>
> _______________________________________________
> Shapelib mailing list
> Shapelib at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/shapelib
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/ce62ee6f/a
ttachment-0001.html

------------------------------

_______________________________________________
Shapelib mailing list
Shapelib at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/shapelib


End of Shapelib Digest, Vol 26, Issue 2
***************************************




------------------------------

Message: 2
Date: Thu, 11 May 2006 21:00:10 +0200
From: "Joyce Azar" <azarjoyce at gmail.com>
Subject: Re: [Shapelib] RE: Shapelib Digest, Vol 26, Issue 2
To: "Shapelib Development" <shapelib at lists.maptools.org>
Message-ID:
	<ef7d5e3d0605111200s23daa5c6i5ecc03bbe75374ed at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Venkatesh,

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).

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".

I hope this will help,but maybe i can be more accurate in case you specify
the kind of errors.

Regards,
Joyce.


On 5/11/06, venkatesh <venkatesh at amogha.com> wrote:
>
> Thanks Joyce,
>        I have started developing as u suggested. I have downloaded
> shapelib
> and included shapeopen.c in my helloworld console application. Now I tried
> to call shpOpen function, its raising error.
>       I fallowed procedure given in NewLC, but not succeeded.
> Can you please guide me how to do it?
>
> Cheers,
> Venkatesh.
>
> -----Original Message-----
> From: shapelib-bounces at lists.maptools.org
> [mailto:shapelib-bounces at lists.maptools.org] On Behalf Of
> shapelib-request at lists.maptools.org
> Sent: Thursday, May 11, 2006 9:34 PM
> To: shapelib at lists.maptools.org
> Subject: Shapelib Digest, Vol 26, Issue 2
>
> Send Shapelib mailing list submissions to
>        shapelib at lists.maptools.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.maptools.org/mailman/listinfo/shapelib
> or, via email, send a message with subject or body 'help' to
>        shapelib-request at lists.maptools.org
>
> You can reach the person managing the list at
>        shapelib-owner at lists.maptools.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Shapelib digest..."
>
>
> Today's Topics:
>
>   1. Shapelib in Symbian (venkatesh)
>   2. Re: Shapelib in Symbian (Joyce Azar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 11 May 2006 09:50:40 +0530
> From: "venkatesh" <venkatesh at amogha.com>
> Subject: [Shapelib] Shapelib in Symbian
> To: <shapelib at lists.maptools.org>
> Message-ID: <000001c674b2$4cb26c00$6e00a8c0 at venkatesh>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi Joyce,
>
>
>
> I am trying to load maps on to symbian devices since one week, but till
> now I haven't find any clues. Luckily I have found the mail return by you,
> can you please help me doing this.
>
>
>
> I am comfortable with symbian C++ , so if possible suggest me how to start
> working with shape files .
>
>
>
> Cheers,
>
> Venkatesh..
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
>
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/8e8ee69e/a
> ttachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Thu, 11 May 2006 11:22:15 +0200
> From: "Joyce Azar" <azarjoyce at gmail.com>
> Subject: Re: [Shapelib] Shapelib in Symbian
> To: "Shapelib Development" <shapelib at lists.maptools.org>
> Message-ID:
>        <ef7d5e3d0605110222s58b07a59x3452c926577e631 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> To use shapefiles in symbian, i integrated the "shpopen.c" functions from
> the "Shapelib" library (U can find information about how to use C in
> symbian
> in the NewLC site),and i called the "shpopen" in my C++ program in symbian
> .I could successfully draw the map on the emulator screen.However,when
> trying that on the target machine,i am getting the following error:
> "Reason code KERN_EXEC
> Reason number 3".
> Try it and in case u need any help,i will help if i can.
>
>
> On 5/11/06, venkatesh <venkatesh at amogha.com> wrote:
> >
> >   Hi Joyce,
> >
> >
> >
> >   I am trying to load maps on to symbian devices since one week, but
> till
> > now I haven't find any clues. Luckily I have found the mail return by
> you,
> > can you please help me doing this.
> >
> >
> >
> >   I am comfortable with symbian C++ , so if possible suggest me how to
> > start working with shape files .
> >
> >
> >
> > Cheers,
> >
> >  Venkatesh..
> >
> > _______________________________________________
> > Shapelib mailing list
> > Shapelib at lists.maptools.org
> > http://lists.maptools.org/mailman/listinfo/shapelib
> >
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>
>
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/ce62ee6f/a
> ttachment-0001.html
>
> ------------------------------
>
> _______________________________________________
> Shapelib mailing list
> Shapelib at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/shapelib
>
>
> End of Shapelib Digest, Vol 26, Issue 2
> ***************************************
>
>
> _______________________________________________
> Shapelib mailing list
> Shapelib at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/shapelib
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.maptools.org/pipermail/shapelib/attachments/20060511/eee775d3/a
ttachment-0001.html

------------------------------

Message: 3
Date: Fri, 12 May 2006 09:16:02 -0000
From: Rob Cairns <iotc at 3i.co.za>
Subject: [shapelib] what format to return null values from character
	fields
To: "'shapelib at lists.maptools.org'" <shapelib at lists.maptools.org>
Message-ID: <01C675A4.B10D8F20.iotc at 3i.co.za>
Content-Type: text/plain; charset="us-ascii"

Thanks for the advice Frank. As you say the problem is a notional rather 
than programming issue. I initially thought that we should standardise on 
dBase specifications, but on reflection think its better to go with ESRI 
specifications because the dbf table is really part of a composite 
shapefile. There is an article at 
 http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.article  
Show&d=18868 which seems to suggest that a null value in a number field 
should be returned as VT_NULL while a null value in a string field should 
be returned as an empty string "".
Best Regards
Rob


------------------------------

_______________________________________________
Shapelib mailing list
Shapelib at lists.maptools.org
http://lists.maptools.org/mailman/listinfo/shapelib


End of Shapelib Digest, Vol 26, Issue 3
***************************************




More information about the Shapelib mailing list