
Results 1 to 10 of 63
Hybrid View
-
09-04-10, 12:43 PM #1
Thanks for this guide.
Anyway i have probably do some mistake. When i try to build it i have the following message about "windows.h" not found.
"..\..\src\bindings\universal\system.cpp(20) : fatal error C1083: Impossible d'ouvrir le fichier include : 'windows.h' : No such file or directory"
I installed correctly "Platform SDK". I think i probably must modify some settings to tell where the sdk is to VisualStudio. I am not sure where i can put these info.
Update: foget my questions. I find it in
"Tools" menu -->options -->project and solutions-->folder of VC++
Select under combobox "include"
Click add line button and add folder "C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include"
Now i have some compilation error i will try to resolve it.Last edited by cyberium; 09-04-10 at 01:05 PM.
-
09-04-10, 01:24 PM #2
Here is my new difficultie
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : error C2733: second C linkage of overloaded function '_interlockedbittestandreset' not allowed
c:\Program Files\Microsoft Visual Studio 9.0\VC\include\intrin.h(1041) : see declaration of '_interlockedbittestandreset'
I cannot get ride of it :/
Update : Here is the solution MaNGOS: the open source MMORPG serverLast edited by cyberium; 09-04-10 at 02:36 PM.