Search found 49 matches

by jonaspm
Sat Jul 13, 2013 4:56 am
Forum: General Discussion
Topic: Ecere SDK available on Milouz Market/Npackd
Replies: 0
Views: 50676

Ecere SDK available on Milouz Market/Npackd

i asked the teams behind Milouz Market and Npackd to submit Ecere SDK on their lists, and they were accepted :D

now every user using Milouz Market or Npackd will be able to search and install Ecere SDK from there.

hope this helps a bit (like spreading the word) :)
by jonaspm
Sat Jul 13, 2013 4:53 am
Forum: General Discussion
Topic: A little introduction to eC
Replies: 1
Views: 39549

Re: A little introduction to eC

this is a BIG help for new users on C, eC also in programming! (like me)

Thank you jerome!
by jonaspm
Thu Jul 11, 2013 1:15 pm
Forum: General Help
Topic: Scaling advices
Replies: 2
Views: 24992

Re: Scaling advices

I develop games for PC and Android, but noticed the change when using a window or being fullscreen on PC, also in tablets or phones that got insane resolutions.

I have an Android phone, and i plan on buying an OUYA, but i still have not tried Ecere on it.
by jonaspm
Mon Jul 08, 2013 1:42 pm
Forum: General Help
Topic: Scaling advices
Replies: 2
Views: 24992

Scaling advices

Hello jerome and all Ecere community, i have a question and i have been trying to find something useful in Google, but simply i cannot find anything.

The question is:

Is there any way to correctly scale a game/app (GUI/HUD) proportionally depending on resolution/ screen size?

thanks in advance :D
by jonaspm
Mon Jun 10, 2013 5:46 pm
Forum: GUI Toolkit & 2D Graphics
Topic: Splash class
Replies: 11
Views: 114758

Re: Splash class

that's good to know, thanks a lot :D
by jonaspm
Thu Jun 06, 2013 2:19 am
Forum: GUI Toolkit & 2D Graphics
Topic: Splash class
Replies: 11
Views: 114758

Re: Splash class

The taskbar icon shows up there even if the property showInTaskBar=false.
I also experience that under Windows 7
by jonaspm
Wed Jun 05, 2013 8:10 pm
Forum: General Discussion
Topic: Compatibility with C
Replies: 4
Views: 44535

Re: Compatibility with C

Thank You!!!
by jonaspm
Wed Jun 05, 2013 3:08 pm
Forum: General Help
Topic: Error with UPX and Mingw-w64
Replies: 5
Views: 35425

Re: Error with UPX and Mingw-w64

Hi Jonas, You would be getting all 3 warnings, and they take a long time to compile. It's all because this precompile feature is broken right now. But just let it build, and don't mind the warning. It will work fine. Regards, Jerome Thanks Jerome, tried again and now it built without warnings :) th...
by jonaspm
Wed Jun 05, 2013 2:00 pm
Forum: General Help
Topic: Error with UPX and Mingw-w64
Replies: 5
Views: 35425

Re: Error with UPX and Mingw-w64

after doing mingw32-make fixprecompile
now i got the next warning:

Code: Select all

C:\Users\JonasPM\Documents\ECERE\sdk-master\compiler\libec\src\type.ec:4855:12:
warning: incompatible expression yystate (int); expected short
by jonaspm
Wed Jun 05, 2013 9:02 am
Forum: General Help
Topic: Error with UPX and Mingw-w64
Replies: 5
Views: 35425

Re: Error with UPX and Mingw-w64

Thank yoo so much for answering Jerome, its good to know the reason of both skip and warning, now i know what to do :D