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

Thanks for your help,

Best regards,

Nico


Answer this question

CLI Service with MFC ?

  • AlexDcosta

    What features of MFC do you need in this service Generally, everything which exists in MFC can be found in .NET.
  • LouisVanAlphen

    yes, i can change the code to use the .Net framework, but that makes a lot of code update.
    I thought that IJW can help me to avoid to rewrite a lot of own classes

    thanks for your help

  • CLI Service with MFC ?