[Live-devel] Link error with LiveMedia in a VS2005 project.

Ralf Globisch RGlobisch at csir.co.za
Sat Apr 11 06:37:18 PDT 2009


Looks like you're missing the ms runtimes: msvcrt.lib or libcmt.lib, etc. depending on your project configuration: single-threaded/multi-threaded, statically/dynamically, debug/release build, etc.
Read up on them at http://support.microsoft.com/kb/154753
Generally these get added to the linker inputs of a project automatically so I'm not sure what's wrong on your side.

Google "unresolved external symbol __imp__fprintf" and you should find out pretty quickly which libs are missing.  


-- 
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. 
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.  MailScanner thanks Transtec Computers for their support.



More information about the live-devel mailing list