ADC Home > Reference Library > Technical Q&As > Legacy Documents > QuickTime >
Legacy Document
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q: I am getting the following link errors when building a QuickTime 3 for Windows application using the Microsoft Visual C++ development environment:
What's going on?
A: QuickTime 3 for Windows is carefully linked with the multi-threaded version of the C runtime ( Go to the MSVC++ "Project", "Settings" dialog (ALT+F7 will work too), select the "C/C++" tab, then the "Code Generation" category. Under the popup menu for "Use run-time library", select "multi-threaded" or "multi-threaded DLL" as needed by your project. QuickTime 3 for Windows is built with "multi-threaded" selected. If you don't use the IDE, use the C command-line option /MT. [Sep 21 1998] |