Qt-jambi-interest Archive, January 2007
Support for QtDBus in final release?
Message 1 in thread
Hello!
Are you scheduling support for QtDBus in the final release? It would be
of great interest for us since we want to exchange data with some
partner using the Unix IPC mechanism. Is an implementation of ftok()
part of the QtDBus module?
Best regards,
Helge Fredriksen
Message 2 in thread
Helge Fredriksen wrote:
> Hello!
>
> Are you scheduling support for QtDBus in the final release? It would be
> of great interest for us since we want to exchange data with some
> partner using the Unix IPC mechanism.
Hi Helge,
QtDBus is currently only supported on Unix, so until it supported for
all platforms its less likely that we'll have support for it in Qt Jambi.
Using the generator it should be fairly straightforward to map this
though ;-)
> Is an implementation of ftok() part of the QtDBus module?
Not to my knowledge, but then again, I haven't really delved into the
QtDBus module. Its all available in the Qt C++ version though so you can
investigate there.
-
Gunnar
Message 3 in thread
Good Afternoon,
I have a DLL in QT C++ and want to import it of the QT Java inside,
I obtain to make this?
I am thankful will have some example...
Yours truly.
Michel Andrade de Souza
TOTVS S.A
michel.andrade@xxxxxxxxxxxx
Message 4 in thread
Michel Andrade de Souza wrote:
> Good Afternoon,
>
> I have a DLL in QT C++ and want to import it of the QT Java inside,
>
> I obtain to make this?
>
> I am thankful will have some example...
Hi Michel,
If you have a Qt/C++ library and you want to use it with Qt Jambi you
can use the Qt Jambi Generator to create a Java version of the C++ library.
There is an example on how to run the generator in the Qt Jambi package
under the generator_example directory.
More information on the generator can be found here:
http://doc.trolltech.com/qtjambi-1.0/com/trolltech/qt/qtjambi-generator.html
http://doc.trolltech.com/qtjambi-1.0/com/trolltech/qt/qtjambi-typesystem.html
best regards,
Gunnar