 |
 |
www.vankurt.de The VanKurt.de forum
|
 |
 |
 |
 |
|
 |
 |
 |
 |
 |
vankurt Administrator

Joined: 30 Mar 2004 Posts: 212
 |
Posted: 09.06.2004, 15:54 Post subject: Das Developer's pack! |
 |
|
Tach auch!
Ich hab euch wie versprochen ein kleines Bündel mit vielen guten Zutaten gepackt: Alle möglichen Libs, DLLs und headers von APIs wie OpenGL, glut, glu, fmod, SDL und DevIL sind mit dabei (hoffentlich hab ich nix vergessen)...
Installation: Ganz einfach! Nur die Dateien in die entsprechenden ordner eures Compilers verschieben (z.B. include), die DLLs auch in den Systemordner Windows/System32 packen.
Dann steht dem fröhlichen proggen (mit oder ohne EcoEngine) nix mehr im Wege!
Der Link: www.vankurt.de/files/allapis.zip  |
|
| |
|
|
|
 |
 |
 |
 |
 |
Advertisment
 |
Posted: 09.06.2004, 15:54 Post subject: Advertisment |
 |
|
|
|
| |
|
|
|
 |
 |
 |
 |
 |
Boni Richtigdickbabei

Joined: 23 May 2004 Posts: 78 Location: St. Pölten (Wo ist das gell? ;) )  |
Posted: 09.06.2004, 17:40 Post subject: |
 |
|
Endlich, werd ich nachher mal testen  _________________ Gold allein macht nicht glücklich. Dazu gehören auch noch Gold, Aktien und Grundstücke. |
|
| |
|
|
|
 |
 |
 |
 |
 |
Boni Richtigdickbabei

Joined: 23 May 2004 Posts: 78 Location: St. Pölten (Wo ist das gell? ;) )  |
Posted: 28.06.2004, 11:36 Post subject: |
 |
|
So, wollt mal die EcoEngine zum laufen bringen, aber es geht immer noch nicht . Liegt wimni an der AllHeaders.h.
Hier der Code: (nur zum testen da)
| Quote: | #include "eeinclude/AllHeaders.h"
using namespace std;
int main(int argc, char *argv[])
{
CEcoCore mc;
if(!mc.Init())
return 0;
mc.mGameLog << "funktioniert ";
mc.UnInit();
system("PAUSE");
return 0;
} |
Die EcoEngine-libary hab ich übers DevCPP eingebunden.
Und hier was der Compiler sagt:
| Quote: | Compiler: Default compiler
Building Makefile: "C:\Bernhards Spiele\EcoEngine\blatest\Makefile.win"
Führt make... aus
make.exe -f "C:\Bernhards Spiele\EcoEngine\blatest\Makefile.win" all
g++.exe -c main.cpp -o main.o -I"C:/Dev-Cpp/include/c++" -I"C:/Dev-Cpp/include/c++/mingw32" -I"C:/Dev-Cpp/include/c++/backward" -I"C:/Dev-Cpp/include"
In file included from C:/Dev-Cpp/include/c++/backward/strstream:51,
from eeinclude/AllHeaders.h:29,
from main.cpp:1:
C:/Dev-Cpp/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
In file included from eeinclude/AllHeaders.h:55,
from main.cpp:1:
eeinclude/mathCVector2.h:199: declaration does not declare anything
eeinclude/mathCVector2.h:199: parse error before `inline'
eeinclude/mathCVector2.h:205: ISO C++ forbids defining types within return type
eeinclude/mathCVector2.h:205: syntax error before `inline'
In file included from eeinclude/AllHeaders.h:55,
from main.cpp:1:
eeinclude/mathCVector2.h:213:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:56,
from main.cpp:1:
eeinclude/mathCVector3.h:210: declaration does not declare anything
eeinclude/mathCVector3.h:210: parse error before `inline'
eeinclude/mathCVector3.h:216: ISO C++ forbids defining types within return type
eeinclude/mathCVector3.h:216: syntax error before `inline'
In file included from eeinclude/AllHeaders.h:56,
from main.cpp:1:
eeinclude/mathCVector3.h:224:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:57,
from main.cpp:1:
eeinclude/CEcoLog.h:63:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:59,
from main.cpp:1:
eeinclude/CEcoGFXHelper.h:29:3: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:61,
from main.cpp:1:
eeinclude/CEcoTimer.h:55:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:62,
from main.cpp:1:
eeinclude/CEcoAudio.h:97:3: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:63,
from main.cpp:1:
eeinclude/CEcoInput.h:105:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:64,
from main.cpp:1:
eeinclude/CEcoTexMan.h:79:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:65,
from main.cpp:1:
eeinclude/CEcoText.h:75:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:66,
from main.cpp:1:
eeinclude/CEcoVideo.h:92:7: warning: no newline at end of file
In file included from eeinclude/AllHeaders.h:67,
from main.cpp:1:
eeinclude/CEcoCore.h:55:7: warning: no newline at end of file
make.exe: *** [main.o] Error 1
Ausführung beendet
|
_________________ Gold allein macht nicht glücklich. Dazu gehören auch noch Gold, Aktien und Grundstücke. |
|
| |
|
|
|
 |
 |
 |
 |
 |
vankurt Administrator

Joined: 30 Mar 2004 Posts: 212
 |
Posted: 30.06.2004, 15:16 Post subject: |
 |
|
Hä? Hattich nicht schon geantwortet? Bin ich irgendwie konfus? ARGH!!
Wie gesagt (???) ich probier das grad mit DevCPP aus und muss feststellen: Der DevCPP Compiler hat Probleme mit dem Source. Ich weiss noch nicht warum, versuchs aber rauszufinden....  |
|
| |
|
|
|
 |
 |
 |
 |
 |
Boni Richtigdickbabei

Joined: 23 May 2004 Posts: 78 Location: St. Pölten (Wo ist das gell? ;) )  |
Posted: 30.06.2004, 16:17 Post subject: |
 |
|
Ja, du hattest schon geantwortet. Ich btw,. auch
btw. kann es sein, dass das Forum zeitweise down ist?  _________________ Gold allein macht nicht glücklich. Dazu gehören auch noch Gold, Aktien und Grundstücke. |
|
| |
|
|
|
 |
 |
 |
 |
 |
vankurt Administrator

Joined: 30 Mar 2004 Posts: 212
 |
Posted: 01.07.2004, 10:45 Post subject: |
 |
|
Jo, die von phBB haben grad irgendwelche Serverprobleme...aber sie entschuldigen sich immer sehr nett  |
|
| |
|
|
|
 |
 |
 |
 |
 |
|
 |
 |
 |
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
 |
 |
 |
 |
|