<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
I've actually tried the version including the fix with&nbsp; the hope that it <br>might resolve my problem (it didn't).<br><br>Anyway, here's some of observations that I made when compiling:<br><br>Compiling adol-c-2.2.1 rev 270 with MSVC++ 2010 Express using the Windows SDK 7.1 <br>Platform Toolset, the sparse x64 configuration and with openmp enabled.<br><br>Had to copy headers and libraries for openmp from MS VC++ 2008 Express<br><br>I moved the line "ADOLC_OPENMP_THREAD_NUMBER;" in taping.c to somewhere at <br>the beginning of the function the error occured in. <br>This error has to do with the c-standard I guess, which require that variables<br>be declared at the beginning of functions.<br><br>Furthermore, in tape_handling.cpp I changed "usleep(1000)" to<br>"Sleep(1)" and added the lines<br><br>"#include &lt;windows.h&gt;<br>&nbsp;#undef max"<br><br>to the beginning of the file.<br><br>cheers<br>--Ingrid                                               </div></body>
</html>