Greg Deubler wrote: > Hello! > > I am fairly new to Qt and I'm having a little trouble using the Jambi > code generator. The generator_example worked just fine, but when I try > to use it on other Qt examples I run into a few problems. I am trying to > familiarize myself with the generator by first using it on one of the > simplest Qt examples provided, "calculatorform" found in > examples\designer\calculatorform. I've been following the generator > example tutorial as best I can, and have managed to generate > CalculatorForm.java and QtJambi_LibraryInitializer.java. > > It seems to me that main.cpp is left untouched by the generator; should > it be generated as well? > If so, is there a reason the generator is skipping over it? Also I'm not > entirely sure the CalculatorForm.java file is even being generated > correctly (it looked pretty bare to me).
Hi Greg, The generator is for mapping API, aka declarations, into Java API's. It doesn't deal with actual sourcecode. None of the Qt examples have any API to speak of so it doesn't really make sense to map them. best regards, Gunnar _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
