Search found 212 matches

by samsam598
Thu Aug 18, 2011 11:23 pm
Forum: General Help
Topic: [Solved]Adding additional include path lead to IDE crash
Replies: 14
Views: 43373

Re: Adding additional include path lead to IDE crash

Thanks Jerome! The first build EcereAudio without modifying any source/header got below error: Default Compiler Building project EcereAudio using the Release configuration... Generating symbols... dsound.ec Compiling... dsound.ec dsound.ec:1:1: error: Couldn't open obj/release.win32\dsound.sym dsoun...
by samsam598
Thu Aug 18, 2011 11:03 pm
Forum: General Help
Topic: [Solved]Build Help file
Replies: 2
Views: 11177

Re: Build Help file

Thank you Jerome,I forgot to copy the documentor.exe to bin/ directory,now the issue's fixed.
by samsam598
Thu Aug 18, 2011 10:27 pm
Forum: General Help
Topic: [Solved]Adding additional include path lead to IDE crash
Replies: 14
Views: 43373

[Solved]Adding additional include path lead to IDE crash

Greetings! I tried to compile sample piano in samples/audio/piano but I got a lot of errors: Default Compiler Building project Piano using the Debug configuration... Compiling... Piano.ec Piano.ec:4:1: error: Couldn't open obj/debug.win32\EcereAudio.sym Piano.ec:4:1: error: Couldn't open obj/debug.w...
by samsam598
Thu Aug 18, 2011 9:32 pm
Forum: General Help
Topic: [Solved]Build Help file
Replies: 2
Views: 11177

[Solved]Build Help file

Hi Jerome,

With you great help,I successfully built the latest snapshot,Thank you.
But there is no help doc inside,or I don't know wherer it is,so I need your help again on how to build the help file and acitivate it by press F1 key.

Regards,
Sam
by samsam598
Thu Aug 18, 2011 5:25 am
Forum: System Library
Topic: [Solved]File IO,Generic,containers,etc so cool stuffs!!!
Replies: 3
Views: 28299

Re: File IO,Generic,containers,etc so cool stuffs!!!

Thanks a lot Jerome!

"generic implementation" in my previous post I meant generic/tempate programming in ecere.Together with container classes I already knew you've done a great job.

Regards,
Sam
by samsam598
Thu Aug 18, 2011 5:09 am
Forum: eC Language
Topic: [Solved]Bug in the example?
Replies: 11
Views: 37552

Re: Bug in the example?

Sorry I mistaken to replace the one inside snapshot package/deps/glext/gl/.Now I replace the codelite/gcc one and it seems starting building. After built,the hotkey issue does not remove .Please note. Sine you've updated some source code,so would like to know if the updated sources are available als...
by samsam598
Thu Aug 18, 2011 4:38 am
Forum: System Library
Topic: [Solved]File IO,Generic,containers,etc so cool stuffs!!!
Replies: 3
Views: 28299

[Solved]File IO,Generic,containers,etc so cool stuffs!!!

Greetings! In movieShema.ec from samples/db/MovieCollection,I found this: import "EDA" ... dbtable "Borrowers" Borrower { Borrower id "ID"; String name "Name"; String phoneNumber "Phone Number"; }; dbtable "Movies" Movie { Movie id "ID...
by samsam598
Thu Aug 18, 2011 4:24 am
Forum: eC Language
Topic: [Solved]Bug in the example?
Replies: 11
Views: 37552

Re: Bug in the example?

Hi Jerome,

Thanks for your great help!
Pity I still can not build SDK with your gl header,same error;nor can I revert the IDE to previous color scheme.

Seeking your help on the second issue since I have updated IDE so I think we can get back the first issue some time later.

Thanks and regards,
Sam
by samsam598
Thu Aug 18, 2011 2:39 am
Forum: eC Language
Topic: [Solved]Bug in the example?
Replies: 11
Views: 37552

Re: Bug in the example?

Hi Jerome, Thanks. Same as last time I mentioned in gmail,when I built ecere sdk from the snapshot,I encountered the same issue regarding opengl issue. C:\person\ecere\ecereSnapshot>set PATH=c:\person\codelite\gcc\bin;c:\person\code lite\gcc\lib;c:\person\codelite\gcc\include;C:\OraHome1\bin;C:\Prog...
by samsam598
Wed Aug 17, 2011 11:12 pm
Forum: eC Language
Topic: [Solved]Bug in the example?
Replies: 11
Views: 37552

Re: Bug in the example?

Hi Jerome, Thanks... What will I get if I open successfully and build the git snapshot/ide/ide.epj by the current ecere IDE?Unfortunately the IDE crashed if I tried to open any of the *.epj inside the git snapshot package by the current IDE .This information is just for your reference. Thanks and re...