Hello Nandika, Is axiom_xml_reader_init (); an exported function? I do not find it any of the lib files.
In this case, how should I link it? I get a linker error due to this call. Regards, Yuva On 8/9/07, Nandika Jayawardana <[EMAIL PROTECTED]> wrote: > > Hi Yuva, > > There are few posibilities that might produce this error. > Try putting > axiom_xml_reader_init (); function at the start of your code. > This function initializes the parser for threaded environment. > > Thanks > Nandika > > On 8/8/07, Yuvaraj Athur Raghuvir <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I am trying to use AXIS2C from a scripting environment. I get a access > > violation at axis2_engine_send::AXIS2_TRANSPORT_SENDER_INVOKE that causes > > my environment to crash. > > > > To detect the problem, I tried to build the axutil dll on VC++ express > > edition only to find that the dll I create is generating error much > > earlier!! > > > > Any clues? > > > > Regards, > > Yuva > > > > > > > -- > [EMAIL PROTECTED] > WSO2 Inc: http://www.wso2.com
