BUG: User-Defined Parameter Names Lost When Creating COM ObjectsID: Q221948
|
When creating a Java-implemented COM object with Visual J++ 6.0 or the Microsoft SDK for Java, the Microsoft virtual machine (Microsoft VM) creates a typelib where any user-define names that were used as parameters to methods are lost or renamed to Parameter0, Parameter1, and so forth.
This is a limitation in how the Microsoft VM creates TypeInfo.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
public void demo (int MyInt)
public native void demo(int Parameter0);
For the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java,
please see the following pages on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/
http://support.microsoft.com/support/java/
Additional query words:
Keywords : kbCOMt kbJava kbJavaVM kbVJ600bug kbGrpJava
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 27, 1999