<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello,<br><br>I installed CMake and created the project files for the Visual C++ 2010.<br><br>I try to compile Aquaria, but I am facing a wall of different errors. I have been able to solve some, like :<br><br>- INPUT_MOUSE and INPUT_KEYBOARD already defined (where ???)<br><br>-&gt; undef them in DSQ.h<br>#undef INPUT_MOUSE<br>#undef INPUT_KEYBOARD<br><br>- resx, resy not declared (???)<br>
<br>
-&gt; declare them in DSQ.h<br>
int resx;<br>int resy;<br><br>OpenGL functions in OpenGLStubs.h already defined :<br>Comment everything ?<br><br>Strange errors with FTTextureGlyph :<br>Comment everything and pray it is not used ? Aww I feel this won't work.<br><br>And now it is compiling further, I have errors with FreeType2. It says it can not open &lt;ft2build.h&gt;.<br><br>Well, ok so I add the path : C:\Program Files\AquariaDEV\BBGE\freetype2\include so he finds the file. But when I compile, I get tons of ft2 errors. I don't know how to solve this. Tried an other version of ft2, still get the same errors. Anyone had the same problem ?<br><br>Sorry, the last time I did used C++, it was like 10 years ago, so it is very difficult for me to know what to do. Should I use an other compiler ? I looked at Mingw32 but I don't want to try to go into something that looks so hard to install.<br><br>I really wanted to do some cool changes in Aquaria, but if compilation is a hell, I might just give up...<br><br>Thanks for reading :) (can anyone help me ?)<br><br>Yogoda<br>                                               <br /><hr />Hotmail: Powerful Free email with security by Microsoft. <a href='https://signup.live.com/signup.aspx?id=60969' target='_new'>Get it now.</a></body>
</html>