Archive for May 26th, 2007

Creation of DLL task in visual studio 2005 is so simple. Follow the following steps to make DLL in visual studio 2005.
Make new project via using menu or press “Ctrl+Shift+N”.

Select Win32 from Project types and select “Win32 Console Application” project template.

Give project name which you want, select location of project where [...]