Search found 17 matches

by nicktick
Thu Mar 28, 2013 2:23 am
Forum: eC Language
Topic: SIGSEGV on serializing Map object
Replies: 5
Views: 34716

Re: SIGSEGV on serializing Map object

thanks !
by nicktick
Tue Mar 26, 2013 2:39 am
Forum: eC Language
Topic: SIGSEGV on serializing Map object
Replies: 5
Views: 34716

SIGSEGV on serializing Map object

Please see the line where commented with "SIGSEGV" in following code. class TestClass { public int x; public String str; public void Print() { PrintLn(x); PrintLn(str); } } void test_serialize_map() { File f; Map<String, TestClass> data { }; data["BobsScore"] = TestClass {1,"...
by nicktick
Sat Feb 09, 2013 11:58 am
Forum: 欢迎使用中文讨论
Topic: 新年好
Replies: 2
Views: 32133

Re: 新年好

谢谢Jerome的祝福!
by nicktick
Thu Jan 24, 2013 10:42 am
Forum: General Help
Topic: [Solved] Samples in sample/audio failed to compile
Replies: 1
Views: 21570

Re: Samples in sample/audio failed to compile

Solved:
first build "extras/audio/EcereAudio.epj" and then copy the output EcereAudio.dll into "Ecere SDK/bin", then all audio samples can be compiled without problem.

Thx help from Jerome
by nicktick
Thu Jan 24, 2013 9:56 am
Forum: General Help
Topic: [Solved] Samples in sample/audio failed to compile
Replies: 1
Views: 21570

[Solved] Samples in sample/audio failed to compile

all three examples in sample/audio/ aren't compiled successfully.

they all need a file "EcereAudio.sym", but there is none in output directory.
by nicktick
Wed Nov 14, 2012 7:41 pm
Forum: IDE
Topic: member/class/function/definition/implementation browsing
Replies: 2
Views: 41683

Re: member/class/function/definition/implementation browsing

jerome wrote:Hi nicktick,

Are you talking a 'Go to definition' feature?
If so the feature request is at http://ecere.com/mantis/view.php?id=323

Not there yet :)

Regards,

Jerome
yes, that's what I mean.
by nicktick
Wed Nov 14, 2012 11:37 am
Forum: IDE
Topic: member/class/function/definition/implementation browsing
Replies: 2
Views: 41683

member/class/function/definition/implementation browsing

Are there member/class/function/definition or implementation locating/browsing fucntions in current IDE ?
I think those are essential features that a modern IDE should have.