Click to See Complete Forum and Search --> : DLL project in VS6


allagliner
04-21-2004, 12:32 AM
Hi all,

My question is:

I have DLL project written in Visual C++ 6.0.

Is this possible to convert this project to .NET DLL project or to use original project from .NET environment?

You help is very much appreciated.

buntine
04-21-2004, 04:54 AM
Yes, it should be possible, though, it may be a tad messy. Take a look at the following article.

http://www.codeguru.com/Csharp/.NET/net_general/article.php/c4625/

Regards,
Andrew Buntine.

PeOfEo
04-21-2004, 05:16 PM
Yes, I aggree with buntine but this could get so messy and nasty that you might need to redo it.