Search found 17 matches

by pber
Fri Aug 29, 2014 5:54 am
Forum: eC Language
Topic: accessing class methods
Replies: 5
Views: 35792

Re: accessing class methods

Hi Jerome, thanks, but I'm confused, so I must backtrack. Hi Jerome, in eC: can I get informations about class methods? i.e.: given class Foo : Bar { bool doit(){ return true; } } Can I obtain a Method instance from the object class(Foo) ? If yes it means I can do the same through a Foo instance: fo...
by pber
Thu Aug 28, 2014 6:24 pm
Forum: eC Language
Topic: accessing class methods
Replies: 5
Views: 35792

accessing class methods

Hi Jerome, I can read methods of class Test , but not methods of Test1 , using this code. (In fact I can read them if Test1 stops inheriting from Test) What I'm missing? cheers ... Class c = class(Test1); for(method = (Method)c.methods.first; method; method = (Method)((BTNode)method).next) ... class...
by pber
Thu Aug 21, 2014 4:06 pm
Forum: Introductions
Topic: hi all
Replies: 10
Views: 87411

Re: hi all

Hi Jerome,

I started using Poedit.

Now I just looked at launchpad:
it seems to be a bit complicated,
expecially designed for groups of translators.

If its' ok for you I'll send you a zip with it .po files.
by pber
Thu Aug 21, 2014 11:44 am
Forum: Introductions
Topic: hi all
Replies: 10
Views: 87411

Re: hi all

Thanks redj

amazing tool Ecere.
I started the it translating of IDE (circa 35% at now)

ops...
The extension po is not allowed.
by pber
Mon Aug 18, 2014 10:43 am
Forum: Windows
Topic: can not compile
Replies: 2
Views: 69018

Re: can not compile

jerome wrote:Hi Paolo,
It's also possible that you have other MinGW installations on your system that take priority over this one?

Regards,

-Jerome
:shock:
yes it was possible... sorry
by pber
Mon Aug 18, 2014 9:48 am
Forum: Windows
Topic: can not compile
Replies: 2
Views: 69018

can not compile

Hi all,

I can't figure out what does this mean
%%I was unexpected at this time.

(Another minor issue with paths.
Instead of creating obj SLASH bin...
make just creates objbin...)

I'm using WINXP and Ecere 0.44.10

cheers
paolo
by pber
Mon Aug 18, 2014 2:47 am
Forum: Introductions
Topic: hi all
Replies: 10
Views: 87411

hi all

Hi Jerome and I all from Treviso - Italy, 30 km north of Venice. Just learning something about eC. Last time a deploed production code was in 2001. And I don't know if I will ever return to work as a developer. Probably I should write html-pages instead of looking for my way through UML tools and co...