Archived

This forum has been archived. Please start a new discussion on GitHub.

generateUUID() -error

Why do I get an error?
Ice version - 1.4.0
OS - WindowsXP
VS 2003
    void CDriverClientDlg::OnBnClickedButton2() { std::string s=IceUtil::generateUUID(); return; }
tracer:
    HEAP[DriverClient.exe]: Invalid Address specified to RtlValidateHeap( 00680000, 0067A4D8 ) Unhandled exception at 0x77f767cd in DriverClient.exe: User breakpoint.

    Comments

    • marc
      marc Florida
      With the information you provided it is not possible to say what the problem is. We use generateUUID() everywhere, and don't have any problems. Perhaps you are mixing debug with release libraries?
    • I'm sorry...
      I havn't error when I uninstall Ice and install it anew.
      Thanks.