Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
unknown exception
280Z28:
I'm working on it but... not getting anywhere. :?
280Z28:
Ok I got it to compile in Unicode. My dear....
Now, I wonder if I fixed that bug... probably not. :o
280Z28:
OK I fixed this.
All that's left now is getting a Unicode enabled XML library. I can convert TinyXML, but is there something faster?
It's a pretty easy conversion really.
thomas:
Maybe not necessary any more (rewriting TiX).
thomas:
Regarding the CRC calculation (which is definitely the reason for the exception), I am rather sure it will work if const char* is replaced by const wxChar* in crc32.cpp, line 96.
That's because wxCharBuffer uses wchar in Unicode, so the pointer arithmetic inside the CRC calculation is not good.
However, I have no way to test it because Code::Blocks wx-Unicode won't link on my machine.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version