About 50 results
Open links in new tab
  1. C++/CLI include namespance - social.msdn.microsoft.com

    Jul 26, 2016 · I made a research about using Excel.Application in C++/CLI, but I have some issues in it.

  2. C++ and WCF - social.msdn.microsoft.com

    Nov 8, 2013 · Anyway, can I use C++/CLI to write the service contract and implementation for a WCF service and can I host it in a standard already existing NT Service? If yes are there any online …

  3. INotifyPropertyChanged in C++/CLI? - social.msdn.microsoft.com

    Jun 19, 2008 · You may want to post this question in a more appropriate forum, such as Visual C++ Language, as this forum discusses only questions regarding the Visual Designer for WPF.

  4. Visual C++ 2006 Express Link - social.msdn.microsoft.com

    Feb 25, 2010 · I have a very large program that was built on Visual C++ 2006/XP. The software builds but doesn't run using Visual C++ 2008/Win7. Where can I get the Express version for Visual Studio …

  5. Output Color - social.msdn.microsoft.com

    Jun 29, 2015 · Did you know there is a forum for C++. A much better place then this forum which is for everything about Visual Studio.

  6. Numerical recipes in C++ Book - social.msdn.microsoft.com

    Jan 18, 2007 · Personally I would recommend sticking with the 'Numerical Recipies in C' book and steering clear of the C++ edition. The algorithms and mathematical background in both of them are …

  7. WebSocket and C++ - social.msdn.microsoft.com

    Aug 17, 2016 · MFC supplies two models for writing network communications programs with Windows Sockets, embodied in two MFC classes.

  8. ISOLATION_AWARE_ENABLED - social.msdn.microsoft.com

    Jul 13, 2017 · Is there some kind of intermediate layer between the c++/cli and my exe that is responsible for this behaviour? Maybe it's more a "needs to be defined in c++/cli but works without in …

  9. Visual C++ Undeclared Identifier String

    Nov 25, 2009 · If you want to use String^, this belongs to System namespace, you can refer to Wayne's suggestion. And this is C++ CLR application, you need to use /clr switch in ATL project as Brain's …

  10. c++ to c# conversion: __fastcall - social.msdn.microsoft.com

    Feb 10, 2015 · Answers 1 Sign in to vote There is no __fastcall equivalent in C#: http://stackoverflow.com/questions/4916738/fastcall-convention-within-c-sharp You should simply ...