Browse by Tags

All Tags » C++ (RSS)

Build and test a simple DLL

Continuing with the walkthrough of making a DLL from my previous blog ... As a reminder, I'm following along with Chapter 19 (Dynamic Link Libraries) from Programming Windows 95 by Charles Petzold. I have a header file with a macro defined for exporting...
Posted by SusanGorman | with no comments
Filed under: , ,

What the heck is a __declspec?

(Note: I’m using InstallShield 12 for my install development and Visual Studio 2005 for DLL development.) The goal is to learn to make a simple DLL that I can use in an MSI custom action. Today I started with the basics using a classic book that still...
Posted by SusanGorman | 1 comment(s)
Filed under: , ,