CLI Service with MFC ?

N

nicolas.hilaire

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
 
N

nicolas.hilaire

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top