Question

I am junior programmer and now we are starting new project using Rational Rhapsody for architecture plans. I am used to use C++/CLI because of .net form apps and now I have problem with connection between Rational Rhapsody and Microsoft Visual studio 2010. It still damages my codes etc. For example, move some pieces of code and put them in wrong parts of class, so I could not compile my solution.

My question is: Is there any Rational Rhapsody template for C++/CLI?

Thank you for following responses.

PS: This is also my first thread on this server, so be patient with me.

Was it helpful?

Solution 2

I made small research and also write some E-Mails with IBM technical support and I find out sad thing. If you are making GUI in C++/CLI in Microsoft visual studio 2010 and you are using Rational Rhapsody, it is recommended to create C++/CLI GUI separately from libraries. So There are two ways how to solve it:

A) Work with whole project, but do not make round-trips with GUI, only in final version, export GUI to Rational Rhapsody

B) Make only libraries with Rational Rhapsody and second project will be GUI which will have those libraries included.

I am trying first way, so if I find something interesting, I will try to share it.

Have a nice day.

OTHER TIPS

Rational Rhapsody is very specific. I also worked one time in a company with this case tool. For such questions like yours there is the support line. They solved my problems very fast

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top