Search found 4 matches

by santy
Wed Sep 08, 2010 4:21 am
Forum: General Help
Topic: New Ecere SDK pre-release September 5, 2010
Replies: 13
Views: 105588

Re: New Ecere SDK pre-release September 5, 2010

It's very good information.

Thanks.
by santy
Wed Mar 24, 2010 1:52 pm
Forum: Windows
Topic: Getting the 0.44pre1 (Or latest git) SDK running on Windows
Replies: 9
Views: 57635

Re: Getting the 0.44pre1 SDK running on Windows

no .NET :)

Thanks jerome. I found this configuration and test it.

For testing I took boostraps libraries and built simple program. size is near 250K (don't pack) :) Good size.


Thank you.
by santy
Wed Mar 24, 2010 11:41 am
Forum: Windows
Topic: Getting the 0.44pre1 (Or latest git) SDK running on Windows
Replies: 9
Views: 57635

Re: Getting the 0.44pre1 SDK running on Windows

Hi

I made SDK using Mingw 4.4.1.
For test I built static library SDK. Simple console program has very big size, near 3M. Very big.
May be have you ideas for changing size?

Thanks
by santy
Sun Mar 21, 2010 3:42 am
Forum: C/C++
Topic: How to use .def file in ecere IDE
Replies: 4
Views: 30682

Re: How to use .def file in ecere IDE

Hello
I use pexports.exe utility for creating .def file and after that I create import library.
For example bat file:

pexports %1.dll >%1.def
dlltool -D %1.dll -d %1.def -l lib%1.a