Build .Net app, and take it to a non .NET box.
-
Build .Net app, and take it to a non .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
-
Build .Net app, and take it to a non .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
If it's a .NET app then you'll need the .NET runtimes installed on the target machine -- Help me! I'm turning into a grapefruit!
-
Build .Net app, and take it to a non .NET box. Receive error DLL MFC70.d;ll could not be found. Is there a way to build in release mode so that it will have whatever files it needs no matter what box I take this program to? I want to avoid using an installation program.
In the project settings, under general, you can select to use MFC in a static dll, then it's included in your program... - Anders Money talks, but all mine ever says is "Goodbye!"