Engineering

Engineering

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Animation not working

    Posted Sun October 11, 2020 12:57 AM

    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


  • 2.  RE: Animation not working

    Posted Mon January 25, 2021 07:27 PM

    This product forum is intended for client to client collaboration.

    If you want to engage IBM Support, you should open a support case: https://www.ibm.com/mysupport/s/createrecord/NewCase






    #Support
    #Engineering
    #SupportMigration
    #Sustainability