Search found 609 matches

by jerome
Fri Mar 06, 2015 3:30 pm
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 54896

Re: EcereSDK not opening/working on Windows 8.1

Hi Jonas,

No you can't see messages on IRC unless there is a public log available.
This is why most people just always stay on IRC.
This is not really feasible with the Web applets though, so you're better off using a client such as mIRC on Windows or XChat on Linux.

Regards,

Jerome
by jerome
Thu Feb 26, 2015 2:59 pm
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 54896

Re: EcereSDK not opening/working on Windows 8.1

Hi Jonas, Does the about dialog say: 0.44.10-40-g 1a195e7 ? I believe I made a mistake when building the installer, I had not tagged the release yet. I will rebuild and re-upload the installer to fix that, but it is otherwise the exact same thing, so no worries. commit 1a195e7 24ae8119a9822e38651411...
by jerome
Wed Feb 11, 2015 11:22 pm
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 54896

Re: EcereSDK not opening/working on Windows 8.1

Hi Jonas,

Can you come on IRC or are you on Google talk?

The forums are not a very good place to diagnose such problems.

I would ask you to try other Ecere executables to see if they start, from the command-line, starting with 'ecc' for example.

Jerome
by jerome
Wed Feb 11, 2015 10:23 am
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 54896

Re: EcereSDK not opening/working on Windows 8.1

Note that I successfully ran Ecere without any problems on Windows 8.

I've ran into issues on someone's Windows 8.1 laptop though and was quite at a loss to figure out what was going on, but it related to building applications if I recall correctly.
by jerome
Wed Feb 11, 2015 10:18 am
Forum: General Help
Topic: EcereSDK not opening/working on Windows 8.1
Replies: 8
Views: 54896

Re: EcereSDK not opening/working on Windows 8.1

Hi Jonas, Sorry you're running into issues with Windows 8.1. We definitely want to help you out! Could you post some more details to try to figure out what's going on? Also if you can manage at all, I would invite you to join #ecere on irc.freenode.net as this may require a lot of back and forth. Al...
by jerome
Mon Dec 22, 2014 10:35 pm
Forum: IDE
Topic: breakpoints and multi-project workspaces
Replies: 2
Views: 55940

Re: breakpoints and multi-project workspaces

Hi Paolo, You did 'Add project to workspace', right? Are you using the latest version of the SDK as well? (0.44.10 or later from Git?) One thing that may help is adding the ecere.epj project as well to your workspace, and building it as well. It may help with the initial setup of breakpoints on exec...
by jerome
Thu Dec 18, 2014 12:20 pm
Forum: 欢迎使用中文讨论
Topic: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial port?
Replies: 3
Views: 71340

Re: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial por

We do not have plans for implementing such a class at the moment.

However you're welcome to submit one as a contribution, and we would be happy to review it, suggest improvements and possibly include it as part of the SDK.

Regards,

-Jerome
by jerome
Wed Dec 17, 2014 10:09 am
Forum: 欢迎使用中文讨论
Topic: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial port?
Replies: 3
Views: 71340

Re: Ecere SDK 里有串口类吗?Ecere SDK have the Class for serial por

您好,欢迎Ecere! We don't have any Ecere class for accessing the serial port at the moment. However, you should be able to use the POSIX or Win32 API. http://ulisse.elettra.trieste.it/services/doc/serial/basics.html http://msdn.microsoft.com/en-us/library/ff802693.aspx You could also create a class that ...
by jerome
Tue Dec 09, 2014 3:37 pm
Forum: Introductions
Topic: hi all
Replies: 10
Views: 98661

Re: hi all

Hi Paolo, The official pronunciation would be something like 'eh-tche-ray'. 'ecere' is the feminine dative form of 'ece' (eternal) in Old English. http://en.wiktionary.org/wiki/ece#Etymology_2 Also see second page (120) of http://ir.tokyo-kasei.ac.jp/metadb/up/kasei/2011_k_0703.pdf A derived more mo...
by jerome
Tue Nov 18, 2014 10:38 pm
Forum: Compiler Errors
Topic: Compile ecc error on arm v7 device
Replies: 1
Views: 94526

Re: Compile ecc error on arm v7 device

Hi nicktick, From what you told me you're using 'ltib' to build this, which we have never used / have no idea about. It was quite puzzling me because from your output it sounds like 'ecp' is giving out that syntax error, but ecp will never produce that error. Either your make program is producing th...