Hi,
After using transcode() I get a crash:

      4 [main] XMLBox2 5284 _cygtls::handle_exceptions: Exception:
STATUS_ILLEGAL_INSTRUCTION
  12361 [main] XMLBox2 5284 open_stackdumpfile: Dumping stack trace to
XMLBox2.exe.stackdump


bool ImporterSvg::execute(const char *fileName,const char* id){
        char x;
        XMLCh name[100];
        XMLCh value[100];
        XMLCh tmpStr[100];
        cout << "execute3";
        cin >> x;
        XMLString::transcode("haydnresource",tmpStr,99);      //  <<crashes
here
...
}

Any reasons for this?

Reply via email to