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: 250
- Tue Aug 08, 2006 3:58 pm
- Forum: Beginners Help
- Topic: undefined referance
- Replies: 4
- Views: 250
- Tue Aug 08, 2006 6:59 am
- Forum: Beginners Help
- Topic: undefined referance
- Replies: 4
- Views: 250
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 include ...
Now I recompiled Irrlicht, put the test.h in the include ...
- Wed Aug 02, 2006 5:58 am
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 776
- Wed Aug 02, 2006 12:56 am
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 776
- Tue Aug 01, 2006 9:33 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 776
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: virtual ...
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: virtual ...
- Tue Aug 01, 2006 8:21 pm
- Forum: Beginners Help
- Topic: Compiling Irrlicht SVN with VC2005
- Replies: 11
- Views: 776
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 ...
1>------ Build started: Project: Irrlicht, Configuration: Debug Win32 ------
1>Compiling...
1>COpenGLDriver.cpp
1 ...