On Mar 18, 2005, at 1:55 PM, William Yu wrote:
Do you have the latest SDK? Do you even need QT? We wrapped that in
an
IGNOREQT #define statement, so just #define IGNOREQT in your Windows
prefix
header and bid adieu to QT.
#ifndef IGNOREQT
namespace QT {
#include <QTML.h>
#include <Movies.h>
}
#else
#define QT
typedef void* Movie;
typedef void* MovieController;
#endif
If you need QT won't you have issues like Ruslan mentioned where
everything in QTML and Movies now is in a different namespace that you
might have expected ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|