Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
Learn how to build a C++ DLL using the command line, with implicit linking to the lib file and explicit linking via GetProcAddress
http://codediaries.blogspot.com/2009/11/simple-windows-dll-example-wit...
Tutorial Statistics
The aim of this tutorial is to build a simple DLL using the command line VIsual C++ compiler and then create two small programs that will call this implicitly by linking with the lib file and explicitly using LoadLibrary and GetProcAddress. More detail...
|
|
|