running C# code in c++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nav

    running C# code in c++

    Hi,
    I came across a sample of BHO written in c#. I believe IE is an
    unmanaged exe ,then how come the managed code (BHO) is executed in
    unmanaged process(IE),as that BHO are in- proc com servers.
    Regards,
    Nava.
  • Victor Bazarov

    #2
    Re: running C# code in c++

    nav wrote:
    I came across a sample of BHO written in c#. I believe IE is an
    unmanaged exe ,then how come the managed code (BHO) is executed in
    unmanaged process(IE),as that BHO are in- proc com servers.
    I don't see any relevance to C++ here. Perhaps you need to post
    to an IE programming newsgroup or to a C# newsgroup or maybe to
    a .NET programming newsgroup...

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...