<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks. That worked. Aik-Siong Koh<br>
      <br>
      Hilaire Fernandes wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:4bc6a4f9-83de-42da-0027-a0396bb45e87@drgeo.eu">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p><font size="4">Hi Aik-Siong, <br>
        </font></p>
      <p><font size="4">It looks like in Pharo9 was introduced a message
          to define new class without pool dictionnary.</font></p>
      <p><font size="4">Therefore, in Class add this method:<br>
        </font></p>
      <pre><font size="4">Class>>subclass: aSymbol instanceVariableNames: aString classVariableNames: aString3 package: aString4 
    self 
        subclass: aSymbol 
        instanceVariableNames: aString 
        classVariableNames: aString3 
        poolDictionaries: '' 
        category: aString4 
</font></pre>
      <p><br>
      </p>
      <p>Then you can file in your file<br>
      </p>
      <p>Hilaire<br>
      </p>
      <pre class="moz-signature" cols="72">-- 
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu" moz-do-not-send="true">http://drgeo.eu</a>
<a class="moz-txt-link-freetext" href="http://blog.drgeo.eu" moz-do-not-send="true">http://blog.drgeo.eu</a></pre>
    </blockquote>
    <br>
  </body>
</html>