> jni4net can't see them; all I have in the generated file is a
Yes, there are limitations in current version.
> I tried to make proxygen verbose, but the output does not help at all
> (it would be nice if it could at least display what it finds in the
> source dll).
There is source code of proxygen avalable. Add the messages yourself for now.
> In the xml config file, I did like this:
> <ClrType TypeName="NameSpace.B">
> <MethodModifier MethodName="Get_string" Signature="()LSystem/String;"
> Return="java.lang.String" Force="true" RenameJVM="getString"/>
> </ClrType>
I'm not sure what's wrong with the method, if it really that simple signature ?
Is it virtual ? Did you generated base class as well ?
For now, you could edit the generated files and add methods by hands.
For C# part you could even use partial classes.
For java file put your code outside //<generated-proxy> it will be
retained by proxygen.
Pavel
> --
> You received this message because you are subscribed to jni...@googlegroups.com
> http://groups.google.com/group/jni4net?hl=en-GB?hl=en-GB
> http://jni4net.sf.net/