VS2005 backward compatibility
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I have an application in Visual Studio 2003. As a part of the patch updates, I adding a new component built in VS-2005 (which is a dll), to the existing components (built in VS-2003). From my unit testing the new module (dll) seems to work fine and is functioning well i.e. my old application is able to load the dll library dynamically. But i do remember of few C-run time compatibility issues from the past and I am not able to recollect the same. Could you guys throw some light onto this and let me know any special pre-requisites that i should take care of ? Thanks for your time.
Sunil