Search found 105 matches

by redj
Sun Oct 21, 2012 7:23 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

oh, regarding editing project files manually to add the building in 64 bit (or 32 bit) option:

Code: Select all

      "BuildBitDepth" : "Bits64"
I have added the gui to do this using a checkbox in the Project Setting dialog of the IDE.

see the commit.

-redj
by redj
Sun Oct 21, 2012 6:52 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

now running hello64 in debug mode... not surprisingly: Signal received: SIGSEGV - Segmentation fault (null):0 and our call stack: 0 inside ??, /lib/libc.so.6 1 __ecereNameSpace__ecere__sys__BinaryTree_CompareString Method, src/com/BinaryTree.ec:33 2 __ecereNameSpace__ecere__sys__BTNode_Find Method, ...
by redj
Sun Oct 21, 2012 6:50 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

say we charge ahead having added dl and pthread to bit64/ecere/ecereCOM.epj... adding ../ecere/obj/ecereCOM.release.linux to the additional library dirs of bit64/hello64/hellp64.epj we can now link hello64 successfully: Default Compiler Relinking project hello64 using the Debug configuration... Link...
by redj
Sun Oct 21, 2012 6:15 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

now the output of building ecereCOM.epj in 64 bit... Default Compiler Rebuilding project ecereCOM using the Debug configuration... Target and object files deleted Generating symbols... Mutex.ec i18n.ec Array.ec AVLTree.ec BuiltInContainer.ec Container.ec CustomAVLTree.ec LinkList.ec List.ec Map.ec B...
by redj
Sun Oct 21, 2012 6:14 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

here's the output of building hello64.epj so far... Default Compiler Rebuilding project hello64 using the Debug configuration... Target and object files deleted Generating symbols... hello64.ec Compiling... hello64.ec hello64.c Writing symbol loader... hello64.main.ec hello64.main.ec hello64.main.c ...
by redj
Sun Oct 21, 2012 6:12 pm
Forum: Platform Support
Topic: 64 bit support
Replies: 15
Views: 135635

Re: 64 bit support

Hi all!

Is anyone actively working on this?

Can we work together to get this done?

https://github.com/redj/sdk/tree/bit64

-redj
by redj
Tue Apr 03, 2012 8:15 am
Forum: eC Language
Topic: eC Language Performance
Replies: 0
Views: 81229

eC Language Performance

hey all, here's an interesting resource when comparing languages based on performance: http://www.cherrystonesoftware.com/doc/AlgorithmicPerformance.pdf it would be nice to see what happens when these algorithms are implemented the eC way. do we get elegance, readability and all of the performance? ...
by redj
Mon Mar 26, 2012 11:25 am
Forum: General Discussion
Topic: Portable Ecere SDK
Replies: 13
Views: 83513

Re: Portable Ecere SDK

Hi Sam, http://github.com/redj/portable-sdk is mostly useful for updating and releasing the portable version of Ecere SDK. It's also nice for having a quick link to the readme file which can be helpful to learn about the different flavors so you may choose the one that is good for you. The actual re...
by redj
Thu Mar 22, 2012 2:46 pm
Forum: Compiler Errors
Topic: Compiler stops right away
Replies: 15
Views: 72948

Re: Complier stops right away

D.Bane,

by all means keep touching and exploring... I was simply letting you know what Makefiles.epj was for.

happy ecering! :-)

-redj
by redj
Thu Mar 22, 2012 11:35 am
Forum: Compiler Errors
Topic: Compiler stops right away
Replies: 15
Views: 72948

Re: Complier stops right away

Hi D.Bane,

Makesfiles.epj is not made to build. it's just a collection of Makefiles for editing. more for me than anyone else... ;-)

-redj