Calling Visual studio Ver 6 DLL from Visual Studio 2015

  • Thread starter Thread starter sriram_sasken
  • Start date Start date
S

sriram_sasken

Guest
I have a question. I have a project which has all individual C++ DLL 's. The entry point is a C# DLL which in turn calls all these C++ DLL'S . Now the OS environment has be migrated to VS 2015 and Windows 10.

I have a problem porting all these DLL's to VS 2015 as I do not have the complete source code. I was able to port the C# DLL.

Can I deploy the Migrated C# DLL along with the old Visual studio Version 6 DLL's in the environment. The backward compatability should be able to take care of this. Can you please let me know your views. We can have a separate Include header file and Lib file path for these old c++ DLL. awaiting your reply.

Continue reading...
 
Back
Top