I have moved my Microsoft Visual Studio 6.0/C++/MFC application to Visual Studio 2008 SP1 using the new MFC Feature Pack classes. I explicitly use nothing from the .NET Framework. However, we have trouble installing on a system which does not have .NET Framework 3.5 SP1 installed on it already. Installshield fails to load an application dll that it needs to call routines in. Is there an implicit dependency to the .NET Framework built in to every such (C++/MFC) application built using VS2008? And if not, how do I find out what in the application is causing a .NET dependency? I would like to eliminate this dependency if at all possible.
Thanks, Barry