<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18183" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am brand new with ShapeLib and with C#. I was 
trying to test it, but, when I try to use the SHPReadObject() i am getting a 
conversion error: 
<P><FONT size=2>Error 1 Cannot implicitly convert type 'System.IntPtr' 
to 'MapTools.ShapeLib.SHPObject' </FONT></P>
<P><FONT size=2>The code:</P></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT color=#2b91af size=2><FONT color=#2b91af 
size=2>
<P>ShapeLib</FONT></FONT><FONT size=2>.</FONT><FONT color=#2b91af size=2><FONT 
color=#2b91af size=2>SHPObject</FONT></FONT><FONT size=2> currentSHPObject = 
</FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>new</FONT></FONT><FONT size=2> </FONT><FONT color=#2b91af size=2><FONT 
color=#2b91af size=2>ShapeLib</FONT></FONT><FONT size=2>.</FONT><FONT 
color=#2b91af size=2><FONT color=#2b91af size=2>SHPObject</FONT></FONT><FONT 
size=2>();</FONT></P>
<P><FONT size=2>currentSHPObject = </FONT><FONT color=#2b91af size=2><FONT 
color=#2b91af size=2>ShapeLib</FONT></FONT><FONT size=2>.SHPReadObject(hShp, 
1);</FONT></P>
<P><FONT size=2>What am i doing wrong ? how can i fix it ?</FONT></P>
<P><FONT size=2>Tks.</P></FONT></FONT></DIV></BODY></HTML>