Re: Optional Variant
Rick Stoyle <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Thanks for staying with me on this Vitaly. I did as you suggested and am
now using the jawin.jar from njawin. I also generated all new stubs using
your jcomgen. Now, I am having new problems. I get an error when I call
any method of the application object. For example,
...
app = new _Application("Excel.Application");
app.setVisible(true);
I get an error at the line: app.setVisible(true);
Error 8001010e: The application called an interface that was marshalled for
a different thread.
Rick