vijirams / csharp-sqlite

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

wiki HowToCompile error #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compile with the following options:
    TRUE WIN32 MSC_VER NDEBUG SQLITE_ASCII ...
must
    TRUE WIN32 _MSC_VER NDEBUG SQLITE_ASCII
attention to the parameter
    _MSC_VER

Original issue reported on code.google.com by anebotov on 28 Jun 2010 at 2:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Documentation don't updates!!!
wiki char "_" means italic

Original comment by anebotov on 30 Jun 2010 at 8:19

GoogleCodeExporter commented 8 years ago
Changed Wiki to display leading _

Original comment by noah.hart@gmail.com on 30 Jun 2010 at 3:54