I don't like Visual Studio. So I was trying to start writing with DarkGDK in Netbeans. But I can not. I added the libraries (DarkGDK and DirectX SDK (Aug 2007) to the project properties. But Netbeans says: "There are unresolved includes inside <DarkGDK.h>". What could be the problem? And when I try to compile I get this output:
...In file included from c:/Program Files/The Game Creators/Dark GDK/Include/DarkSDK.h:42,
c:/Program Files/The Game Creators/Dark GDK/Include/DarkSDKSystem.h:88:106: warning: no newline at end of file
mkdir -p dist/Debug/MinGW_1-Windows
g++.exe -o dist/Debug/MinGW_1-Windows/darkgdk_test build/Debug/MinGW_1-Windows/main.o -L/C/Program\ Files/The\ Game\ Creators/Dark\ GDK/Lib/vs9 -L/C/Program\ Files/Microsoft\ DirectX\ SDK\ \(August\ 2007\)/Lib/x86
build/Debug/MinGW_1-Windows/main.o: In function `main':
C:/Users/Martijn/Documents/NetBeansProjects/DarkGDK Test/main.cpp:15: undefined reference to `dbSyncOn()'
C:/Users/Martijn/Documents/NetBeansProjects/DarkGDK Test/main.cpp:16: undefined reference to `dbSyncOff()'
collect2: ld returned 1 exit status
make[2]: *** [dist/Debug/MinGW_1-Windows/darkgdk_test.exe] Error 1
make[2]: Leaving directory `/c/Users/Martijn/Documents/NetBeansProjects/DarkGDK Test'
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory `/c/Users/Martijn/Documents/NetBeansProjects/DarkGDK Test'
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 2s)