Using bullet in dll?

Rademanc
Posts: 11
Joined: Mon Nov 02, 2009 11:55 am

Using bullet in dll?

Post by Rademanc »

Hi. I am fairly new to this so forgive the noobness.
I have added all the bullet projects to our solution. I have also added the helloWord demo app project.
Everything compiles fine and helloworld runs.
Now. The rest of our projects are all Dll's. Can I use bullet in them?
Is it a bad Idea to have static and dynamic libraries in the same solution?
Some help or pointers on how to integrate bullet into an existing solution will be much appreciated!
bonjovi
Posts: 35
Joined: Mon Jul 20, 2009 12:58 pm

Re: Using bullet in dll?

Post by bonjovi »

Hi,

I wanted to use Bullet in DLL too, the problem is that there is no #define SOMETHINGEXPORT __declspec(dllexport) for the Bullet's classes ... (or i missed something)

I think it is the first thing to add to allow exporting from a DLL.