About 8,200 results
Open links in new tab
  1. NET Framework written in C++? - social.msdn.microsoft.com

    Aug 31, 2006 · Sometimes the framework classes delegate to CLI code (i.e. the InternalCall member, in which case the classes are technically written in C#, C/C++, and assembly).

  2. Missing prerequisites for Visual C++ in Visual Studio 2012

    Feb 4, 2013 · The "Visual C++ 2010 Runtime Libraries (x64)" prerequisite is marked with a yellow triangle and it is missing.Ideally I'd like to update to Visual C++ 2012 Runtime Libraries x64 …

  3. Calling custom C++ WinRT component from C# console app.

    Feb 12, 2013 · I am trying to figure out how to call a custom WinRT component written in C++ from a C# console app. The C++ project is an unmodified WinRT Component project. The C# …

  4. Excel Spreadsheet IO From C++ - social.msdn.microsoft.com

    Feb 25, 2014 · The examples I find are all C# or VB and I cannot work out what to write in c++. The call I tried, below, fails to compile. It does not like the way I'm trying to specify the format …

  5. [C++] Read and write a text file to a text/listbox

    Mar 12, 2013 · Hello, I was wondering how to read a created text file and then get the input of it into a text/listbox in C++. I've seen ways you do it with OpenFileDialog, but I want it to be a …

  6. C++ CLI help Getting the FileName - social.msdn.microsoft.com

    Nov 23, 2011 · Security Update for Microsoft Visual C++ 2010 Express - ENU (KB2251489) KB2251489 This security update is for Microsoft Visual C++ 2010 Express - ENU. If you later …

  7. Pass Stream from managed WinRT to native C++

    Jul 19, 2012 · I would like to implement this interface in the managed WinRT layer (possibly in C#), and then use it in native C++. So I created a wrapper class implementing the above …

  8. Managed vs Unmanaged C++ - social.msdn.microsoft.com

    Aug 23, 2006 · How do you tell if a code is managed or unmanaged C++???

  9. How do I convert c++ struct into c# - social.msdn.microsoft.com

    Feb 9, 2012 · In C#, this indicates a value type, but in C/C++, 'struct' is virtually identical to 'class' (with one minor difference). In C/C++, the value type vs referrence type issue is resolved …

  10. Presenting a C++ library (.lib) for use in C# project

    Mar 13, 2013 · I have a collection of C++ programs and the C++ libraries they use. The libraries currently compile to a .lib format. Changing the project property to use a .dll results in multiple …