Link to home
Start Free TrialLog in
Avatar of Crestline
Crestline

asked on

Convert C++ 6.0 to .NET

I have a small application written in Visual Studio C++ 6 and I'm having problems getting it to convert to .NET.  If I was to send the code to someone, would you be able to try to get it to work?  The original application was a console app and can be compiled via the command line and within VS6 without problems.  I get linking errors when I try to build it in VS .NET.  There is an .obj file that I'm not sure what to do with.  It's needed obviously, but is there any way to upgrade it to work with .NET?  I'm not even sure thats the problem.

Thanks.
Avatar of AlexFM
AlexFM

Please show code fragments and error messages.
Avatar of Crestline

ASKER

Actually since I posted the first message I have found someone who is using the same code.  He actaully made a DLL using the OBJ file and is using it in his app As you can tell my skill level is quite limited, I have no idea what the obj file is used for).  I sent off a message to see if I can get a copy of the DLL.  I don't have access to VS6 so I can't compile it, or at least as far as I know I can't compile it.

Hopefully I have a reply sometime today.  If not, I'll try posting the info you requested.  Honestly, it would be much easier to just send the source though....

ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial