Hit a bug here, probably something simple and stupid. I managed to load the project up in code:blocks, and got all the libraries and headers linked up, but when I compile the program it gives me this error:
You must select a host application to "run" a library...
Why am I "running" a library? most searches that I have done for this error have turned up people trying to debug one thing or another, all I wanna do is build and run the program. What host application do I need to select to "run" the library?
I know that you can do that by going into Project->Set Program Arguments->Host application and then browsing the for the program. But I dunno what program I need. any ideas?
EDIT: UPDATE, So I did a little digging and thinking and then figured to use 'rundll32' as the host application, being that it is meant to 'run' a dll file. however when I did that it still didn't do anything, although it did get rid of the error message.
I get this info from the build log:
Checking for existence: C:\...\...\Documents\irrBullet-0.1.7\source\msvc\2008\.lib.lib
Executing: "C:\...\System32\rundll32.exe" (in C:\Users\Sean\Documents\irrBullet-0.1.7\source\msvc\2008\)
Process terminated with status 0 (0 minutes, 0 seconds)
so I'm not much better off, other than figuring out how to get rid of the darned error message from before.