Quote:
Originally Posted by RB Smissaert
I do have VS6
|
Too old I'm afraid. You need VS2005 or VS2008 to be able to do .NET development.
Quote:
|
in any case it might be easier then to re-write the ActiveX dll in .net.
|
Probably as you need to write the wrapper library in .NET anyway. The free Express versions of VS200x will do desktop libraries (I think) but you need VS2005 Standard or VS2008 Professional (ouch!) to do device libraries. SharpDevelop is free and can do devices as well but I believe it is a bit more finicky to use than VS but I don't know as I have never tried it. I use VS2005 Standard myself.
According to Microsoft the "Visual Basic 2008 Express includes a migration wizard that will help import existing Visual Basic 6.0 projects. You may need to make some manual adjustments to the code you port over, but the migration wizard is a good first step towards moving your code forward."