Results 1 to 3 of 3

Thread: [2005] Convertor demo that DOESN'T limit on project size

  1. #1

    Thread Starter
    Banned
    Join Date
    Sep 2006
    Posts
    14

    [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#

  2. #2
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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?

  3. #3

    Thread Starter
    Banned
    Join Date
    Sep 2006
    Posts
    14

    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
  •  



Click Here to Expand Forum to Full Width