[Qt-jambi-interest] Still build problems on Vista

2009-03-04 Thread Helge Fredriksen
Hello! I'm still trying to compile jambi on Vista, now with the last official versions on Qt and QtJambi, 4.4.3. Compiler is visual studio 2005 with the service packs for Vista installed. Here's my results: /qxmlstream.h(47) : error C2378: 'QtXmlModule' : redefinition; symbol cannot be overloade

[Qt-jambi-interest] temporary native labrary path

2009-03-04 Thread Arne Stocker
Dear trolltech team a question to the temporary library path : qtjambi unpacks the native libraries in a temporary path, maybe ...\Arne\Lokale Einstellungen\Temp\QtJambi_Arne_x86_4.4.3_01_msvc2005-20080925-1858 or the equivalent in unix/linux. Due to some coincidence, I did not really underst

Re: [Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
Hello again, Catching these exceptions and dealing with them in log4J or similar is absolutely critical in a production environment. It would be really helpful if you could get that functionality into the 4.5 release :-) Best regards, Helge Eskil Abrahamsen Blomfeldt wrote: > Helge Fredrik

Re: [Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Eskil Abrahamsen Blomfeldt
Helge Fredriksen wrote: > I know there was a post about this some time ago, but I was unable to > find the thread in the archives; > > Is there any way to catch and handle exceptions that are not catched and > is happening inside the QtJambi event loop? These do arrive at the > standard out with a

[Qt-jambi-interest] Make QT-Jambi OSGi-Read

2009-03-04 Thread Tom Schindl
Hi, In the last fews days i investigated in my spare time how to make QT-Jambi run smoothly on OSGi (on Equinox - it might fail on other OSGI-implementations) and finally succeeded. Attached are the modifications I made to the standard Jambi-Sources. Tom /

[Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
Hello! I know there was a post about this some time ago, but I was unable to find the thread in the archives; Is there any way to catch and handle exceptions that are not catched and is happening inside the QtJambi event loop? These do arrive at the standard out with a header of type QtJambi: Ex