Search found 18 matches

by markqiu
Fri Oct 23, 2015 5:59 am
Forum: Support - RCF
Topic: got a error on the internet
Replies: 4
Views: 12062

Re: got a error on the internet

I've solved that problem by resetting winsock. Thank you very much!
by markqiu
Tue Oct 20, 2015 6:29 am
Forum: Support - RCF
Topic: got a error on the internet
Replies: 4
Views: 12062

Re: got a error on the internet

by the way, I found it works in a LAN. When I put democlient and demoserver in different machines in a LAN, it works. But If I put them in different machines in the internet, it sucks.
by markqiu
Mon Oct 19, 2015 12:14 pm
Forum: Support - RCF
Topic: got a error on the internet
Replies: 4
Views: 12062

got a error on the internet

When democlient and demoserver is in the same machine, everythin is OK. But when I put the demoserver and the demo client to the different machine. everything goes wrong. I got an error: RCF::Exception: Socket error. Call to OS function socket() failed. OS: 10106 - I have changed the endpoint parame...
by markqiu
Mon Sep 14, 2015 3:23 am
Forum: Support - RCF
Topic: compiling error in ubuntu
Replies: 0
Views: 13544

compiling error in ubuntu

Linking CXX executable DemoClientCpp libRCF.a(RCF.cpp.o): In function `RCF::RcfServer::resolveServiceThreadPools(boos t::shared_ptr<RCF::I_Service>) const': RCF.cpp:(.text+0x5d634): undefined reference to `typeinfo for RCF::UdpServerTran sport' collect2: error: ld returned 1 exit status make[2]: ***...
by markqiu
Mon Aug 24, 2015 9:20 am
Forum: Support - RCFProto
Topic: get error when using PROTOBUF_USE_DLL
Replies: 1
Views: 7788

Re: get error when using PROTOBUF_USE_DLL

Please noted it's for protobuf 2.4.1. The other version has not tested. the answer is at: https://groups.google.com/forum/#!msg/protobuf/Utz-WtVY2VI/qWcCxXVh_Q8J hi, i've sloved this issue by modyfing files enerated_message_util.h/cc adding decoration LIBPROTOBUF_EXPORT: double LIBPROTOBUF_EXPORT In...
by markqiu
Mon Aug 24, 2015 3:35 am
Forum: Support - RCFProto
Topic: get error when using PROTOBUF_USE_DLL
Replies: 1
Views: 7788

get error when using PROTOBUF_USE_DLL

1> 正在创建库 C:\workspace\RCFProto-src-1.1.0.0\cpp\demo\vs2008\bin\Debug\DemoServer.lib 和对象 C:\workspace\RCFProto-src-1.1.0.0\cpp\demo\vs2008\bin\Debug\DemoServer.exp 1>Demo.pb.obj : error LNK2001: 无法解析的外部符号 "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const g...
by markqiu
Tue Aug 18, 2015 8:35 am
Forum: Support - RCFProto
Topic: compiling error in windows 7
Replies: 0
Views: 14764

compiling error in windows 7

[ 70%] Linking CXX shared library RCFProto_NET_impl.dll 正在创建库 RCFProto_NET_impl.lib 和对象 RCFProto_NET_impl.exp CMake Error: cmake version 3.3.1 Usage: C:\Program Files (x86)\CMake\bin\cmake.exe -E [command] [arguments ...] Available commands: chdir dir cmd [args]... - run command in a given directory...
by markqiu
Sun Aug 18, 2013 7:51 am
Forum: Support - RCF
Topic: any idea about the following error?
Replies: 2
Views: 5627

Re: any idea about the following error?

Thank you. The problem is solved.
by markqiu
Sun Aug 18, 2013 7:15 am
Forum: Support - RCFProto
Topic: When i'm trying to use a java client to connect c++ server
Replies: 5
Views: 8937

Re: When i'm trying to use a java client to connect c++ serv

don't forget to change demoserver.java at the same time.