|
-
Sep 27th, 2006, 06:57 AM
#1
Thread Starter
Banned
[2005] Convertor demo that DOESN'T limit on project size
I need to convert a 10,000 line VB.net 2005 project to C# but all the demo's I've seen limit you to about 1000.
I only need to convert a single project so I don't want to shell-out for a full version. Is there a convertor that limits the number of uses instead?
I really don't fancy manually recoding 400kb of VB to C#
-
Sep 27th, 2006, 07:50 AM
#2
Re: [2005] Convertor demo that DOESN'T limit on project size
Why convert anything?
Why not use your compiled VB.net classes and stuff from a C# app by adding it as a reference?
-
Sep 28th, 2006, 06:55 AM
#3
Thread Starter
Banned
Re: [2005] Convertor demo that DOESN'T limit on project size
That's how I made sure that the code was working and compatible with my existing project. However, for various reasons that aren't relevant, I need to have all the .net code in a single binary. Also the performance is not satisfactory as it stands. The VB code is quite badly written and ponderously slow and would benefit greatly from pointer usage.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|