Make a new project and add my test.cpp and .h or make a new project for using the dll/.a/.libhybrid wrote:But this line is very suspicious:Tr to make a new project file with your source.Code: Select all
.objs/main.o:main.cpp
Search found 7 matches
- Tue Aug 08, 2006 8:25 pm
- Forum: Beginners Help
- Topic: undefined referance
- Replies: 4
- Views: 186
- Tue Aug 08, 2006 3:58 pm
- Forum: Beginners Help
- Topic: undefined referance
- Replies: 4
- Views: 186
- Tue Aug 08, 2006 6:59 am
- Forum: Beginners Help
- Topic: undefined referance
- Replies: 4
- Views: 186
undefined referance
Ok, I got Irrlicht SVN to compile successfully and got the DLL and stuff working with the examples. Now what I did was add a test.h and test.cpp to the Irrlicht project, with a simple class with a function that does std::cout << "Test"; Now I recompiled Irrlicht, put the test.h in the incl...
- Wed Aug 02, 2006 5:58 am
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 591
Ok, I'm on the verge of giving up. VC obviously didn't work, so someone suggested I use Code::Block to compile instead. So I downloaded it, set everything up and compiled with Code::Blocks. Everything went fine no erros and warnings, but it didn't make a DLL. Only the .lib. So I messed with it tryin...
- Wed Aug 02, 2006 12:56 am
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 591
- Tue Aug 01, 2006 9:33 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 591
- Tue Aug 01, 2006 8:21 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 591
Compiling Irrlicht SVN with VC2005
I downloaded Irrlicht from the SVN, installed DirectX 9 SDK(June) and the Platform SDK, setup the directories in VC and tried to compile Irrlicht and I still get errors 1>------ Build started: Project: Irrlicht, Configuration: Debug Win32 ------ 1>Compiling... 1>COpenGLDriver.cpp 1>COpenGLNormalMapR...