|
-
Aug 30th, 2000, 05:18 AM
#1
Thread Starter
Frenzied Member
I am a beginner in VC++ and until now i am making applications using the MFC app wizard and i noticed that these applications use the MFC42D.DLL file to run.I need to know is this file like the MSVBVMx0.DLL or it comes with windows. There is also a MFC42.DLL but my apps don't use it.
I know that it is possible to make an app that needs less memory(the MFC file is 930KB).Without MFC.How can i do that.
-
Aug 30th, 2000, 08:32 AM
#2
They are already installed in Windows so you don't need to worry about distributing them.
-
Aug 30th, 2000, 11:04 AM
#3
Thread Starter
Frenzied Member
Thanks Megatron.
I am wondering if it is possible to make an application from scratch using only the API or so and if it is possible is it very difficult or not.
-
Aug 30th, 2000, 01:55 PM
#4
Monday Morning Lunatic
You said that your apps used MFC42D.DLL
Make sure that when distributing, you set them to Win32 Release...
As for creating from scratch, it's not that hard - see this thread: http://forums.vb-world.net/showthrea...threadid=28595
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|