yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Missing files #87

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded latest rev from hg
2. Opened Community.CsharpSqlite solution in VS2010
3. Rebuild solution

Missing files are src\sqlite3ext_h.cs and sqliteicu_h.cs.

I also tried downloading the latest zip version, and found missing ctime_c.cs 
(probably should actually be ctime_cs.cs) and another missing method error that 
I don't have in front of me.

Project looks promising - just wish I could compile it.

Original issue reported on code.google.com by davidliv...@gmail.com on 27 Feb 2011 at 11:29

GoogleCodeExporter commented 8 years ago
Also, it'd be nice if VS2010 solution and project files were included.

Original comment by davidliv...@gmail.com on 27 Feb 2011 at 11:30

GoogleCodeExporter commented 8 years ago
The only solution working in the beta was testfixture

sqlite3ext_h.cs and sqliteicu_h.cs removed from the Community.CsharpSqlite 
project; SQLITE_OMIT_WAL compiler option added; compiles correctly now.

VS2010 will be coming, just in initial beta release now

Original comment by noah.hart@gmail.com on 28 Feb 2011 at 2:09

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by davidliv...@gmail.com on 28 Feb 2011 at 2:10