Re: Jawin-Calling a DLL Entry Point
Morten Andersen <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Hi Hua
Hua Fang wrote:
> Do I write the instruction string "AIGG::n4" correctly?
At a first glance it looks correct to me. But try to enable the tracing
as described here:
http://jawinproject.sourceforge.net/jawin.html#troubleshooting_diagnostic
You should enable the "Win32 marshal packets", e.g. like:
java -Dorg.jawin.traceWin32=true ...
If you post both the incoming and outgoing packets for your request,
perhaps we can see something from this (only post the in and the out
packet for your request, there may be some internal jawin packets before
that. There is no need to post those). Otherwise I will have to wrap up
a simple test that checks that your syntax is correct (unfortunately I
won't have much more time until tomorrow evening).
Oh, and by the way. I assume you are using 2.0alpha1?
Best Regards
Morten