Can I use a DLL embedded in an executable (as a resource) without writing it to the disk?
(Windows)
Can I use a DLL embedded in an executable (as a resource) without writing it to the disk?
(Windows)
Well, at that point, it would be a static library (.lib), right?
Nope, still a .DLL, just embedded as a resource.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Read the article or View the source at end of the article..
I see...
Thank you.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.