When I built from the latest source from github as usual,make clean then make,the compiler complained the driectx d8x8.h missed.How to fix this issue ?
Thanks.
Search found 208 matches
- Sat Aug 02, 2014 12:05 am
- Forum: General Help
- Topic: How to fix the issue after DirectX's taken out?
- Replies: 2
- Views: 9705
- Thu Jul 17, 2014 9:27 pm
- Forum: General Help
- Topic: EDA (Sqlite3) in console app
- Replies: 8
- Views: 19024
Re: EDA (Sqlite3) in console app
Thanks Jerome. Here I tried to create eda_table,and made a copy of world.db3 and changed its extension to *.sqite(world.sqlite).it runs ,but no record printed in the consoole.It seems that just ran "system("pause") . Please help to figure me out where the problem is(I think there is s...
- Tue Jul 15, 2014 3:11 am
- Forum: System Library
- Topic: Utilities to manipulate Compressed Files
- Replies: 1
- Views: 34958
Utilities to manipulate Compressed Files
Greetings,
Would like to know whether any utils over there to read/write zip/7z/rar format files?
Thanks for the help in advance.
Would like to know whether any utils over there to read/write zip/7z/rar format files?
Thanks for the help in advance.
- Sun Jul 13, 2014 9:34 pm
- Forum: General Help
- Topic: EDA (Sqlite3) in console app
- Replies: 8
- Views: 19024
Re: EDA (Sqlite3) in console app
Sorry I should have provided the db file to you for your closer look at.
Here attached world.db3.
Thanks again.
Here attached world.db3.
Thanks again.
- Sun Jul 13, 2014 8:51 pm
- Forum: General Help
- Topic: EDA (Sqlite3) in console app
- Replies: 8
- Views: 19024
Re: EDA (Sqlite3) in console app
Below compiled but just crashed when running,sqlite3.dll and world.db3 are ready: import "EDA" import "ecere" class App:Application { void Main() { DataSource ds{driver="SQLite"}; Database db=ds.OpenDatabase("world.db3",no); Table tbl=db.OpenTable(&quo...
- Mon Jul 07, 2014 11:25 pm
- Forum: General Help
- Topic: EDA (Sqlite3) in console app
- Replies: 8
- Views: 19024
EDA (Sqlite3) in console app
Greetings! I tried to make use of EDA and make a simple program in console mode under windows,but I can't continue to the next step after this below.Simply put,I want to read and modify and write back some record from a sqlite3 database.How to make it under consoles?In the slider file under samples/...
- Thu Oct 17, 2013 1:51 am
- Forum: GUI Toolkit & 2D Graphics
- Topic: Something in eNotepad example
- Replies: 1
- Views: 19734
Something in eNotepad example
Given below code:
At the place both menu and f has not defined but how come they are ready to use?I am a bit confused to the construction of the Menu system in eC.
Code: Select all
Menu fileMenu { menu, "File", f };
- Sat Oct 05, 2013 4:50 am
- Forum: eC Language
- Topic: DynamicString.concatf,concatx
- Replies: 2
- Views: 10031
Re: DynamicString.concatf,concatx
Thanks.Yes,perfect.
- Fri Oct 04, 2013 2:40 am
- Forum: eC Language
- Topic: DynamicString.concatf,concatx
- Replies: 2
- Views: 10031
DynamicString.concatf,concatx
Given below code,MessageBox.contents wants to fetch all lines input from editBox1 and a "\n" to separate them line by line.DynamicString.concat(String) works as expected,but for concatf and concatx,maybe I was totall wrong.I just want to concat all inputs into DynamicString buffer.My attem...
- Wed Oct 02, 2013 7:19 am
- Forum: GUI Toolkit & 2D Graphics
- Topic: SmartOpenFile issue [OP]EditBox.HasXXScroll issue
- Replies: 16
- Views: 66872
Re: SmartOpenFile issue [OP]EditBox.HasXXScroll issue
Support for Asian character----No,I don't mean gbk.google.com has been redirected to google.com.hk in my country,it is unrecognizable too.Tested below several website: Web encoding Chinese characters show www.google.com.hk utf-8 wrong www.hao123.com utf-8 proper www.sina.com.cn gb2312 wrong www.sohu...