CLI Service with MFC ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nicolas.hilaire@motorola.com

    CLI Service with MFC ?

    Hi all,
    is it possible to make a .Net service with C++/CLI with the support of
    MFC library ?

    I have made a C++/CLI service, that works perfectly.
    Then I add MFC support, without using it (only add afxxxx.h and "use
    mfc in a shared library"), the service doesn't start anymore ...

    Should i make something different ? Is it possible ?
    I know that i can change my MFC code to use .Net framework, but that's
    not what i want

    Thanks for your help,

    Best regards,

    Nico

  • Brian Muth

    #2
    Re: CLI Service with MFC ?

    MFC is not supported as a Windows service of any kind.

    Brian



    Comment

    • nicolas.hilaire@motorola.com

      #3
      Re: CLI Service with MFC ?


      Brian Muth a écrit :
      MFC is not supported as a Windows service of any kind.
      >
      Brian
      you mean for a .Net service ?
      because i can make a win32 project with support of MFC

      Comment

      Working...