Permalänk

Dev-C++

Håller på att försöka kompilera ett directx program som jag gjort i VC++ med Dev-C++. Får följande fel:

Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\Administrator\Desktop\Game\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\Administrator\Desktop\Game\Makefile.win" all
g++.exe -c crCamera.cpp -o crCamera.o -I"G:/app.Programs/Dev-Cpp/include/c++" -I"G:/app.Programs/Dev-Cpp/include/c++/mingw32" -I"G:/app.Programs/Dev-Cpp/include/c++/backward" -I"G:/app.Programs/Dev-Cpp/include" -I"G:/app.Tools/DirectX 8.1 SDK/include"

In file included from G:/app.Tools/DirectX 8.1 SDK/include/d3dx8mesh.h:15,
from G:/app.Tools/DirectX 8.1 SDK/include/d3dx8.h:39,
from G:/app.Tools/DirectX 8.1 SDK/include/D3dx8math.h:10,

from crCamera.h:12,
from crCamera.cpp:5:
G:/app.Tools/DirectX 8.1 SDK/include/dxfile.h:240: stray '\32' in program

In file included from G:/app.Tools/DirectX 8.1 SDK/include/d3dx8mesh.h:15,
from G:/app.Tools/DirectX 8.1 SDK/include/d3dx8.h:39,
from G:/app.Tools/DirectX 8.1 SDK/include/D3dx8math.h:10,

from crCamera.h:12,
from crCamera.cpp:5:
G:/app.Tools/DirectX 8.1 SDK/include/dxfile.h:240:2: warning: no newline at end of file

make.exe: *** [crCamera.o] Error 1

Execution terminated

Ni som kan Dev-C++, vore nice om ni kunde förklara vad det handlar om...

Visa signatur

And on the seventh day, god stepped back and said: "There is my creation, perfect in every way... oh, dammit I left pot all over the place. Now they'll think I want them to smoke it... Now I have to create republicans." - Bill Hicks

Permalänk
Medlem

Använder du SDK från MS så funkar det bara Visual Studio skulle jag tro.

Visa signatur

Perl - Made by Idiots, Java - Made for Idiots, C++ - Envied by Idiots

Permalänk
Citat:

Ursprungligen inskrivet av Sunray
Använder du SDK från MS så funkar det bara Visual Studio skulle jag tro.

Hur är det med Borland då?

Visa signatur

And on the seventh day, god stepped back and said: "There is my creation, perfect in every way... oh, dammit I left pot all over the place. Now they'll think I want them to smoke it... Now I have to create republicans." - Bill Hicks

Permalänk
Medlem

Finns DX att tanka separat för Dev annars.
DX8: http://www.gamap.cz/tutors/directx/download/dx4devc.zip

Visa signatur

Perl - Made by Idiots, Java - Made for Idiots, C++ - Envied by Idiots