Re: Cannot serialize vartype 25

Morten Andersen <[email protected]> Tue, 6 Sep 2005 21:22:04 +0200
Newsgroups gmane.comp.windows.devel.jawin
Message-ID <[email protected]>
Hi George,

George Talusan wrote:
> I have an application developed using com.develop.jawin.  We're trying to
> migrate to org.jawin using the latest alpha release on sourceforge.
>
> Native calls into jawin.dll are throwing "Cannot serialize vartype 25".  25
> corresponds to the HRESULT type and a quick peek at Transform.cpp between
> revisions 1.6 and 1.7 shows that VT_HRESULT is no longer handled by the
> serializeVariant method.

Can you by any chance have written wrong revisions? Because if I look at
the diff between 1.6 and 1.7 I get:
http://cvs.sourceforge.net/viewcvs.py/jawinproject/jawin/cpp/jawin/Transform.cpp?r1=1.6&r2=1.7

I.e. only one line has been added?

Best Regards
Morten