<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<p>Jay:</p>
<p> </p>
<p>I'm trying to rebuild cm3 on Windows XP.</p>
<p> </p>
<p>I'm getting a compile error at line 59 in m3-libs\libm3\src\os\WIN32\SocketWin32.m3</p>
<p> </p>
<p>That line is as follows:      True : BOOL := 1;<br>
</p>
<p>The type BOOL is not defined.</p>
<p> </p>
<p>Later this variable is used in the call </p>
<p>    EVAL setsockopt (t.sock, SOL_SOCKET, SO_REUSEADDR,<br>
                     ADR(True), BYTESIZE(True));<br>
</p>
<p>I'm not sure if we could replace with "True : BOOLEAN := TRUE;" or if the setsockopt is expecting a certain encoding.</p>
<p> </p>
<p>Based on the file history, I think you may have made this change, so thought I would run it past you first before I messed around with it.</p>
<p> </p>
<p>Thanks,</p>
<p>Randy Coleburn</p>
<p> </p>
</div>
</body>
</html>