My C++ application is developed using VC++ 6.0 and C# app is using Visual Studio 2005.
How do I find out the exact versions of the dlls being used by both applications?
Thanks. I know the Singleton. Singleton will apply only for that application. My consumer (C++) and generator (C#) are two different applications written using two different languages. Any one applica ...