3

Possible Duplicate:
Any cheap or free IDE’s out there for VB6 programming?

We plan to write complex VB6 projects. Now, when the legit MS Visual Studio 6 is scarce, in our organization we need to look for alternative environments. The paradigm of VBA, i.e. having all code embedded into a single xlsx/docx file is insuficient for our purposes. We also need some sort of bug tracking.

I know that Eclipse and VBA are just two separate worlds... but still, does some sort of integration exist? I'm looking in particular for:

  • Development done in manageable .bas and .cls text files, not one big binary container.
  • Some sort of debugging capabilities. I don't expect something to match VB6, but at least some form of automatic import & export of the code into some VBA-capable container (like .xlsx, docx)
  • VBA Syntax highlighting
  • Some sort of Intelli-Sense (code completion)
  • Integration with EGit and Mylyn

I know, that I can glue something up with tools like custom macro, Notepad++, TortoiseGit etc. But the Eclipse already has a lot of functionality in place, and we use it in our organization anyway, so people wouldn't need to learn a lot of new stuff.

4

1 に答える 1

4

短い答えはいいえ、そうではありません。その理由は、VB6 コンパイラが VB6 の一部であるためです。別の IDE では、それを使用するには VB6 ライセンスが必要です (それがある場合は、VB6 IDE が必要です) または別のコンパイラがあります。また、Eclipse が VB6 をサポートしている場合は、簡単な Web 検索でそれが明らかになると思います。

VB コード機能を備えた IDE が利用可能かどうかが主な関心事である場合、長期的には VB を VB.Net に移植することが最良の選択肢になるでしょう。

于 2013-01-16T14:21:21.090 に答える