I have create my Win32 DLL in VC++, now i have add some new function into the Dll. So how am i make it backword compatible. So my old program with implicit link still able to call those old function?
regards,
Chris
Printable View
I have create my Win32 DLL in VC++, now i have add some new function into the Dll. So how am i make it backword compatible. So my old program with implicit link still able to call those old function?
regards,
Chris
It should be able to, as long as you haven't changed any parameters to the existing functions.