Prevent Using wxCore Library
Sébastien PELLE
sebastien.pelle at atosorigin.com
Tue Apr 1 04:55:23 PDT 2008
Fabi> "AFAIK the docs don't include this info"
Yes. That's the point ;-)
So no way to find out who belongs a class or a MACRO/function ?
Another point : I didn't find documentation about the wxEventLoop Class ..
Is it normal ?
A+,
Sébastien PELLÉ
-----Message d'origine-----
De : wx-users-bounces+sebastien.pelle=atosorigin.com at lists.wxwidgets.org
[mailto:wx-users-bounces+sebastien.pelle=atosorigin.com at lists.wxwidgets.org]
De la part de Fabian Cenedese
Envoyé : mardi 1 avril 2008 12:06
À : wx-users at lists.wxwidgets.org
Objet : Re: Prevent Using wxCore Library
At 11:53 01.04.2008 +0200, Sébastien PELLE wrote:
>Hi,
>
>How to prevent using the wxCore Library ?
>
>Since we aim to write Console mode only application, we only want to
>use the wxBase, wxNet, and wxXML Library only.
>
>I actually have written an app which calls two functions which are part
>of the wxCore Library. How, in the future, be sure not to call
>functions which are not part of wxBase, wxNet, or wxXML ?
I would assume that if you don't link against those libs you will find out
at the latest at the link step if something is missing. But actually if you
don't include headers from those libs then even compiling should fail
(though that one's a bit difficult if you don't know what library a class is
implemented in, AFAIK the docs don't include this info).
bye Fabi
_______________________________________________
wx-users mailing list
wx-users at lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wx-users
More information about the wx-users
mailing list