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. _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
