Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] TCF Command for daytime

Hello Stefan,

I think you're missing one parameter here, the locale ("de"), therefore you're getting an error.
I have double-checked that daytime works fine on MSys commandline , and slightly updated the docs:

https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/tree/examples/daytime/readme.txt

This is on plain C side / commandline, I didn't have time to double-check the Eclipse client for daytime yet.

We have an open bug because the Java example isn't quite complete yet:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=411085
Contributions would be welcome here, if you get it to run.

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Stefan.Falk@xxxxxxxxxxxx
Sent: Thursday, December 05, 2013 1:39 PM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] TCF Command for daytime

Hi folks!

I compiled the agent and it runs so far. I also was able to build the daytime project and the ini_daytime_service() method gets called (I placed a printf there). But now I don't seem to understand what I have to send to the agent such that I get my answer. I am sending: "C Daytime getTimeOfDay" but all I receive is the answer "E".

What am I missing here? So close ... :)

Best regards,
Stefan

_______________________________________________
tcf-dev mailing list
tcf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tcf-dev


Back to the top