Cannot serialize vartype 25
George Talusan <[email protected]> Tue, 6 Sep 2005 11:42:55 -0400
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
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. Any chance someone can put this back in for the next alpha release? george