I have a Windows Forms application in a single project written in VB.NET 2003 (legacy code). There is a MainForm and a SecondaryForm that is run by the MainForm. When I run the application through the
I have an old dll that uses the Microsoft Visual C++ 2003 (7.1) run time package.Unfortunately I don\'t have that DLL around anymore.Short of reinstalling VS2003, is there another 开发者_StackOverflow
I am trying to get some C++ code originally written in Microsoft Visual Studio (VS) 2003 to compile under VS 2008 and I am having trouble finding an efficient solution to assigning a vector::iterator
We have an upcoming project to allow an old platform that\'s only extensible with C++ / VS 2003 to 开发者_开发问答call a SOAP-based web service that uses WS-Security.