Computing.Net > Forums > Programming > MFC question

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

MFC question

Reply to Message Icon

Name: Jeff
Date: December 17, 2003 at 05:12:01 Pacific
OS: WinXP
CPU/Ram: 3.2Ghz
Comment:

I'm making a MFC app, my question is, how can i make the program execute without needing the standard MFC DLL's. If i need to change anything in my compiler or the source code, what should i change. I'm using visual C++ 6.0
Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: Sord
Date: December 17, 2003 at 16:48:34 Pacific
Reply:

You can't use an MFC app without MFC DLLs, it would be like trying to drive a car without a car. What you can do however, (if you can find a program to do this) is link all the DLLs into your program which would result in a very big program, however it would not "require" the DLLs. I can't think of one off the top of my head, however there is one for C# by Remotesoft so I'm sure there must be one for C++.

Good luck and google to ya.


0

Response Number 2
Name: MrSteve
Date: December 31, 2003 at 11:52:17 Pacific
Reply:

you want it for another person to run? i had this problem too what you do is go to batch build and make sure that release build is checked than build it and it should work on peoples computers who do not have the dll files. If you are releasing the exe file from your debug folder you need to give people those dll files, plus hte file is bigger because it has the debugging info on it.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


problem with regexp Running CPL applets C++



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: MFC question

MFC question www.computing.net/answers/programming/mfc-question/8375.html

Few questions about MFC programming www.computing.net/answers/programming/few-questions-about-mfc-programming/8849.html

C++, General ListBox question www.computing.net/answers/programming/c-general-listbox-question/10030.html