• [tao-users] TAO 2.0 : error: conflicting declaration 'TAO::Invocati

    From ipsita.purohit@gmail.com@21:1/5 to All on Thu Feb 22 05:27:43 2018
    Hi,

    I am facing similar issues with my test program.

    TAO::Invocation_Adapter _tao_call (
    this,
    _the_tao_operation_signature,
    4,
    TAO::TAO_CO_NONE | TAO::TAO_CO_THRU_POA_STRATEGY
    );

    _tao_call.invoke (
    _tao_GL_BusinessInterface_queryPasswordSerialNum_exceptiondata,
    1
    );
    }


    The above code is throwing error -
    error #2289: no instance of
    constructor "TAO::Invocation_Adapter::Invocation_Adapter" matches
    the argument list
    argument types are: (GL_BusinessInterface *, TAO::Argument *[4],
    int, int)
    this,
    ^


    Any pointers on how to fix it?

    I also got similar issues while compiling tao in files PolicyC.cpp, IFR_BaseC.cpp, ImR_CLient/ImplRepo_C.cpp & Monitor/MonitorC.cpp

    Thanks,
    Ipsita

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Johnny Willemsen@21:1/5 to ipsita purohit on Sun Feb 25 07:37:04 2018
    Hi,

    Please use TAO 2.4.6 which you can download from http://download.dre.vanderbilt.edu

    Best regards,

    Johnny Willemsen

    On Thursday, February 22, 2018 at 2:27:45 PM UTC+1, ipsita purohit wrote:
    Hi,

    I am facing similar issues with my test program.

    TAO::Invocation_Adapter _tao_call (
    this,
    _the_tao_operation_signature,
    4,
    TAO::TAO_CO_NONE | TAO::TAO_CO_THRU_POA_STRATEGY
    );

    _tao_call.invoke (
    _tao_GL_BusinessInterface_queryPasswordSerialNum_exceptiondata,
    1
    );
    }


    The above code is throwing error -
    error #2289: no instance of
    constructor "TAO::Invocation_Adapter::Invocation_Adapter" matches
    the argument list
    argument types are: (GL_BusinessInterface *, TAO::Argument *[4],
    int, int)
    this,
    ^


    Any pointers on how to fix it?

    I also got similar issues while compiling tao in files PolicyC.cpp, IFR_BaseC.cpp, ImR_CLient/ImplRepo_C.cpp & Monitor/MonitorC.cpp

    Thanks,
    Ipsita

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)