About 50 results
Open links in new tab
  1. Visual C++ 2010 intellisense - social.msdn.microsoft.com

    Apr 21, 2010 · The next logical step for us was to start converting the borland code to Visual C++, using CLI support when ever we needed it. Now, we are stuck with Visual Studio 2008 because 2010 C++ …

  2. Efficiency of C++ - social.msdn.microsoft.com

    Jul 8, 2012 · A native C++ program that uses static linking (/MT compiler flag) may be larger because it contains its own copy of needed C/C++ library functions. If you use dynamic linking (/MD compiler …

  3. Ribbon Framework, WPF, MFC... - social.msdn.microsoft.com

    Mar 20, 2010 · The "Windows Ribbon Framework" is a ribbon control provided with Windows 7 (and Windows Vista via platform update), intended to be used by native C++ developers (WIN32).

  4. Ref equivalent in C++ - social.msdn.microsoft.com

    Jan 6, 2015 · My project is in C++ and I don't know what is the equivalent syntax for "ref".

  5. Call Visual Basic DLL from c++ - social.msdn.microsoft.com

    Mar 1, 2007 · I created a DLL with Visual Basic 2005. I need to call this DLL from C++. Is this possible? Can someone give me an example or tell me how? Thank you. Thursday, March 1, 2007 1:35 PM

  6. /clr:pure doesnt support C++ Interop - social.msdn.microsoft.com

    Jun 19, 2008 · Using Visual C++ to mix managed and unmanaged code in this fashion is called C++ Interop. For more information, see Mixed (Native and Managed) Assemblies and Native and .NET …

  7. C++ Kernel Driver DLL Injection - social.msdn.microsoft.com

    Feb 20, 2013 · I Want , My DLL File Code Injection To Application {Kernel-Driver-Injection} Method

  8. C++ Express - code in .h vs. .cpp? - social.msdn.microsoft.com

    Nov 12, 2006 · The samples for the simple forms seem to indicate that the code goes into the Form1.h file rather than a Form1.cpp. My previous experience (Visual C++ 6) had the prototypes in the .h file …

  9. overloading new/delete

    Dec 14, 2014 · I'm guessing its the same with VS too if this behavior is something required by the C++ standards. For similar reasons, I think you may have trouble if your overloads of new/delete are in a …

  10. CreateFile () + USB - social.msdn.microsoft.com

    Sep 22, 2009 · And if you want to manipulate USB printer in your program, I think you should know all the parameters of the hardware exactly, such as device name, port number, and so on. And I think …