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