realbasic-plugins
[Top] [All Lists]

Re: AND ONCE AGAIN! namespace QT { namespace std

To: "REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>" <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: AND ONCE AGAIN! namespace QT { namespace std
From: William Yu <william at realsoftware dot com>
Date: Fri, 18 Mar 2005 15:12:14 -0600
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
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>

<Prev in Thread] Current Thread [Next in Thread>