There's a #pragma command to link in a library from the source file rather than from the project settings. I just can't seem to remember it.
Can anyone here remind me?
Thanks
There's a #pragma command to link in a library from the source file rather than from the project settings. I just can't seem to remember it.
Can anyone here remind me?
Thanks
#pragma comment(lib, "library")
http://msdn.microsoft.com/en-us/library/7f0aews7(VS.80).aspx