Hello,
I might have uncovered a bug, but found a workaround for it. The sad part is that it seems to require an action which seems possible only using the GUI.
My use case is: i have created a package containing several types. If i generate code (C++), some of the structs corresponding to the types are declared before some of the struct they depend on, eg:
struct A {
B b;
};
struct B {
int i;
};
This code won't compile. If i edit the order of types, though, just moving a type fixes the code: this action seems only possible using the GUI, though. Is there a way to do it programmatically?
Please note: i'm using Rhapsody 8.1.4,
------------------------------
Francesco Benacci
------------------------------