building with Codeblocks

User avatar
rogerdv
Posts: 2
Joined: Mon Feb 23, 2009 6:27 pm
Location: Santiago, Cuba

building with Codeblocks

Post by rogerdv »

Im using CodeBlocks for development and yesterday i tried to compile bullet with CB and gcc. I first tried loading the VC projects, but even when they build successfully and generate a .a lib, when I try to run the project I got an error about missing DLL. I havent found a way to generate such DLL. When I try to change target from static lib to DLL I got a lot of errors. Also tried to generate the DLLs with VC Express and the same, libs are generated but no DLLs.
Can somebody explain me how to get the DLLS?
User avatar
projectileman
Posts: 109
Joined: Thu Dec 14, 2006 4:27 pm
Location: Colombia

Re: building with Codeblocks

Post by projectileman »

Kukanani
Posts: 25
Joined: Sat Feb 21, 2009 5:08 am

Re: building with Codeblocks

Post by Kukanani »

Ha, yes, I just got this resolved, thanks to projectileman.

Just follow all his instructions to the letter and you can't go wrong.

Kukanani
User avatar
rogerdv
Posts: 2
Joined: Mon Feb 23, 2009 6:27 pm
Location: Santiago, Cuba

Re: building with Codeblocks

Post by rogerdv »

Yes, it is done now. I had a little problem with vectormath include, but solved it adding the path (no need to remove the whole multithread lib I think).