Search found 41 matches
- Wed Apr 18, 2007 3:50 pm
- Forum: Beginners Help
- Topic: Some simple organization questions.
- Replies: 22
- Views: 1204
- Tue Apr 17, 2007 5:23 pm
- Forum: Beginners Help
- Topic: Some simple organization questions.
- Replies: 22
- Views: 1204
Thanks for all the help, I'm understanding pointers and things better now. I've been able to pass almost everything I want into functions now. I just have one thing that I'm having problems with. I want this code in a function: video::IVideoDriver* driver = device->getVideoDriver(); I declare my fun...
- Mon Apr 16, 2007 4:22 pm
- Forum: Beginners Help
- Topic: Some Linux Questions :)
- Replies: 8
- Views: 427
- Mon Apr 16, 2007 4:18 pm
- Forum: Beginners Help
- Topic: Some simple organization questions.
- Replies: 22
- Views: 1204
- Mon Apr 16, 2007 4:14 pm
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
- Mon Apr 16, 2007 12:30 am
- Forum: Beginners Help
- Topic: Some simple organization questions.
- Replies: 22
- Views: 1204
- Sun Apr 15, 2007 11:58 pm
- Forum: Beginners Help
- Topic: Some simple organization questions.
- Replies: 22
- Views: 1204
Some simple organization questions.
So I'm still pretty new to C++ and have a few questions. I don't like how all the irrlicht examples are organized. I prefer to have my projects broken up into different functions and files. When trying to do this to some irrlicht examples I have problems when trying to pass variables into functions....
- Sun Apr 15, 2007 11:54 pm
- Forum: Beginners Help
- Topic: Some Linux Questions :)
- Replies: 8
- Views: 427
- Sun Apr 15, 2007 11:51 pm
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
There are only two .cpp files and only one of those files has declares for my variables. They are definitely only declared once. The file is still #included in my main.cpp but I only get errors when I add it as part of my codeblocks project. If it was an error with the code, wouldn't I still get the...
- Sat Apr 14, 2007 6:57 pm
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
Sorry it took so long for me to post this, I just don't have much time between school and work. I finally had some time to play with it. The code is now organized in two files, main.cpp and myReceiver.cpp. I'm still getting the same error. Here's something strange though, I got it to work. I'm using...
- Tue Apr 10, 2007 5:07 pm
- Forum: Beginners Help
- Topic: irrlicht 1.3 and linux, plus other questions :p
- Replies: 7
- Views: 475
- Tue Apr 10, 2007 4:53 pm
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
- Tue Apr 10, 2007 4:24 pm
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
- Tue Apr 10, 2007 4:58 am
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
- Tue Apr 10, 2007 3:59 am
- Forum: Beginners Help
- Topic: This error is driving me nuts
- Replies: 13
- Views: 521
This error is driving me nuts
When compiling I get this error: obj/Debug/main.o: In function `irrAllocator': /home/mike/irrlicht/include/irrAllocator.h:26: multiple definition of `device' obj/Debug/event.o:/home/mike/projects/irrtemp/event.cpp:13: first defined here obj/Debug/main.o: In function `irrAllocator': /home/mike/irrlic...