Remote on win95
-
Helllo everybody: I have a DCOM server that returns an integer. This server runs on a win95 machine. When i connect everything goes fine but when i try to return the integer from the server, The client stops immidiatly. Is there enyone who ever had the same problem. I preciate your Help..
-
Helllo everybody: I have a DCOM server that returns an integer. This server runs on a win95 machine. When i connect everything goes fine but when i try to return the integer from the server, The client stops immidiatly. Is there enyone who ever had the same problem. I preciate your Help..
Not knowing exactly what you are doing, it sounds as if the integer datatype is different between the client and the DCOM server. What kind of client are you using? I have had this problem and I solved it by using the BSTR datatype. To do "pure COM" and being on the safe side, you should always pass BSTR:s as parameters, since they will be the same on both client and server side. This leads to a bit more of converting, but that's life ;) Best regards, /_henrik Henrik Sternberg, Cambridge Technolgy Partners, Germany www.ctp.com/ce henrik.sternberg@ctp.nospam.com (take away nospam)