Closed GoogleCodeExporter closed 8 years ago
I have seen the "/Community.CsharpSqlite/src/vdbe_c.cs(6873,72): error CS0172:
Type of conditional expression cannot be determined as `int' and `byte' convert
implicitly to each other" errors.
Those are easy enough to fix by inserting a dummy, bucket brigade style
variable declaration into the code and using explicit casts over a few lines.
There aren't but a few of them.
If it's helpful, I'll try to add those quick hacks to this thread tonight, but
it's really pretty self-explanatory if you go into the code. (Or if you have
the code handy and can post those lines, I'll hack him here...)
The rest looks like warnings, and you can turn those off and get it to compile.
Now afterwards, after compiling successfully, I haven't had much luck.
http://groups.google.com/group/csharp-sqlite/browse_thread/thread/a2c8df80b8a422
45
Original comment by rufw...@gmail.com
on 16 May 2012 at 2:14
This issue was closed by revision cc723d700680.
Original comment by noah.hart@gmail.com
on 18 May 2012 at 11:07
Original issue reported on code.google.com by
alessand...@ilz.it
on 15 May 2012 at 2:32