visual-c++-6
Compiling C code in Windows XP
I have C code that was compiled on Windows NT with Microsoft Visual Studio 6.0. I am mig开发者_Python百科rating this code to a new machine using Windows XP. What IDE is suitable for this? I don\'t thi[详细]
2022-12-23 12:33 分类:问答Mutex needed in MSMQ?
I\'m browsing source codes from two applications sharin开发者_如何转开发g one queue using MSMQ. The first application has a thread that writes into the queue while the second application has another t[详细]
2022-12-21 05:42 分类:问答Build error with VC6
When I build my application in VC6 IDE, I get this error: --------------------Configuration: all - Win32 PRO Unicode Release--------------------[详细]
2022-12-18 22:40 分类:问答compiling in visual studio 2005 and visual C++ 6.0
What is the difference of creating a simple C DLL between using visual studio 2005 and visual C++. I saw that when creating it under studio also a manifest was created and I had some problems regardi[详细]
2022-12-17 12:00 分类:问答How to debug with Visual C++ 6 on Windows 7 x64?
Surely the answer will be \"you can\'t\" or \"use XP mode\", but I\'d like to know if it it possible.[详细]
2022-12-17 11:56 分类:问答VS2008 exe-VC6 dll interoperability
I heard somewhere that passing of wchar_t across VS2005 and VC6 is quite dangerous. I tried to delete memory which was allocated from VC6 dll from VS2008 exe, and it raised assertion. After referring[详细]
2022-12-15 13:41 分类:问答newbie: Determinate CRT lib used by library
I\'m developing application using VC++ 6. I have a 3rd party DLL. This library compiled as Multithreaded DLL (/MD) and my开发者_运维技巧 application too.[详细]
2022-12-14 15:47 分类:问答What does msvc 6 throw when an integer divide by zero occurs?
I have been doing a bit of experimenting, and have discovered that an exception is being thrown, when an integer divide by zero occurs.[详细]
2022-12-14 06:25 分类:问答Visual Studio 6 : How to change the workspace file name?
When using VC++6 sp6, how can I change the workspace file name? The workspace directory contains three main files with the following file extensions. When I tried changing the filenames while preser[详细]
2022-12-14 05:27 分类:问答Getting included header file path in VC++
Environment: I am using MS-VC++ 6.0, I include a group of header file with some data. The header files change often, so on[详细]
2022-12-13 07:15 分类:问答
加载中,请稍侯......