<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:'times new roman', 'new york', times, serif;font-size:12pt"><div>HI all,</div><div><br></div><div>I have a code snippet that works on my mac but not on windows:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>file := PluggableFileList getFile.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>fileHandle := FileStream fileNamed: file name.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>fileHandle binary.</div><div><br></div><div>I'm getting a debug window with MessageNotUnderstood: UndefinedObject&gt;&gt;binary.</div><div><br></div><div>I've run into this before when porting C code to windows and have had to use the 'b' flag with fopen() on windows.</div><div><br></div><div>I have the book 'Squeak Open Personal Computing and Multimedia' and checked out the section on
 porting so I could see how fopen() was implemented but 'InterpeterSupportCode writeSupportFiles' doesn't work on my 3.10.2-7179 image.</div><div>&nbsp;I'm interested in digging into this and would appreciate any pointers to get me moving in the right direction.</div><div><br></div><div>Tim Patti</div><div><br></div><div style="position:fixed"></div></div><br>

      </body></html>