The animation is not working on my install. Rhapsody 8.3.1. Works fine when I compile with "None" but not with Animation. The command window pops up and disappears when using "Animation" to build but stays there when using "None". Any idea how to enable execution logging to see where the issue is? It seems to want to open a port at 6423 but I get not evidence it's not successful. Where do I find that info? Also std::cout seems to be disabled when using Animation. I tried adding prints to debug but non of them display in the command window. Any suggestion is appreciated.
Thanks,
Chaffra
'''
int main(int argc, char* argv[]) {
int status = 0;
if(OXF::initialize(argc, argv, 6423))
{
class_0 * p_class_0;
p_class_0 = new class_0;
p_class_0->startBehavior();
//#[ configuration DefaultComponent::DefaultConfig
std::cout << "Initial instances created." << std::endl;
//#]
OXF::start();
delete p_class_0;
status = 0;
}
else
{
status = 1;
}
return status;
}
'''
#SupportMigration#Sustainability#Engineering#Support