Search found 105 matches

by redj
Sat Apr 17, 2010 10:58 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

The Fellow,

I've started a new topic for the soon to come portable version(s) of Ecere SDK at http://www.ecere.com/forums/viewtopic.php?f=26&t=74.

-redj
by redj
Sat Apr 17, 2010 10:56 pm
Forum: General Discussion
Topic: Portable Ecere SDK
Replies: 13
Views: 83340

Portable Ecere SDK

hey,

I will soon start to post portable versions of Ecere SDK in this topic.

-redj
by redj
Wed Apr 14, 2010 5:52 pm
Forum: Linux
Topic: Debian/Ubuntu packages available for Ecere 0.44pre1
Replies: 20
Views: 139052

Re: Debian/Ubuntu packages available for Ecere 0.44pre1

hey rosmond, this may be useful for missing dependencies under Ubuntu. Required dependencies: sudo apt-get install zlib1g-dev libpng12-dev libgif-dev libjpeg62-dev libncurses5-dev libfreetype6-dev libfontconfig1-dev libx11-dev libxrender-dev libgl1-mesa-dev libxext-dev Optional dependencies: sudo ap...
by redj
Tue Apr 13, 2010 5:19 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

that would be great. so where do you want to start? if you ask about what needs to be done to eC specifically then you need to become familiar with the compiler and speak with Jerome about trying a few tasks. there are a few mantis issues that are eC related. goto http://ecere.com/mantis and switch ...
by redj
Mon Apr 12, 2010 11:02 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

hey The Fellow, We are nowhere near version 1.0 of the SDK. That's probably years down the road unless major contributors join the community and/or Ecere is granted serious investment. We don't foresee any of this happening soon. But keep in mind that the eC language itself is a solid base to which ...
by redj
Mon Apr 12, 2010 7:58 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

hey The Fellow,

I've started work on this, I'll keep you posted here.

-redj
by redj
Mon Apr 12, 2010 3:15 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

hey The Fellow,

Is this desire for a portable version of the SDK targeted at Windows, Linux or both?

-redj
by redj
Mon Apr 12, 2010 2:35 pm
Forum: eC Language
Topic: couple questions by The Fellow
Replies: 11
Views: 82205

Re: couple questions by The Fellow

my idea is for a portable (by usb) complier and editor for eC hey The Fellow, I've been meaning to do a portable version of the SDK. I really don't see any reason it couldn't be done. I want to look at doing this for the http://portableapps.com/ platform and/or as a simple .zip file which you would...
by redj
Fri Apr 09, 2010 10:50 pm
Forum: eC Language
Topic: eC Magic, RTTI, modular design, plugins... oh!, and tabs.
Replies: 2
Views: 11928

eC Magic, RTTI, modular design, plugins... oh!, and tabs.

Greetings Ecere people. ;-) I'm trying to see if eC's RTTI magic can be used to store a subclass as part of the class_data. This could be usefull for modular design, plugins, and so on... This example should add a "My" tab in addition to the existing "Test" tab. import "ecer...