Klemens Loschy wrote:
>  
> the native ID of the objects change too, so comparing them is not possible
> (at the moment). 
> If i get you right, the change of the native ID causes the creation of new
> Java Objects, because the jambi cache has no Java Object for the passed
> native ID. And if the native ID changes, a new C++ Object was created? So
> the question is: why are always new C++ Objects created?
>   

Yes, the native ID of an object is identical to the native pointer to 
the object, i.e. the address of the object in memory. If this value 
changes with each call, then it should be reproducable in C++ with no Qt 
Jambi interference.

-- Eskil

_______________________________________________
Qt-jambi-interest mailing list
Qt-jambi-interest@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to