Search found 609 matches

by jerome
Mon Aug 18, 2014 10:17 am
Forum: Windows
Topic: can not compile
Replies: 2
Views: 79310

Re: can not compile

Hi Paolo, Are you using your own installation of MinGW? This is a known problems with many versions of mingw32-make.exe, including the one included with TDM-GCC or the MinGW-w64 builds. On our Windows installation page ( http://ecere.org/install/windows/ )We recommend this specific version: http://s...
by jerome
Mon Aug 18, 2014 10:15 am
Forum: System Library
Topic: Utilities to manipulate Compressed Files
Replies: 1
Views: 96303

Re: Utilities to manipulate Compressed Files

Hi Sam, Yet another forum post that I didn't notice... Sorry. The goal is that this would be handled by the Ecere File and Archive class. FileOpen("<myArchive.zip>path/to/file.txt", read) would let you open a file within a ZIP archive whereas the Archive class will handle creating and addi...
by jerome
Mon Aug 18, 2014 9:45 am
Forum: General Help
Topic: How to fix the issue after DirectX's taken out?
Replies: 2
Views: 31157

Re: How to fix the issue after DirectX's taken out?

Hi Sam, Sorry I did not notice this post :) Yes as Redj mentions using the TDM-GCC/MinGW-64 compiler and the headers included with the latest release should work. The DirectX headers are no longer distributed as part of the Ecere source since MinGW-w64 now provides working headers for DirectX 8 &...
by jerome
Mon Aug 18, 2014 3:00 am
Forum: Introductions
Topic: hi all
Replies: 10
Views: 98619

Re: hi all

Welcome pber :)

I'm 1/4th Italian myself and dream of visiting Italy, haven't been there yet :)
Let's get you back into coding awesome stuff!! :D

Salute!

-Jerome
by jerome
Thu Jul 31, 2014 1:49 pm
Forum: General Discussion
Topic: D support instead of Java
Replies: 7
Views: 64509

Re: D support instead of Java

Hi Jonas :) Glad to see you around. Thanks for the great feedback. It hasn't actually been officially released yet, this is still a pre-release, though I hope to have the release ready in the next few days... Please let me know if you encounter any issue with this pre-release so I can fix them ASAP!...
by jerome
Thu Jul 17, 2014 6:12 am
Forum: General Help
Topic: EDA (Sqlite3) in console app
Replies: 8
Views: 51341

Re: EDA (Sqlite3) in console app

Hi Sam, I took a look at world.db3 and you will run into issue http://ecere.com/mantis/view.php?id=1086 because of the NOT NULL and other stuff in the table schema. I also filed issue http://ecere.com/mantis/view.php?id=1088 to support a SQLite database with a different extension, that is the first ...
by jerome
Sun Jul 13, 2014 9:21 pm
Forum: General Help
Topic: EDA (Sqlite3) in console app
Replies: 8
Views: 51341

Re: EDA (Sqlite3) in console app

Hi Sam, Could you maybe send me that DB for me to take a look at it? When you use Query() with GetData() or the Row OO members this way, query results must always be " ROWID, * ": row.Query("select ROWID, * from city"); Otherwise Query() is meant to be used with BindQueryData () ...
by jerome
Tue Jul 08, 2014 9:23 am
Forum: General Help
Topic: EDA (Sqlite3) in console app
Replies: 8
Views: 51341

Re: EDA (Sqlite3) in console app

I've filed this issue regarding opening tables not created by EDA:

http://ecere.com/mantis/view.php?id=1086
by jerome
Tue Jul 08, 2014 9:14 am
Forum: General Help
Topic: EDA (Sqlite3) in console app
Replies: 8
Views: 51341

Re: EDA (Sqlite3) in console app

Hi Sam, EDA does provide some controls which makes it easy to build a GUI to edit database fields. For example the ListSection / EditSection system which is used by the extras/genericEditor and in that MovieCollection sample, the generic FieldDataBox, and the more specific controls e.g. TableDropBox...
by jerome
Mon May 19, 2014 12:57 pm
Forum: System Library
Topic: Native OS web layout engine
Replies: 2
Views: 56975

Re: Native OS web layout engine

Hi Jonas. I'm not sure there's such a thing as a 'native web layout engine'? Web Browsers are still quite separate from the OS, thanks to http://en.wikipedia.org/wiki/United_States_v._Microsoft_Corp. . Something we hope to achieve in the near future however might interest you. We're planning a whole...