I have a project that I\'m building with Visual Studio 2005. The sources are also used in another project that gets built using Visual Studio 6.
Having a bit of a problem so thought by asking it should point me in the righ开发者_如何学Pythont direction. I have a .dll that I have moved from VC6 to Visual Studio 2010. The point of this applicati
I have been tasked with migrating our product\'s UI to VS2010. It is an MFC app, originally written in VC6. I have performed the following steps:
IFSUPCUTILSize* size = NULL; CoCreateInstance(CLSID_UTILSize, NULL, CLSCTX_INPROC_SERVER, IID_IFSUPCUTILSize,reinterpret_cast<void**>(&size));
i have visual studio 2010 installed on windows 7 machine and now i want to install visual studio 6 on same.
I\'m trying to migrate some projects from VC6 to Visual Studio 2010 but开发者_如何学编程 I\'m running into issues with makefiles - at the moment they don\'t work! (Which was expected).
I have a C++\\MFC application written in Visual Studio 2003 SP1 links to an external s开发者_如何学JAVAtatic library \"SomeExtStaticLib.lib\". I also include the header files provided with \"SomeExtSt
I\'m just confused about c++\'s standards right now, I know there is three versions right now: c++98, c++03 and c++0x;
Some history: I originally wanted to use boost for ASIO, but then found that ASIO won\'t work with VC++ 6.0 (which is a requirement).While incorporating boost, I found use for Multi_Index_Container an
I am reading the source code of CString in MFC. I am very curious about the implementation way of constructor 开发者_运维技巧CString::CString(LPCTSTR lpsz).