VC++.NET
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If i write a program in UNMANAGED VC++ 7.0 using ATL 7.0 and\or MFC 7.0, do I have to install the .Net framework or can I just supply the required ATL\MFC DLL's to the users machine? Is installing the framework just for Microsoft's CLR?
You only need the framework for Managed C++ and for VB.NET and C#. Your ATL and MFC code will run without the framework, you'll just need to distribute the new DLLs. Michael :-) Communication is the first step towards enlightenment.