6 Dec
2005
6 Dec
'05
3:25 a.m.
This is using visual studio, and whenever I have built lib files I have to include the header file as usual, but also have to explicitly drag the lib file into the project (or under the required libraries in the linker tab).
A bit OT (ok a lot), but look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang/html... you add something like #pragma comment( lib, "my_lil_ol_do_dad" ) to a header and bob's your aunty. Add a pinch of macro #ifdef magic for determining which lib for which configuration, brew for a bit and you're done. matt.