iphpbb.com wird eingestellt, Infos hier

www.vankurt.de Forum Index www.vankurt.de
The VanKurt.de forum



Das Developer's pack!



 
Post new topic   Reply to topic    www.vankurt.de Forum Index -> EcoEngine 4000
View previous topic :: View next topic  
vankurt
Administrator



Joined: 30 Mar 2004
Posts: 212

 PostPosted: 09.06.2004, 15:54    Post subject: Das Developer's pack! Reply with quote Back to top

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 Laughing
 
View user's profile Send private message Send e-mail Visit poster's website
Advertisment







 PostPosted: 09.06.2004, 15:54    Post subject: Advertisment Back to top

 
Boni
Richtigdickbabei



Joined: 23 May 2004
Posts: 78
Location: St. Pölten (Wo ist das gell? ;) )

 PostPosted: 09.06.2004, 17:40    Post subject: Reply with quote Back to top

sm

Endlich, werd ich nachher mal testen Smile
_________________
Gold allein macht nicht glücklich. Dazu gehören auch noch Gold, Aktien und Grundstücke.
 
View user's profile Send private message Visit poster's website
Boni
Richtigdickbabei



Joined: 23 May 2004
Posts: 78
Location: St. Pölten (Wo ist das gell? ;) )

 PostPosted: 28.06.2004, 11:36    Post subject: Reply with quote Back to top

So, wollt mal die EcoEngine zum laufen bringen, aber es geht immer noch nicht Mad . 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 Smile";

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.
 
View user's profile Send private message Visit poster's website
vankurt
Administrator



Joined: 30 Mar 2004
Posts: 212

 PostPosted: 30.06.2004, 15:16    Post subject: Reply with quote Back to top

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.... Cool
 
View user's profile Send private message Send e-mail Visit poster's website
Boni
Richtigdickbabei



Joined: 23 May 2004
Posts: 78
Location: St. Pölten (Wo ist das gell? ;) )

 PostPosted: 30.06.2004, 16:17    Post subject: Reply with quote Back to top

Ja, du hattest schon geantwortet. Ich btw,. auch Laughing

btw. kann es sein, dass das Forum zeitweise down ist? Mad
_________________
Gold allein macht nicht glücklich. Dazu gehören auch noch Gold, Aktien und Grundstücke.
 
View user's profile Send private message Visit poster's website
vankurt
Administrator



Joined: 30 Mar 2004
Posts: 212

 PostPosted: 01.07.2004, 10:45    Post subject: Reply with quote Back to top

Jo, die von phBB haben grad irgendwelche Serverprobleme...aber sie entschuldigen sich immer sehr nett Wink
 
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.vankurt.de Forum Index -> EcoEngine 4000 All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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


Cobalt 2.0 phpBB theme/template by Jakob Persson.
Copyright © 2002-2004 Jakob Persson


Powered by phpBB 2.0.23 © 2001, 2002 phpBB Group


Thema 664401-664440 | Thema 234961-235000 | Thema 854441-854480

Impressum | Datenschutz


Bei iphpbb.com bekommen Sie ein Kostenloses Forum mit vielen tollen Extras