What kind of error msg will you get if you try to run an MFC
application and you don't have the MFC runtimes installed?
Printable View
What kind of error msg will you get if you try to run an MFC
application and you don't have the MFC runtimes installed?
It'll just put up a message box saying you don't have the required DLLs, then exit.
What would happen if you tried to run a program that uses pentium instructions on a 386?
Probably get an illegal instruction error, unsurprisingly ;)
i know that it'll complain about not having the DLLs, what i was
asking was what was the specific error msg it would give.
It'll just say
"cannot find <dllname>"
most computers have it already, unless they don't install anything at all.
do you have to use MFC? :)
I thought you could include the MFC as static libraries instead of DLL's so that they were actualy attached to the EXE. I don't know how to do this, and everything I know about it I just stated. But I thought you could.
JOey
You can, but it'll make your final .exe huge.