COM help
-
I am trying to create a very simple com server, everything goes well until the last phase of the build process, during the registration phase visual C++ freezes, I tried reinstalling VC++ but that did not help. Any ideas?
Are you on Win 9x? And running Norton AntiVirus? There's a known bug with NAV 2000 and 2001 on 9x which makes VC hang if you're running the Auto-Protect (background scanner) and do a build that makes VC launch another program in a custom build step (such as regsvr32 in an ATL project). Just disable AP (right-click the tray icon, pick Disable Auto-Protect) before doing your build. Annoying, I know. --Mike-- http://home.inreach.com/mdunn/ The Signature, back by popular demand: Buffy. Pajamas.
-
Are you on Win 9x? And running Norton AntiVirus? There's a known bug with NAV 2000 and 2001 on 9x which makes VC hang if you're running the Auto-Protect (background scanner) and do a build that makes VC launch another program in a custom build step (such as regsvr32 in an ATL project). Just disable AP (right-click the tray icon, pick Disable Auto-Protect) before doing your build. Annoying, I know. --Mike-- http://home.inreach.com/mdunn/ The Signature, back by popular demand: Buffy. Pajamas.