Getting a handle to a resource
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to have two binary dll's in my application as resources. I then will need to be able to copy them out to the hard drive and save them. How do i get a handle to the resource (not using MFC is best) and what should i then do with it? I'm doing this so i can include some of the MFC dll's in an setup application that are needed to run a different app. This would really help me, any code/suggestions Please:confused: