Re: Trying Jawin
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Organization | Arosii Information Systems A/S |
| Message-ID | <[email protected]> |
Hi Oliver
Olivier Lefevre wrote:
> Thanks for the answer on /xh. Unfortunately even if there are no spaces
> in the dll path,
> jawin still throws an exception: in fact it crashes the VM! I sent the
> trace and dump to
> Morten Andersen offline.
First, sorry for taking so long in looking on this.
You were right in your first assumption, that the errors were of type:
"warning: skipped. Too many indirections." variety.
Your typelibrary had some functions taking an "alias" to a userdefined
struct as input, which made JTB fail when reading the typelibrary.
So I have this evening added a few lines of code that should fix this
(although I could not verify the JVM crash you talked about?, I did get
an ugly stacktrace), so please verify this when/if you get a chance for
it (the changes should be available on the public CVS-server in like 5-6
hours).
Best Regards
Morten