debug with /embedding setting does not work on vista
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, I have a debug version of vc++ project. The project result will be called by other program using COM interface. I use "/embedding" at "Command Arguments" ( MSVC++ 2005). It works just fine with XP..I can debug the project. But not with Vista...the loader program will load another instance instead connecting to the one that aleady loaded in memory.. Did I miss some settings ? Thanks..