dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Bindings generator and standards


From: Gopal V
Subject: [DotGNU]Bindings generator and standards
Date: Fri, 18 Oct 2002 16:03:20 +0530
User-agent: Mutt/1.2.5i

Hi Adam,

Sorry to bother you like this, but the fixes I find
are more in the QT# code than the compiler.

All virtual methods when overriden need an 'override'
modifier .... and similarly all non virtual methods
need a 'new' modifier when replaced....

QObject.cs: 545
        protected void ConnectNotify (string signal)
QDns.c: 202
                protected void ConnectNotify (string signal)

Should be

QDns.c: 202
                protected new void ConnectNotify (string signal)

This alone accounts for 800 errors when compiled with Portable.Net
C# compiler. (maybe we're a bit more standards compliant than
the other compilers ;-)

Also thanks for all the help with the source code & binaries.... 
(especially n1ko)

Gopal
-- 
Shh.. be very very quiet , I'm hunting wabbits .


reply via email to

[Prev in Thread] Current Thread [Next in Thread]