Category Archives: cpp

DLL Basics

GeneralĀ  Bindings Early binding Loaded when program starts Late binding Loaded after program has started Calls LoadLibrary() to load dll Calls GetProcAddress() to get function address Calls FreeLibrary() to to unload dll Contents Functionis Resources Bitmaps Fonts Static global variables … Continue reading

Posted in cpp | Leave a comment