I use COM interop to call functions in a c# dll from my VC6 MFC DLL, and this works fine. I want to call a function to retrieve string values.
Hello there I have a issue related to the usage of the bitmap enabled Dialog window.I have created a keyboard type layout and i wish to get the input through keyboard also.When i use the mouse I am ab
I am porting a legacy C++ system from VC6 to VC9. The application (<APP A>) statically links to an internal application <APP B> ( developed in house but by a separate team).
I am facing a weird problem. I have got a file calledin which I am using a macro called \"WM_USER\", the macro is defined in another header file called . Now the problem is that when I am using the ma
I wrote a program in c++ in VC++2008 wi开发者_运维问答th boost library for regular expression. But my code must be compiled in vc++6.0 compiler. vc++6 has compile error when using regular expression(I
This is mostly curiosity, but I\'ve been reading about the history of Visual Studio catching SEH exceptions in a C++ try-catch construct. I keep running across the assertion that older versions Visual
I currently have a VS6 unmanaged C library that I deliver as either a .lib or .dll. I want to upgrade to VS2010 but I still have users that are in VS6, VS2005, and VS2008.
I set a breakpoint in my code in Visual-C++, but when I run, I see the error mentioned in the title. I know this question has been asked before on Stack Overflow (Breakpoints cannot be set and have b
Following on from my previous question regarding debugging of native code, I decided to create a simple test from a console app as I wasn\'t getting anywhere with debugging the service directly.
I have an old c++ project compiled with VC6. I need to statically lin开发者_开发知识库k a new library to implement a new functionality.