1 result for “software”
-
Export & Test a DLL with Visual Studio 2013
My mission: create a struct in Visual C++, export the struct via a Dynamic Link Library (DLL), and test the struct's methods in a Unit Test Project within Visual Studio 2013. Sounds simple enough right? Of course it isn't. Let's go through the motions, in case I can save some poor soul's time in…