September 09, 2010, 03:21:46 PM
News: As promised, here is another update of the editor with improvements and bug fixes
Pages: [1]
Print
Author Topic: hmm can i join?  (Read 1667 times)
icemaster
Guest
« on: December 16, 2008, 01:24:03 PM »
Modify messageModify

Hello guys and girls.
I am a Portuguese C++ Coder , well, im not too Leet yet, that's why im looking for a Project for me to join so i can improve my c++ skills.
i can also Model in 3ds Max, but i dont model for a long time ( http://icemasterpt.deviantart.com) but my main idea is the C++.
i want to improve it and this project suits just well, because when i was a kid i used to play Elite: frontier and this project reminds me of it Smiley
and i would like to have friends who are more Professional than me ( Programming Wise) to guide me and to help me improving it.
i am currently reading an OpenGL book and im lovin it Smiley

If you don't accept me, that's fine, but i'll be following the project Smiley
if you are interested in me, add me at the MSN : uberrofloler@pwndt.org, my World Time is GMT +0 and my Main Language is Portuguese.

have a good day.
IceM Smiley
« Last Edit: December 16, 2008, 01:26:03 PM by icemaster » Logged
Jochen Stier
Administrator
Sr. Member
*****
Posts: 498


Founder/Programmer

jochen.stier@gmail.com
View Profile
« Reply #1 on: December 16, 2008, 02:15:30 PM »

Hi icemaster,

There is definitely lots of work for another C++ coder. I think Geist3d is fairly well structured and a good place to improve your skills. There is an open-source version that contains much of the Geist3D graphics engine. The first step is for you to be able to compile this project. Once that is done, you can develop all kinds of game components… maybe shuttles, weapons, radars, 2D interface constructs etc.

You can find the code on the download section of the website http://www.geist3d.org/downloads/Geist3d.zip . It is a complete VC++ 2003 project that contains all of the libraries to link the Geist3D editor. Let me know if you have any problems.
Logged
icemaster
Guest
« Reply #2 on: December 16, 2008, 02:24:29 PM »
Modify messageModify

Hi.
i will check it out
Logged
icemaster
Guest
« Reply #3 on: December 16, 2008, 04:44:05 PM »
Modify messageModify

it gives a strange compile error that never happened before:

Code:


Compiling...
GeoVec3f.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoVec3d.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoTriangleTree.cpp
..\_glew\GL/glew.h(1137) : fatal error C1083: Cannot open include file: 'GL/glu.h': No such file or directory
GeoTriangleMesh.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoTriangle.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoSphere.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoShape.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoRotation.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoRay.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoQuadTree.cpp
..\_glew\GL/glew.h(1137) : fatal error C1083: Cannot open include file: 'GL/glu.h': No such file or directory
GeoProfile.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoPlane.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoNullShape.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoMemory.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoMatrix.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoMass.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoLine.cpp
c:\documents and settings\aa\ambiente de trabalho\geist 3d svn\aftl\OS.tlh(25) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
GeoGlobal.cpp

any help?
Logged
Jochen Stier
Administrator
Sr. Member
*****
Posts: 498


Founder/Programmer

jochen.stier@gmail.com
View Profile
« Reply #4 on: December 16, 2008, 05:35:47 PM »

What do you mean when you say "Never happened before".  Did it actually compile and run at one point in time ? If so, try to reinstall and
and retrace the steps that led to the error.

« Last Edit: December 16, 2008, 06:22:56 PM by Jochen Stier » Logged
icemaster
Guest
« Reply #5 on: December 16, 2008, 06:32:47 PM »
Modify messageModify

what i tried to say is that it never happened with other projects, i usually compile Mangos and Ascent (world of Warcraft Emulators) and never got this error.
with this project it gives me this error.
hey, ill try to solve this tomorrow , im going to sleep Wink
cya
Logged
Jochen Stier
Administrator
Sr. Member
*****
Posts: 498


Founder/Programmer

jochen.stier@gmail.com
View Profile
« Reply #6 on: December 16, 2008, 08:33:50 PM »

ok, I just added you as a contact on MSN. It will be easier to solve these problems via chat... ttul.
Logged
Pages: [1]
Print
Jump to: