Skip to content

Managed C++/CLI

Discussions on Managed Extensions for Visual C++ .NET

This category can be followed from the open social web via the handle managed-c-cli@forum.codeproject.com

4.4k Topics 14.9k Posts
  • #pragma managed/unmanaged

    c++
    8
    0 Votes
    8 Posts
    26 Views
    J
    :laugh: James Simplicity Rules!
  • wchar_t* to __gc String*

    c++ question
    3
    0 Votes
    3 Posts
    11 Views
    N
    James T. Johnson wrote: Makes sense to me, managed String and char types are unicode safe. Whew! Nice to hear that :-) Nish Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.
  • MC++ programs run slower from VS.net?

    csharp c++ visual-studio help question
    8
    0 Votes
    8 Posts
    21 Views
    A
    Do you know if it's possible to download symbols for all the .NET files? - Anders Money talks, but all mine ever says is "Goodbye!"
  • VC++.Net

    c++ dotnet csharp question
    10
    0 Votes
    10 Posts
    12 Views
    J
    End users, using windows update?!?!?! That'll be the day.... ;P The problem with windows security problems isn't the problems its that stupid users don't patch their computers up to get rid of the problems. This is non-existant in the *nix community because almost everyone who uses it knows about security problems and patches them ASAP. James Simplicity Rules!
  • GetWindowDC() problem

    help question
    4
    0 Votes
    4 Posts
    14 Views
    N
    James T. Johnson wrote: LOL, I was trying to figure out how GetWindowDC could give you the wrong DC Pardon me doc, but I am a GDI newbie and I don't intend to change that either :-) Nish p.s. expect more pestering questions from moi in future The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday
  • Choosing between WinMain and main in MC++

    c++ help question
    8
    0 Votes
    8 Posts
    23 Views
    R
    I came to office just to check this out:) Just kidding I came here to complete my screen saver. Anyway you are right about /subsystem but the work around for that is to add the following two settings /substem:windows /entry:mainCRTStartup this would fix the problems. I wanted to write an article about compiler and linker settings since the days of CodeGuru but never got a chance.
  • VC++.NET [probable bug when using IJW]

    c++ csharp visual-studio debugging help
    8
    0 Votes
    8 Posts
    21 Views
    N
    Thanks Albert :-) Nish The posting stats are now in PDF:- http://www.busterboy.org/codeproject/ Feel free to make your comments. Updated - May 04th, Saturday
  • C++ IJW - Any good intro?

    c++ question
    6
    0 Votes
    6 Posts
    16 Views
    K
    Hi Nish, Not sure whether the link contains what you want, nevertheless thought it would be useful. I think they have a section on Interop. http://samples.gotdotnet.com/quickstart/latebreaking/ Also, you can search for the user samples section in gotdotnet, its got lots of interesting samples. regards Kannan
  • Are there any easy methods to...

    csharp question
    14
    0 Votes
    14 Posts
    37 Views
    N
    Bitmap is a managed class in System.Drawing...
  • Problems with ReleaseDC

    question
    3
    0 Votes
    3 Posts
    9 Views
    M
    In VC++ 7, i'm only having this problem under VC++ 7.
  • unmanaged pointers

    debugging csharp c++ html com
    4
    0 Votes
    4 Posts
    10 Views
    J
    Thanks Albert :-) I hope the MS guys fix this soon . Cheers, Joao Vaz Frustrated TCL programmer,good c++ programmer wannabe
  • Essential Guide To Managed Extensions For C++ advice

    c++ tutorial question learning
    3
    0 Votes
    3 Posts
    9 Views
    J
    Tom Archer wrote: You're probably not surprised to know that I have this book also Nope, neither the smallest fraction of the atom ( a quark :confused: ) Tom Archer wrote: Visual C++ .NET Step by Step The book's content totally overlaps with Essential Guide to blah blah ? Don't worry posting the response fast, after all this kind of book is ranked bellow your's and Christopher Duncan's book . Cheers, Joao Vaz Frustrated TCL programmer,good c++ programmer wannabe
  • __property oddity

    graphics help
    24
    0 Votes
    24 Posts
    122 Views
    N
    Actually, I think you may be correct, that’s what I get for looking at these things at 3:30 in the morning...
  • General MC++ Info

    c++ lounge learning
    35
    0 Votes
    35 Posts
    149 Views
    B
    Tom Archer wrote: Dude, either you and I watch the same movies/TV shows or you scaring me! lol. :laugh: :~ (-_-) :~
  • Destructor or no destructor ??

    c++ question
    6
    0 Votes
    6 Posts
    17 Views
    N
    Albert Pascual wrote: So, if I don't have any unmanaged code I could just delete the destructor! Great! That's what it's called Managed C++. Part of the "managed" is about garbage collection. Nish Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
  • It has to be done

    c++
    11
    0 Votes
    11 Posts
    30 Views
    J
    Right now just MSDN, but once I get some cash under my belt again I'll pick up VC++.NET Step by Step to help guide me :) James Simplicity Rules!
  • __gc class defining ...

    game-dev question html database com
    3
    0 Votes
    3 Posts
    9 Views
    H
    Thanks for help :) My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
  • Thanks Chris/Albert

    c++
    5
    0 Votes
    5 Posts
    12 Views
    N
    Albert Pascual wrote: Thanks Nish for backing me up all the way! N/P. I've always wanted an MC++ forum too :-) Nish Check out last week's Code Project posting stats presentation from :- http://www.busterboy.org/codeproject/ Feel free to make your comments.
  • Managed C++ and vectors

    question csharp c++ dotnet
    3
    0 Votes
    3 Posts
    11 Views
    M
    James T. Johnson wrote: ArrayList is the analogy to vector... Thanks for that. I'll have a read up on it. James T. Johnson wrote: BUT, if you feel adventurous you can get Collection Generator from Chris Sells and create a new template for MC++ Now this sounds interesting, I will have to go and have play. Thanks for the link. Michael :-) Communication is the first step towards enlightenment.