Search found 18 matches

by markqiu
Sun Aug 11, 2013 12:56 pm
Forum: Support - RCFProto
Topic: When i'm trying to use a java client to connect c++ server
Replies: 5
Views: 8946

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

yes, they were on the same machine.
by markqiu
Sat Aug 10, 2013 2:34 pm
Forum: Support - RCFProto
Topic: When i'm trying to use a java client to connect c++ server
Replies: 5
Views: 8946

When i'm trying to use a java client to connect c++ server

************************ *** Received request *** Client username: Compression enabled: 0 Transport type: TCP Transport protocol: Clear Request: query: "something to search for" page_number: 0 result_per_page: 10 *** Sending response *** Result { url: "http://acme.org/" title: "First result" snippet...
by markqiu
Sat Aug 10, 2013 7:58 am
Forum: Support - RCF
Topic: any idea about the following error?
Replies: 2
Views: 5630

any idea about the following error?

envirnment: ubuntu 12.04 x64, gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 markqiu@markqiu-Latitude-E6420:~/dev/RCF-2.0.0.2685/demo/cmake/bin$ make all -- Configuring done -- Generating done -- Build files have been written to: /home/markqiu/dev/RCF-2.0.0.2685/demo/cmake/bin [ 25%] Building CXX object R...
by markqiu
Sat Jul 06, 2013 8:04 am
Forum: Support - RCFProto
Topic: democlient error
Replies: 1
Views: 4227

democlient error

onWindows 7, DemoClient ERROR:
RCF::Exception: Client-side SSPI authorization failed. OS: -2146893016 -

I tried to grant administrator right with no luck.

Code: Select all

		// Add it to the root store of the local machine.
		caCert.addToStore(Cl_LocalMachine, Cs_Root);  //failed at this line
by markqiu
Wed Oct 24, 2012 1:52 pm
Forum: Support - RCF
Topic: client in other language
Replies: 6
Views: 10613

Re: client in other language

jarl wrote:Thanks for the offer! If you would like to try out some early releases and get some feedback back to us, that would be great. I'll put your email address on file and contact you as soon as there is something to show.
OK. I'd like to do it. Please contact me if there is something I can do.
by markqiu
Sat Oct 20, 2012 3:33 am
Forum: Support - RCF
Topic: client in other language
Replies: 6
Views: 10613

Re: client in other language

jarl wrote:RCF will continue on in its current form, and the new product will be built on top of it... It's still somewhat early stages, so I can't give any schedule for when it will be published.
Can I contribute to RCF or the new product you are planning?
by markqiu
Thu Oct 18, 2012 1:32 pm
Forum: Support - RCF
Topic: client in other language
Replies: 6
Views: 10613

Re: client in other language

We are working on a new product that will allow you to do this, so stay tuned... The initial languages that we will be supporting (with native RPC) are C++, C#, Java and Python. Woo..., good news. Are you sure it's not a new version of RCF? So what differences between it and RCF? When will it be pu...
by markqiu
Tue Oct 16, 2012 9:52 am
Forum: Support - RCF
Topic: client in other language
Replies: 6
Views: 10613

client in other language

Hello,

How can I write a client in other language such as java, javascript not using json-rpc but using native interface?

Thank you!