visual-c++-6
VS2005: How to compile projects as if it was VS6?
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.[详细]
2023-04-05 11:06 分类:问答Finding/terminating processes (VC6 applications) from a VS10 application?
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[详细]
2023-04-03 10:46 分类:问答Migrated MFC app from VC6 to VS2010, now OnInitDialog() not called for CPropertyPage subclass
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:[详细]
2023-03-31 20:39 分类:问答Memory leak - release and delete
IFSUPCUTILSize* size = NULL; CoCreateInstance(CLSID_UTILSize, NULL, CLSCTX_INPROC_SERVER, IID_IFSUPCUTILSize,reinterpret_cast<void**>(&size));[详细]
2023-03-30 15:55 分类:问答visual studio 2010 and visual studio 6
i have visual studio 2010 installed on windows 7 machine and now i want to install visual studio 6 on same.[详细]
2023-03-28 15:26 分类:问答Makefiles, moving from VC6 to Visual Studio 2010
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).[详细]
2023-03-18 18:45 分类:问答Does static library avoids name mangling issues?
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[详细]
2023-03-13 01:29 分类:问答Is there a list of which compiler supports which part of the C++ standard?
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;[详细]
2023-03-11 05:53 分类:问答Error C2039 in boost class with Boost 1.34.1 on VC6
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[详细]
2023-03-08 05:59 分类:问答Why the CString(LPCTSTR lpsz) constructor check the high two bytes of lpsz?
I am reading the source code of CString in MFC. I am very curious about the implementation way of constructor 开发者_运维技巧CString::CString(LPCTSTR lpsz).[详细]
2023-03-04 20:29 分类:问答