About 38,400 results
Open links in new tab
  1. C++ COM/OLE Equivalents of CreateObject () and GetObject ()

    May 8, 2012 · I have written an application in C++ using COM/OLE interfaces (mostly IDispatch) to build an Excel workbook with several worksheets. That is all working correctly.

  2. Communicating between C# and C++ - social.msdn.microsoft.com

    Mar 8, 2007 · The idea of a wrapper is that you write a managed class in C++/CLI syntax that is a proxy for the native C++ class. You'd make the instance of the C++ class a member of the …

  3. HomeSite/bootstrapper for Visual C++ Runtime Libraries (x86)

    Mar 5, 2009 · Here is a great bootstrapper package information and source code Microsoft Visual C++ 2008 SP1 Redistributable Package. Treated: x86, x64, IA64 and ALL! localized version! …

  4. How to call C# dll from C++ - social.msdn.microsoft.com

    Feb 22, 2013 · How to call a c# dll from C++ code. Please share any sample code or any link related to this which have code. Thanks in advance.

  5. C++/CLI implementing a C# interface - social.msdn.microsoft.com

    Dec 1, 2009 · 1) Make sure that your C++ project has the C# project as a project reference. (It sounds like you've done this, but it's worth checking that it's listed in the project properties, …

  6. how to connect c++ code to c# window form

    Dec 18, 2009 · If you are using native C++, you need to create two projects as well, build the native C++ as a dll, and use P/Invoke to call it from C#.

  7. Linking a native C++ dll to managed C++/CLI

    Sep 10, 2010 · The path I'm trying to take is as follows: Write Renderer in native C++ compile to dll, write C++/CLI wrapper for said dll then compile that to a dll which I should be able to call …

  8. How to override ToString method in c++/cx?

    Sep 28, 2011 · I wanted to override ToString method in my ref class, but it didn't work, example code : public ref class ToStringTest { public: virtual String^ ToString () override { return …

  9. Creating a UserControl C++/CLI - social.msdn.microsoft.com

    Mar 31, 2012 · I'm trying to create a custom UserControl in C++/CLI. It requires a RichTextBox control, as this is a line number feature. I have seen numerous Line Number scripts, but they …

  10. Equivalent to UNIX __WORDSIZE in Visual C++

    Feb 26, 2019 · I would like to know if there is a #define or constant equivalent to the __WORDSIZE in UNIX but in Windows / Visual C++ to determine if a program is being …