CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Migration from VB 4.0 to VB 6.0

    Hello,

    I am trying to migrate VB 4.0 source code to VB 6.0.
    Can you point me to information on how to do this ?
    Are there any migration tools for this purpose, or
    can this be accomplished using VB 6.0 itself ? Is
    it necessary to migrate to 5.0 before going to 6.0 ?

    Also, are there any tools to migrate VB 4.0 source
    code to Java ?

    Thanks,
    Raja
    [email protected]


  2. #2
    Join Date
    Jan 2000
    Location
    MX
    Posts
    51

    Re: Migration from VB 4.0 to VB 6.0

    Well, I migrated from 4 to 5 without a hassle, then I converted from 5 to 6 very smoothly... don't know if you can do it directly from 4 to 6 but I believe that you'll have less trouble if you doit the way I done it.

    just my opinion



  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Migration from VB 4.0 to VB 6.0

    only a few days ago I converted a vb 4 16-Bit (!) app to VB 6 by simply loading the VBP file into VB 6.
    One area where problems might occur is if you use third-party controls, although we didn't experience with out 3rd party tools.



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

Featured