Hi
I look at this error by VisualStudio2008.
1>wxbase28ud.lib(strconv.obj) : error LNK2005: "class wxMBConvUTF32BE wxConvUTF32BE"
(?wxConvUTF32BE@@3VwxMBConvUTF32BE@@A) (snip)...
1>wxbase28ud.lib(strconv.obj) : error LNK2005: "class wxMBConvUTF32LE wxConvUTF32LE"
(?wxConvUTF32LE@@3VwxMBConvUTF32LE@@A) (snip)...
However, I have remembered that you corrected with firm belief.
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=blobdiff;f=pgadmin/utils/utffile.cpp;h=b4ab90ead1c270a0b06c46a9e312d3929a3e5de4;hp=e426091b4fb05679e00e85d691b2a3b61d44a737;hb=8ff75387c4079081b6e105d0a77f818e4ed17e51;hpb=4b8ae9d82c3b879eb02dda60908ed9590a674ec4
Therefore, I may be having overlooked some important things....
wxWidget is built by itself. Then, It was built by VisualStudio2008.
But, It needs an extern definition.
extern wxMBConvUTF32BE wxConvUTF32BE;
extern wxMBConvUTF32LE wxConvUTF32LE;
Do you know some reasons?
Thanks.
Regards,
Hiroshi Saito
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers