opengl
Status: Inactive
Brought to you by:
manyoso
|
From: Kai R. <kai...@ud...> - 2003-01-19 13:41:25
|
Hi !
All the QGL* (opengl) classes are missing.
Marcus Urban give me the tipp, that those wrapper classes are still in the
sources, so I added them to the
qtsharp-0.6/src/bindings/qt.build file.
But they don't compile :-(
Building target `all' for project `Qt#'
/usr/bin/mcs --target library -o ./Qt.dll -nowarn:0108 -nowarn:0114
...
./QWheelEvent.cs ./QWidget.cs ./QWidgetFactory.cs ./QWidgetItem.cs
./QWidgetList.cs ./QWidgetListIt.cs ./QWidgetPlugin.cs ./QWidgetStack.cs
./QWindowsMime.cs ./QWindowsStyle.cs ./QWizard.cs ./QWorkspace.cs
./QXmlAttributes.cs ./QXmlContentHandler.cs ./QXmlDTDHandler.cs
./QXmlDeclHandler.cs ./QXmlDefaultHandler.cs ./QXmlEntityResolver.cs
./QXmlErrorHandler.cs ./QXmlInputSource.cs ./QXmlLexicalHandler.cs
...
./QGLWidget.cs(39) error CS0103: The name `Connect' could not be found in
`Qt.QGLWidget'
./QGLWidget.cs(52) error CS0103: The name `Connect' could not be found in
`Qt.QGLWidget'
GC Warning: Repeated allocation of very large block (appr. size 380928):
May lead to memory leak and poor performance.
Compilation failed: 2 error(s), 0 warnings
*** Target `all' for project `Qt#' failed ***
*** Project `Qt#' build failed ***
Command exited with non-zero status 1
73.87user 1.09system 1:22.38elapsed 91%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (1382major+34764minor)pagefaults 0swaps
make[2]: *** [Qt.dll] Error 1
It would be great, if those classes work, so that I can port my qt-opengl
projects to qt#.
Greetings,
Kai Reichert
|