C++ service to use C# dll's?

S

Steven Blair

I have a windows service written using Visual Studio 6.0 in C++ (heavy
useage on MFC).
At the moment, the service relies on com dll's written in C++ and VB
(COM).
I want to ditch these dll's and COM and start using C# dll's instead.

Can anyone suggest an upgrade path for me?

Important points:

1. Service must have very minimal changes. Its a robust and excellent
piece of software (not written by me lol).

2. NO useage of COM at all :)

I opened my service under the VS 8.0 IDE and got the service to compile,
but it appears to be unmanaged.

Any help / suggestions are appreciated.

Regardss,

Steven
 
M

Michael Nemtsev

Hello Steven,

What kind of project did u create?

SB> I have a windows service written using Visual Studio 6.0 in C++
SB> (heavy
SB> useage on MFC).
SB> At the moment, the service relies on com dll's written in C++ and VB
SB> (COM).
SB> I want to ditch these dll's and COM and start using C# dll's
SB> instead.
SB> Can anyone suggest an upgrade path for me?
SB>
SB> Important points:
SB>
SB> 1. Service must have very minimal changes. Its a robust and
SB> excellent piece of software (not written by me lol).
SB>
SB> 2. NO useage of COM at all :)
SB> I opened my service under the VS 8.0 IDE and got the service to
SB> compile, but it appears to be unmanaged.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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