I want to convert the S-JIS string to the EUC string. I searched the internet and discovered the libiconv library which could do this. I downloaded and converted version 1.9 for windows.
However, there are some letters that can not change this library. I also got a new version of libiconv 1.13, but there is no library for windows to download, just the source of making.
I tried to create in Saigwin and received some files as below.
libiconv.dll.a libiconv.la ...
Can you please guide me to make the library.
Thank you, unity
I do not have the experience of using libiconv under windows is. But it seems that your problem is mainly a compiling problem libiconv.dllï¼ ?? The file where libiconv function entries are stored libiconv.la: In my opinion, there should be a lib file to be used to link the information of the entry address in your program
In addition, you The "header" files that libiconv must provide.
When you edit your code using Libicon, and when you compile your code, then add the libiconv.la file to your link file list.
> If you want to run your program, you should place libiconv.dll under the exe file folder. Also, if you want to take your program out of the signin environment, you may also need to copy the signed 1.dll under your exe folder.
Just a few suggestions, it can help you.
Comments
Post a Comment