realbasic-plugins
[Top] [All Lists]

Re: AND ONCE AGAIN! namespace QT { namespace std

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: AND ONCE AGAIN! namespace QT { namespace std
From: Norman Palardy <palardyn at shaw dot ca>
Date: Fri, 18 Mar 2005 14:00:39 -0700
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <BE609C6E dot 10F19%william at realsoftware dot com>

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>

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