From: shelarcy <she...@ca...> - 2005-11-09 16:40:04
|
On Tue, 13 Sep 2005 03:05:48 +0900, Eric Y. Kow <Eri...@lo...> wrote= : > Attached is the next version (04) of the patch. It fixes compile issue= s > on Linux. > > Now the Unicode patch has been tested and seems to work on both > Mac and Linux. > > Could somebody give it a try on Windows? I am Windows and Visual C++ User. But I have only Japanese Edition that report error message in Japanese, so I didn't notice that. Now, Microsoft provied Visual C++ 2005 Express Edition (VC8) freely an Month, VC8 can use with Platform SDK, and VC8 has optimised compiler - so I tested and report today for 05 version patch. VC reports unresolved external symnol message below, and VC8 report also some warning messages by wxWidgets. Linking... wxmswu.lib(string.obj) : error LNK2005: "public: __thiscall =20 wxString::wxString(char const *,class wxMBConv &,unsigned int)" =20 (??0wxString@@QAE@PBDAAVwxMBConv@@I@Z) already defined in apppath.obj Creating library .\..\out\wxc/wxc-msw2.4.2-0.9.4.lib and object =20 .\..\out\wxc/wxc-msw2.4.2-0.9.4.exp eljwindow.obj : error LNK2001: unresolved external symbol "char const * =20 const wxEmptyString" (?wxEmptyString@@3PBDB) eljwizard.obj : error LNK2001: unresolved external symbol "char const * =20 const wxEmptyString" (?wxEmptyString@@3PBDB) eljtextctrl.obj : error LNK2001: unresolved external symbol "char const *= =20 const wxEmptyString" (?wxEmptyString@@3PBDB) eljtglbtn.obj : error LNK2001: unresolved external symbol "char const * =20 const wxEmptyString" (?wxEmptyString@@3PBDB) ...... eljwizard.obj : error LNK2001: unresolved external symbol "protected: voi= d =20 __thiscall wxStringBase::InitWith(char const *,unsigned int,unsigned int)= " =20 (?InitWith@wxStringBase@@IAEXPBDII@Z) eljtglbtn.obj : error LNK2001: unresolved external symbol "protected: voi= d =20 __thiscall wxStringBase::InitWith(char const *,unsigned int,unsigned int)= " =20 (?InitWith@wxStringBase@@IAEXPBDII@Z) eljtipwnd.obj : error LNK2001: unresolved external symbol "protected: voi= d =20 __thiscall wxStringBase::InitWith(char const *,unsigned int,unsigned int)= " =20 (?InitWith@wxStringBase@@IAEXPBDII@Z) ...... There are too long. So I added build log that is generated by VC8. --=20 shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/ |