How to compile legacy VB6 code

后端 未结 5 1437
名媛妹妹
名媛妹妹 2020-12-07 00:50

We have inherited VB6 dll which we need to make changes to. We have the code but don\'t have VB6 compiler. How can we rebuild the dll? Where can we download the VB6 environm

相关标签:
5条回答
  • 2020-12-07 01:29

    This is the MSDN Subscriber link. You could also search the MSDN site for: "Visual Basic 6.0"

    It seems to be two-disc downloads

    0 讨论(0)
  • 2020-12-07 01:34

    VB6 is still available as a part of the MSDN subscription.

    0 讨论(0)
  • 2020-12-07 01:39

    You can import the legacy VB6 code into a newer version of Visual Studio.

    Just open the VB6 project using File → Open → Convert and it'll automatically upgrade the VB6 code to the current version.

    0 讨论(0)
  • 2020-12-07 01:40

    I think your eBay regional site - eBay.com for USA - would be your best bet.

    However, before buying make sure that your are buyng legal software. Please check the link below: ebay guidelines on buying software and please make some research regarding relevant copyright laws in your country.

    0 讨论(0)
  • 2020-12-07 01:42

    Looks like you can get VB6 now, but only by buying Visual Studio 2005 / 2008 and "downgrading". Source.

    0 讨论(0)
提交回复
热议问题