On 3/18/05 3:00 PM, "Norman Palardy" <palardyn at shaw dot ca> wrote:
>> #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 ?
True, in which case you could probably get rid of the namespace and get rid
of whatever conflicting types/functions we've defined against it. We have
our own internal plug-ins that rely on the namespace and such, so I'm less
thrilled about this type of change to the SDK. However, maybe it's time we
do something drastic, if all are willing for breakage...
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
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>
|