How can I create a DLL in C using Visual Studio, for a program written in C?
Would really appreciate if anyone could post any direct or forum-page-link for the same.
How can I create a DLL in C using Visual Studio, for a program written in C?
Would really appreciate if anyone could post any direct or forum-page-link for the same.
I hope you will find this information of the Microsoft website interesting.
It explains how to create and use a dll. The most important thing is to create a New project and then select a Win32 Console Application. Afterwards, in the Application Settings page, under Application type, you have to select DLL.
When you create a new project, you select the DLL project type at the start of the wizard.