<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
James Foster wrote:
<blockquote cite="mid:29275488-B1D3-49AA-B1A6-015A60835A6D@JGFoster.net"
 type="cite">
  <div>
  <div>On Apr 8, 2009, at 9:49 AM, Timothy James Ziebart wrote:</div>
  <blockquote type="cite">
    <div bgcolor="#ffffff" text="#000000">
    <blockquote
 cite="mid:DC76AE9D-3E20-4E76-923D-5D119E222E64@JGFoster.net"
 type="cite"><font class="Apple-style-span" color="#000000"><br>
      </font> </blockquote>
    <font size="-1">Hi James, <br>
when loading the latest into pharo (#10213) the installer complains
about a <b>missing class: BinaryFloat.&nbsp; Unable to load definition
BinaryFloat&gt;&gt;gmAsString</b>.&nbsp; <br>
    <br>
Haven't&nbsp; been able to determine if the class is part of any other
package.&nbsp; Any suggestions would help.&nbsp; <br>
Thank you.<br>
    <br>
Tim</font></div>
  </blockquote>
  <br>
  </div>
  <div>Good catch! BinaryFloat is in GemStone but not in Squeak. I've
moved the method up to Number to avoid this problem. Try loading
GoogleMaps-jgf.12.mcz and let me know.</div>
  <div><br>
  </div>
  <div>James</div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
  </pre>
</blockquote>
<br>
That solved but I get the following error in syntax:<br>
<br>
GMTestLatLng other testNothing<br>
<br>
testNothing more expected -&gt;_gmAsString<br>
<br>
&nbsp;&nbsp;&nbsp; | gLatLng string |<br>
&nbsp;&nbsp;&nbsp; gLatLng := GLatLng<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; latitude: 45<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; longitude: -122.<br>
&nbsp;&nbsp;&nbsp; string := gLatLng gmAsString.<br>
&nbsp;&nbsp;&nbsp; self assert: string = 'new GLatLng(45,-122)'.<br>
<br>
Tim<br>
</body>
</html>