Search found 7 matches

by Soranne
Sun Nov 04, 2012 5:01 pm
Forum: Beginners Help
Topic: Compiling an irrbp project
Replies: 1
Views: 228

Compiling an irrbp project

Hello all, Still having problem using bullet ,so i changed of wrapper, now using irrbp, but I still have problems. I think I linked the libs in the right order : http://img11.hostingpics.net/pics/385189Image2.png But I get the following errors, trying to compile the example.cpp given irrbp : http://...
by Soranne
Thu Nov 01, 2012 2:56 pm
Forum: Project Announcements
Topic: irrBullet 0.1.8 - Bullet physics wrapper
Replies: 454
Views: 163052

Re: irrBullet 0.1.8 - Bullet physics wrapper

I am sorry if it is off topic, but I thought it was linked with irrbullet : the given libraries don't work for me. So I would like to know if anyone has a windows "makefile" as I don't have VS or CB. I have one more question, where are your lib files when you install irrBullet? Because I d...
by Soranne
Thu Nov 01, 2012 2:15 pm
Forum: Project Announcements
Topic: irrBullet 0.1.8 - Bullet physics wrapper
Replies: 454
Views: 163052

Re: irrBullet 0.1.8 - Bullet physics wrapper

Hello all, I am encountering some problems building an irrbullet project, and I have been advised to rebuild bullet and irrbullet. Unfortunately I don't have Visual Studio or CB, I am only using g++ through batch files and command lines. So my question is how to build the .a files for windows using ...
by Soranne
Wed Oct 31, 2012 7:55 pm
Forum: Beginners Help
Topic: irrBullet compilation error
Replies: 4
Views: 1965

Re: irrBullet compilation error

Thank you for your answer, unfortunately I don't know know to compile a library. I have tried to look in the readme.txt but it's for linux.
How do I do it for windows using g++?

I have tried to compile my project with irrBullet 1.71, but I have the same kinds of errors.


Regards,
Soranne
by Soranne
Tue Oct 30, 2012 5:40 pm
Forum: Beginners Help
Topic: irrBullet compilation error
Replies: 4
Views: 1965

irrBullet compilation error

Hello everyone, I have been trying to compile an irrbullet project for more than 2 hours but with no success :( I'm using the helloworld project of irrlicht by just adding #include <irrBullet.h> at the top. Using this compile line : g++ -o "D:\Mes Documents\Ronan\pocketcpp\pocketcpp\QuickStart&...
by Soranne
Wed May 04, 2011 3:49 pm
Forum: Beginners Help
Topic: Minetest-C55 :: fatal error LNK1120: 15 unresolved externals
Replies: 19
Views: 3460

I also have 16 errors :
Image

Any idea where it could come from?
by Soranne
Thu Sep 30, 2010 10:45 am
Forum: Beginners Help
Topic: Error with event...
Replies: 1
Views: 206

Error with event...

Hello everyone, I've began to program a small FPS based on irrlicht but when I want my character to shoot with his gun (by clicking with the mouse) I have a little problem : sometimes the mouse can go away form the window and I can't control anymore the FPS camera... I'm using last irrLicht with Ubu...