Nov 20, 2001 #1 rtulsi Programmer Nov 19, 2001 1 IN how to make a dll using c language program? How we export the functionality of a *.c program ?
Nov 20, 2001 #2 KeithBrautigam Programmer Nov 4, 2000 71 US Here's some Microsoft links to get you started: 1. Creating MFC DLLs http://msdn.microsoft.com/library/d...eate_an_mfc_dll_with_appwizard.asp?frame=true 2. Creating Win32 DLLs http://msdn.microsoft.com/library/d.../HTML/_core_create_a_win32_dll.asp?frame=true Upvote 0 Downvote
Here's some Microsoft links to get you started: 1. Creating MFC DLLs http://msdn.microsoft.com/library/d...eate_an_mfc_dll_with_appwizard.asp?frame=true 2. Creating Win32 DLLs http://msdn.microsoft.com/library/d.../HTML/_core_create_a_win32_dll.asp?frame=true