Click here to Skip to main content

DLLs, Assemblies and Manifests

Great Reads

by StevenLJackson1
How you can structure your solution and project files in Visual Studio to make updating your assemblies' version number much easier.
by Marius Bancila
In this article I'm generalizing it and extending "Loading Assemblies in pearate Directories" with some helper functionality.
by pasztorpisti
A custom implementation of the FindResource() and LoadString() functions with better error indication. Pointing the direction for those who want to learn the binary PE resource format.
by pasztorpisti
How to load DLLs by allocating memory and loading the DLL file and then relocating/importing.

Latest Articles

by Amit Deshmukh 1010
Accessing class object present in exe from explicitly loaded DLL using Inheritance and virtual function.
by John Simmons / outlaw programmer
Determine the nature of the entry assembly
by GraemeKMiller
How to add a DLL to the GAC
by John Bandela
Describes a build of leveldb for windows that works in both g++ and visual c++ using the same dll

Discussions

by amitdeshmukh1010 on tip/trick "Accessing class object present in...
by Brian Sullender on Article "64 Bit Injection Cave"
by Braga42 on Exporting C++ Classes from an MFC Extension DLL
by imagiro on tip/trick "Accessing class object present in...
by Member 10030341 on Step by Step: Calling C++ DLLs from VC++ and...

All Articles