Search found 29 matches

by nowind_lee
Sun Sep 11, 2011 3:20 am
Forum: General Help
Topic: The steps to compile latest sources from git on windows.
Replies: 13
Views: 66423

Re: The steps to compile latest sources from git on windows.

I just downloaded the full package of gcc 4.4.0, overrode the mingw original one, and remade, and now everything is OK. And I run mingw32-make clean mingw32-make mingw32-make install It will build them into "C:\program files\Ecere SDK" dir (No need to create one manually) And you said we j...
by nowind_lee
Sun Sep 11, 2011 1:36 am
Forum: General Help
Topic: The steps to compile latest sources from git on windows.
Replies: 13
Views: 66423

Re: The steps to compile latest sources from git on windows.

1.GCC

I don't find I can select GCC 4.4.0 in MinGW installer. There is no versions be to selected.

Image

2. Install

There is no "Run as Administrator" for windows XP. Is it only available in windows 7?
Image
by nowind_lee
Sun Sep 11, 2011 12:37 am
Forum: General Help
Topic: The steps to compile latest sources from git on windows.
Replies: 13
Views: 66423

Re: The steps to compile latest sources from git on windows.

1. gcc version C:\ecere_sdk_from_git>gcc --version gcc (GCC) 4.5.2 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2. install C:\ecere_sdk_from_git...
by nowind_lee
Sun Sep 11, 2011 12:19 am
Forum: General Help
Topic: The steps to compile latest sources from git on windows.
Replies: 13
Views: 66423

The steps to compile latest sources from git on windows.

Finally, I compile latest sources from git successful. This is my steps, hope useful for others. 1. Install MinGW Download the latest file from http://sourceforge.net/projects/mingw, the file is " mingw-get-inst-20110802.exe ", install it. It will ask which files to download, check them al...
by nowind_lee
Sat Sep 10, 2011 11:46 pm
Forum: General Discussion
Topic: Can we invoke Ecere components from other languages?
Replies: 1
Views: 22790

Can we invoke Ecere components from other languages?

I introduced Ecere to my friends, and they have a question: Can we invoke Ecere components from other languages? For example, haskell/C/C++/Java?
by nowind_lee
Sat Sep 10, 2011 1:44 pm
Forum: Windows
Topic: Not compile successful.
Replies: 7
Views: 49937

Re: Not compile successful.

I will try a clean windows XP and reinstall everything tomorrow. Maybe I will make a screencast if possible for the error.
by nowind_lee
Sat Sep 10, 2011 1:42 pm
Forum: GUI Toolkit
Topic: How to improve the look of ecere.
Replies: 9
Views: 121114

Re: How to improve the look of ecere.

I'd like to, but I don't what I can do :(

I only know Java, and I can use Photoshop, but not good at designing.
by nowind_lee
Sat Sep 10, 2011 1:39 pm
Forum: Windows
Topic: Not compile successful.
Replies: 7
Views: 49937

Re: Not compile successful.

I just found they are in "C:\ECERE_SDK\mingw", not "C:\MinGW". So I extract them into "C:\MinGW". But this time, there is another error: C:\ecere_sdk_from_git>mingw32-make Bootstrapping eC compiling tools... Building ecere... Building ec... Building ecp... Building ecc....
by nowind_lee
Sat Sep 10, 2011 1:19 pm
Forum: GUI Toolkit
Topic: How to improve the look of ecere.
Replies: 9
Views: 121114

Re: How to improve the look of ecere.

I found an article which contains some free UI resources:

http://www.smashingmagazine.com/2010/02 ... rce-files/

And some of them can be used totally free. I think we may just use them.
by nowind_lee
Sat Sep 10, 2011 1:08 pm
Forum: GUI Toolkit
Topic: How to improve the look of ecere.
Replies: 9
Views: 121114

How to improve the look of ecere.

I've seen the latest ecere applications which have a border of windows xp style, and also the color of controls are changed. It's better than previous windows 2000's style, but I think it may be improved more. I think good skin is very important for a GUI language like Ecere. Ecere is powerful, but ...