<!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.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm in the midst of an MSVC port.&nbsp; I have a 
compile working, but the runtime is still broken.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The initialization of any unitialized data 
(pointers, etc.) is causing me a pain.&nbsp; I suspect it's due to </FONT></DIV>
<DIV><FONT face=Arial size=2>the fact that g++ initializes pointers to NULL by 
default, where MSVC does not.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anyone know any magic around that?&nbsp; Or any 
other gotchas I can expect?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This forces me to create constructor initializers 
for several objects which don't have one for free....</FONT></DIV>
<DIV><FONT face=Arial size=2>I hope to get back on this in the next few 
days.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Philip</FONT></DIV></BODY></HTML>