About 50 results
Open links in new tab
  1. SQLHANDLE type for c# - social.msdn.microsoft.com

    Jun 19, 2008 · I am converting code C++ VS 6.0 to c# VS 2005. I have types that C# doesn't recognize for example SQLHANDLE, RETCODE, HSTMT. I am having trouble finding the equivelent types in …

  2. C++ internal class - social.msdn.microsoft.com

    Aug 9, 2013 · As everone mentioned Default Constructor will automatically get called when object (instance of class) create.But you had mentioned some thing custom constructor what is it . I think …

  3. Pragma directive - social.msdn.microsoft.com

    Jun 8, 2012 · Is there anyway to use custom pragma directives in Visual C++ 2005. I have a source file wherein the pragma derectives are declared as below abc.c (source) #pragma ghs section …

  4. ISOLATION_AWARE_ENABLED - social.msdn.microsoft.com

    Jul 13, 2017 · Is there some kind of intermediate layer between the c++/cli and my exe that is responsible for this behaviour? Maybe it's more a "needs to be defined in c++/cli but works without in …

  5. C++/CLI include namespance - social.msdn.microsoft.com

    Jul 26, 2016 · I made a research about using Excel.Application in C++/CLI, but I have some issues in it.

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

  7. Output Color - social.msdn.microsoft.com

    Jun 29, 2015 · Did you know there is a forum for C++. A much better place then this forum which is for everything about Visual Studio.

  8. C++ Debugging - social.msdn.microsoft.com

    Dec 7, 2012 · The annoying thing is, after it executes the last line, it brings up this file called "crtexe.c". It' just annoying and I don't need to see it. Is there any way I can keep that file from coming up?

  9. BCG container word2007 - social.msdn.microsoft.com

    May 5, 2010 · Question 0 Sign in to vote xp, vc6.0+sp6, bcg10.0 1. new bcg MDI active container 2. compile and run the project 3. menu->edit->Insert New Object select word2007

  10. AfxBeginThread () - social.msdn.microsoft.com

    Oct 12, 2011 · So, you can use this LPVOID parameter to pass the C++ class instance this pointer. From this pointer, you can call the non-static member functions from the static member function you …