mingw status
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Mon Feb 20 22:18:06 CET 2006
Thiago Macieira schrieb:
> Christian Ehrlicher wrote:
>> But ths should work:
>>
>> class foo {
>> KDE_EXPORT foo();
>> myFunction();
>> }
>>
>> Then only the constructor is exported when I'm correct.
>
> Correct, but this doesn't export the virtual table or typeinfo
> information. This could cripple the class, depending on what use is made
> of it.
>
> The question is: given
> class KDE_EXPORT foo
> {
> KDE_NO_EXPORT foo();
> void myFunction();
> }
>
> What is KDE_NO_EXPORT supposed to be on Windows?
It seems to be not supported :-(
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060220/3e4811f8/attachment.pgp
More information about the Kde-buildsystem
mailing list