About 50 results
Open links in new tab
  1. VS C++ 2010 Express Error occured during setup

    Hi, I just got a new laptop and had Visual Studio Express 2010 on my old laptop. I transferred everything over from my older laptop to my newer one. I wanted to start to learn C++ before I go to college in a …

  2. Failed ASSERT when calling CDialog::OnOK () from another thread

    Dec 19, 2017 · I am implementing a MFC dialog that runs a task in background and shows its progression. When the task is completed, the thread (created with a standard std::thread) closes the …

  3. Problem Reparing or Uninstalling Microsoft Visual C++ 2012 ...

    Question 0 Sign in to vote I have some problem reparing or uninstralling Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.60610 He tell me: Setup failed

  4. Visual C++ command prompt - social.msdn.microsoft.com

    Dec 11, 2008 · Where should I post to find out how to download/access the command prompt for Visual C++ so I can download and run the Dia diagramming program? I don't understand your question, …

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

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

  7. Plotting in visual c++ - social.msdn.microsoft.com

    Mar 6, 2009 · I was searching around for plotting solutions in Visual C++, and found this thread... Assuming I will go for C++/CLI and winforms, what functions/classes are available to do a time-value …

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

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

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