This week's book giveaway is in the Testing forum. We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line! See this thread for details.
I have added three COM wrappers to my J++ project for Microsoft Message Queueing (Mail Object, 1.0, and 2.0), and when I compile the project, there seems to be a problem with the return type stdole2.IUnKnown. The error message is "Undefined name 'stdole2.IUnKnown'(J0049)". Does anyone know how to fix this?
This is a real question and as such does not belong in a forum that is supposed to be about the running of JavaRanch itself. Course I am not sure which forum you would put a Microsoft related question in. The typical reaction is going to be - don't use J++ etc. (not very helpful if you have a real problem). Perhaps you could try the RMI and Corba forum, since DCOM relates to remote messaging.
"JavaRanch, where the deer and the Certified play" - David O'Meara
David Roberts
Ranch Hand
Joined: Nov 03, 2000
Posts: 142
posted
0
msdn.microsoft.com has an article, I would suggest searching on J++ and MSMQ. I read the article and was able to do it no problem. But it's been a long while.