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
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
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.
Summary: Does anyone know how to creat the "max min close" boxes on the 'MENU BAR'(not the ones on the window border) that only show up when a child window is maximized? ...
Summary: I have a few questions, the first is how can i transfer data from 1 dialog to another EG i hav 2 buttons on a dialog, click "button 1" and another dlg pops up. In that dlg there is a check box contro...
Summary: I am making an MFC application using MSVC++ 6. I have a ListBox on a dialog, my first question is how can i insert text into columns? I would usually make sure that the list box has the Report style...