0

I am relatively new to Rational Rhapsody, and SysML in general, so the errors are likely to be at my end.

I have been scouring Google (and SOF) looking for ways to run Rhapsody animations without Visual Studio. It was my impression that if Rhapsody had access to another IDE, say Eclipse, then the other IDE could deal with the animations. Is this correct, or is VS absolutely required to run animations and debugging tools in Rhapsody?

I have been getting a similar error to that of the user in How to fix Rational Rhapsody error :"Current value is "VC11", but no Visual Studio installation was not found in the directory ""."; my error is "VC10." However, I do not have, or plan to have, Visual Studio run the animations; I'd rather have the animations run using Eclipse, but this is not working either (the same "VC10" error occurs).

I also chatted with a contact at IBM and he suggested trying cygwin as a compiler, but under my circumstances, I cannot download that software.

Thanks in advance for the assistance.

4

2 に答える 2

2

Rhapsody ワークフロー:

  • Rhapsody はモデルからコードを生成します。(UML => C++)
  • コードをコンパイルするには、コンパイラが必要です。Rhapsody には独自のコンパイラーがありません。Windows を使用している場合は、VS または cygwin コンパイラを使用できます。(C++ => EXE)
  • アプリケーションのアニメーション計測を有効にした場合、アプリケーションを開始すると、実行中の Rhapsody インスタンスに (TCP/IP を使用して) 接続されます。アニメーションは Rhapsody で実行されます。

... Rhapsody でアニメーションとデバッグ ツールを実行するには、VS が絶対に必要ですか?

Rhapsody によって生成されたコードをコンパイルするには、コンパイラ (VS や cygwin など) が絶対に必要です。アプリケーションの実行中にアニメーション化された状態図またはシーケンス図を表示するには、Rhapsody が必要です。

関連項目: VS 2013 コンパイラーを使用するように Rhapsody 8.x を構成する.

于 2015-09-05T07:45:26.177 に答える