Yeah I think i have added it correctly, it is in the main programs settings, and it has the path to the lib?!
as well as loads of other libs that were there when i created the project!
No, that's just the path the linker looks in when linking the project. Go to Project->Settings->Link tab->Object/Library modules box. You will see stuff like kernel32.lib, user32.lib, gdi32.lib, etc, add your .lib filename in there.
Alcohol & calculus don't mix.
Never drink & derive.
yep, i've done that, but it said it couldn't find the lib. So i added the path to the front of it and it gave me the 4 unresolved external symbol errors!