About 50 results
Open links in new tab
  1. How to call managed c++ API from unmanaged c++ code

    Feb 28, 2015 · The C++/CLI wrapper Class is another way we can use to call managed code from unmanaged code. For example, we create a mixed CPP DLL (with /CLR) and import the …

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

  3. Static Libs (native) and C++/CLI - social.msdn.microsoft.com

    Jun 19, 2008 · The C++ native client statically links against the native shared library. The C++/CLI assembly statically links against the native shared library. We are able to get our build …

  4. Ref equivalent in C++ - social.msdn.microsoft.com

    Jan 6, 2015 · My project is in C++ and I don't know what is the equivalent syntax for "ref".

  5. Call Visual Basic DLL from c++ - social.msdn.microsoft.com

    Mar 1, 2007 · I created a DLL with Visual Basic 2005. I need to call this DLL from C++. Is this possible? Can someone give me an example or tell me how? Thank you. Thursday, March 1, …

  6. Marshalas (UnmanagedType.Struct) and VARIANT type

    Mar 25, 2009 · As you can see the MarshalAs to UnmanagedType.Struct is defined on the object type but when I copy such structure to unmanaged memory and test it further in c++ code it …

  7. Native C++ Win32/API TextOut function - social.msdn.microsoft.com

    Jul 14, 2007 · If you just wish to set the text within an editbox there's no need to call TextOut. If you're using the MFC, just call the appropriate CEdit member function. If you're using the plain …

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

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

  10. /clr:pure doesnt support C++ Interop - social.msdn.microsoft.com

    Jun 19, 2008 · Using Visual C++ to mix managed and unmanaged code in this fashion is called C++ Interop. For more information, see Mixed (Native and Managed) Assemblies and Native …