[Kde-bindings] [Bug 230381] New: [qyoto] NullreferenceExecption with QApplication.Exec();
yan
mongaulois at gmail.com
Thu Mar 11 22:31:08 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=230381
Summary: [qyoto] NullreferenceExecption with
QApplication.Exec();
Product: bindings
Version: unspecified
Platform: Compiled Sources
OS/Version: MS Windows
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: kde-bindings at kde.org
ReportedBy: mongaulois at gmail.com
Version: (using Devel)
Compiler: visual express c++ & c#
OS: MS Windows
Installed from: Compiled sources
Hi
i build qyoto with visual express c++ &c# from SVN src. These dll are generated
(Release) :
qtscript-sharp.dll
qttest-sharp.dll
qtuitools-sharp.dll
qtwebkit-sharp.dll
qyoto.dll
qyotoshared.dll
smokeqt.dll
smokeqtcore.dll
smokeqtdbus.dll
smokeqtgui.dll
smokeqtmultimedia.dll
smokeqtnetwork.dll
smokeqtopengl.dll
smokeqtscript.dll
smokeqtsql.dll
smokeqtsvg.dll
smokeqtuitools.dll
smokeqtwebkit.dll
smokeqtxml.dll
smokeqtxmlpatterns.dll
qt-dotnet.dll
qtscript.dll
qttest.dll
qtuitools.dll
qtwebkit.dll
When a try a simple c# code
using System;
using Qyoto;
public class QyotoApp : QWidget
{
public static int Main(String[] args)
{
new QApplication(args);
QWidget w = new QWidget();
w.Show();
QApplication.Exec();
return 0;
}
}
a NullReferenceExeption is launch when i call QApplication.Exec();
and console Display
LEAVE Invoke() ** Missing method ** QApplication.QApplication(int&, char**)
LEAVE Invoke() ** Missing method ** QObject.QObject(QObject*)
LEAVE Invoke() ** Missing method ** QWidget.QWidget()
LEAVE Invoke() ** Missing method ** QWidget.show()
LEAVE Invoke() ** Missing method ** QApplication.exec()
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-bindings
mailing list