About 6,800 results
Open links in new tab
  1. [Dev C++] - how call the compiler by DOS?

    May 31, 2013 · You can't legally, not with Microsoft's compiler. There are other C++ compilers, some of them free and redistributable, but not the Microsoft's one. that's i try 1st with Dev C++;)

  2. learn how to write code in C and C++ for Windows 10

    Dec 18, 2017 · I'm having a difficult time trying find a compiler that will work for learning how to write code in C and C++ on Windows 10.

  3. How to wrap C++ dll into .NET compatible

    Jul 30, 2010 · I have a DLL (and couple other files like .LIB, .EXP, .DCL and .DLL). They are compiled with C++ compiler. I want to call the DLL from C#. But I realized from additional …

  4. [C++ - Windows API] - how can i blink a text in console?

    Aug 27, 2013 · Question 0 Sign in to vote i can change the text\back color with these sub: void SetColorAndBackground (int ForgC, int BackC=0, bool Blink=false) { SetConsoleTextAttribute …

  5. Strange Unresolved External Symbol in C++/CLI

    Oct 29, 2013 · It forces you to use the same compiler, the same version of compiler and the same compiler switches for both the DLL and the client code. You may even find that client code …

  6. Embed ActiveX control to Excel using C++

    May 3, 2012 · So I try to do it by myself to insert my control into Excel. But god doesn't bless me. What have I done are

  7. How to implement one class to inherit ICommand in release …

    Jul 17, 2012 · The original code was written on the dev preview, and I don't have a release preview lying around for easy access at the moment, but here's some code that will compile …

  8. Why (LoadTypeLibEx failed : : Error loading type library/DLL ...

    Jun 9, 2010 · This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

  9. C++ LINKING problem: unresolved typeref token (image may not …

    Jul 22, 2007 · I suspect that the compiler generates a type for each native array type with given bounds. Since you haven't specified the bounds in a context where the array type does not …

  10. [UWP]Accessing XAML controls using C

    Sep 2, 2015 · I am trying to access the contents of different XAML controls such as textboxes, radio buttons, check boxes, and such, using C++. The problem is that the compiler doesn't …