<html>
I am a bit confused by your email.<br>
<br>
1. cmake is not a compiler, so you are still using vc++60, cmake just
generates<br>
project files.<br>
2. cmake does not change or even use any dll's<br>
3. Without seeing your old way of building, it is hard to tell what is
going wrong.<br>
My guess, is that your old project files had some -D flag for the
compiler that you are<br>
not specifying in the CMakeLists.txt file.<br>
<br>
 <br>
<br>
At 01:50 PM 9/20/2001 +0200, Aaron Luttman wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>Greetings
CMakers,</font><br>
<font face="arial" size=2>    I just installed CMake on
win2k (to use with vc++6.0).  I attempted to compile a project (that
was previously compiling fine) with the native compiler, and I'm getting
errors with <sys/types.h>.  Did the CMake install play with my
*.dll's in a way that is causing issues?</font><br>
 <br>
<font face="arial" size=2>Help please,</font><br>
<font face="arial" size=2>Aaron Luttman</font></blockquote></html>