I have a program / project in vs2008 that uses a third-party static lib. Now it occurred to me that I needed to offer api through a DLL. Apparently, the third batch program will use my dll through the apis that I provided.
Can someone give me some direction regarding what I need to do? do i just need to create a dll in vs2008 and just copy and paste my method logic into apis that i provide?
Are there any potential issues I need to worry about?
Thank you
source
share