How do I DCOM?...
-
The MSDN code example "DCOM" states that it only works when both machines are running NT. Why will it not work if both machines are running Win9x?
-
The MSDN code example "DCOM" states that it only works when both machines are running NT. Why will it not work if both machines are running Win9x?
Hi! The problem is that Windows NT version 4.0 supports DCOM by default, but Windows 95 does not. To make it work on W95 you have to download DCOM95.EXE and DCM95CFG.EXE available from Microsoft Web Site at: http://www.microsoft.com/oledev Read more about it in MSDN "HOWTO: Use Win95 as a DCOM Server". Regards, Alex Gorev, Dundas Software. ================== The original message was: The MSDN code example "DCOM" states that it only works when both machines are running NT. Why will it not work if both machines are running Win9x?