-
XRCed shows error when open a previously saved file.
The detail is:
14:16:08: ExpatError: unknown encoding: line 1, column 30
14:16:08: Error reading file: D:\temp\UNTITLED.xrc
My xrc file is:
"cp936" is auto detected by XRCed, a Chinese...
2007-03-02 06:27:50 UTC in XRCed
-
Yes, me too.
I updated to wxPython2.8 to fix it.
2007-03-01 07:15:33 UTC in XRCed
-
ostringstream::seekp(0, ios::beg) can not seek to the begin.
ostringstream::seekp(0) is correct.
Following codes assert fail:
(VC6, stlport-5.1.0)
#include
#include
#include
#include
using namespace std;
int main()
{
ostringstream oss;
oss
2007-01-29 03:23:35 UTC in STLport