Search found 7 matches

by Shykino
Tue Aug 08, 2006 8:25 pm
Forum: Beginners Help
Topic: undefined referance
Replies: 4
Views: 180

hybrid wrote:But this line is very suspicious:

Code: Select all

.objs/main.o:main.cpp
Tr to make a new project file with your source.
Make a new project and add my test.cpp and .h or make a new project for using the dll/.a/.lib
by Shykino
Tue Aug 08, 2006 3:58 pm
Forum: Beginners Help
Topic: undefined referance
Replies: 4
Views: 180

Yes, I did. I'm quite sure of it. I'm using code::blocks.
by Shykino
Tue Aug 08, 2006 6:59 am
Forum: Beginners Help
Topic: undefined referance
Replies: 4
Views: 180

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...
by Shykino
Wed Aug 02, 2006 5:58 am
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 582

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...
by Shykino
Wed Aug 02, 2006 12:56 am
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 582

Ok, what I did was download code::blocks and compile that. All worked perfectly, it created the .lib but no DLL. Any ideas about that?
by Shykino
Tue Aug 01, 2006 9:33 pm
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 582

Thanks guys, I disabled Dx8 in the compile config. Now I get a bunch of linking errors... 1> Creating library .\..\Release/Irrlicht.lib and object .\..\Release/Irrlicht.exp 1>COpenGLDriver.obj : error LNK2019: unresolved external symbol __imp__SwapBuffers@4 referenced in function "public: virtu...
by Shykino
Tue Aug 01, 2006 8:21 pm
Forum: Beginners Help
Topic: Compiling Irrlicht SVN with VC2005
Replies: 11
Views: 582

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...