...n, i want to compile the lib with 64bit, does it run?[hr] by the way, the code is ansi based standard, and when i compile it on OSI standard with vs9, it's appear many desprecat warning, but the lib can be compiled and test-case run ok:)
...码,是在你的文档例子代码上加入了 scws_set_multi(s , 1); [code] #include #include main() { scws_t s; scws_res_t res, cur; char *text = "上海市"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "utf-8"); scws_set_dic...
...l!! also u can give me a solution how to build the lastly version 1.1.3 code and how to build the lib. thanks again! hope you reply>>>>i am online!
...=#0033cc]3. 使用实例[/color][/size][/b] 一个简单的分词实例:[code]#include #include main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't i...