ADC Home > Reference Library > Technical Q&As > QuickTime > QuickTime for Windows >
|
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] |
|