<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.3790.118" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi,</FONT></DIV>
<DIV><FONT size=2> I have compile mapserver 4.0.1 and
phpmapscript succesful with vc6 and install on my server(windows
2003) well.</FONT></DIV>
<DIV><FONT size=2> I use phpmapscript </FONT><FONT
size=2>to get map,it works fine,but when I use functions to get legend and
scalebar,it is fail,and its error log </FONT></DIV>
<DIV><FONT size=2> is PHP "Fatal error: Call to a member
function on a non-object in c:\apache\htdocs\test_draw_map.phtml on line
57".</FONT></DIV>
<DIV><FONT size=2> What is wrong</FONT><FONT size=2>
with it?</FONT></DIV>
<DIV><FONT size=2> Here is my php code:</FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV><FONT size=2><HTML></FONT></DIV>
<DIV><FONT size=2><BODY BGCOLOR="#CCCCCC"></FONT></DIV>
<DIV><FONT size=2><CENTER></FONT></DIV>
<DIV><FONT size=2><H1>PHP/MapScript module
test</H1><BR><P></FONT></DIV>
<DIV><FONT size=2><?php<BR></FONT><FONT
size=2>$map_path="C:/maplab/tutorial/";<BR>$map =
ms_newMapObj($map_path."mymap.map");</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>$img = $map->draw();</FONT></DIV>
<DIV><FONT size=2>$url = $img->saveWebImage(MS_PNG, 0, 0,
0);<BR>printf("<IMG SRC=%s WIDTH=%d HEIGHT=%d>\n", $url, $map->width,
$map->height);</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>$img = $map->drawLegend();<BR>$url =
$img->saveWebImage(MS_PNG, 0, 0, 0);<BR>printf("<P><IMG
SRC=%s>\n", $url);</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>$img = $map->drawScaleBar();<BR>$url =
$img->saveWebImage(MS_PNG, 0, 0, 0);<BR>printf("<P><IMG
SRC=%s>\n", $url);</FONT></DIV>
<DIV><FONT size=2>?></FONT></DIV>
<DIV><FONT size=2></BODY><BR></HTML></FONT></DIV></BLOCKQUOTE>
<DIV dir=ltr><FONT size=2>--<BR>Jive Chang<BR>Project Manager<BR>AINOTECH
Inc.<BR>E-mail:jive@aino.com.tw<BR>TEL:+886-2-2553-3652<BR>FAX:+886-2-2553-2647<BR>7F,
No. 100, Sec. 3, Chung Hsiao East Road, Taipei 106, Taiwan,
R.O.C.</FONT></DIV></BODY></HTML>