Hello,
All instructions to disable Visual Studio hosting process I've found says as follows:
- Open a project in Visual Studio.
- On the Project menu, click Properties.
- Click the Debug tab.
- Clear the Enable the Visual Studio hosting process check box.
I believe this is for VS 2005 because in my VS 2008 C++ project there is no such tab as "Debug", but rather "Debugging" and there is no check box there for disabling the hosting process.
So my question is, how do I disable the hosting process on VS 2008?
Thanks!