About 50 results
Open links in new tab
  1. C++ Error on Apple Bootcamp Windows. - social.msdn.microsoft.com

    Aug 22, 2017 · This forum is about c++ code issues. For your case, I will move it to vs setup and installation forum for better support.

  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. 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 …

  4. 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.

  5. Visual C++ 2005 SP2 Redistributable - social.msdn.microsoft.com

    Dec 14, 2009 · There has been a new service pack released for Visual Studio 2005 in October. But I couldn't find a matching redistributable package released for it. Where can I find it? When I run my …

  6. datagridview in c++ - social.msdn.microsoft.com

    Mar 5, 2007 · Here is the sample for C#. Can any provide the equivalent code in C++?

  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. C++ internal class - social.msdn.microsoft.com

    Aug 9, 2013 · As everone mentioned Default Constructor will automatically get called when object (instance of class) create.But you had mentioned some thing custom constructor what is it . I think …

  9. Call c# Windows Service from c++ - social.msdn.microsoft.com

    Jul 2, 2015 · I have created a windows Service using c#. I need to access the Windows service from my C++ application .Please suggest me with some ideas or examples. Wednesday, June 24, 2015 7:16 AM

  10. 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 …