Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix slight typo in FAQ page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
23afa7a120a95cd334ccf6e2dcc21bfc |
User & Date: | mistachkin 2012-01-23 07:13:43.059 |
Context
2012-01-23
| ||
07:21 | Fix spacing issue on index page. check-in: 5e6089730d user: mistachkin tags: trunk | |
07:13 | Fix slight typo in FAQ page. check-in: 23afa7a120 user: mistachkin tags: trunk | |
07:10 | Add a draft 'Frequently Asked Questions' page. check-in: e2a3aad455 user: mistachkin tags: trunk | |
Changes
Changes to www/faq.wiki.
︙ | ︙ | |||
352 353 354 355 356 357 358 | <hr> <a name="q14"></a> <p> <b>(14) What is a mixed-mode assembly?</b> </p> <p> | | | | | | | | 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 | <hr> <a name="q14"></a> <p> <b>(14) What is a mixed-mode assembly?</b> </p> <p> A mixed-mode assembly is a dynamic link library that contains both managed code and native code for a particular processor architecture. Since it contains native code it can only be loaded into a process that matches the processor architecture it was compiled for. Also see this <a href="http://stackoverflow.com/questions/7266936/what-is-a-mixed-mode-assembly">StackOverflow question</a>. </p> <hr> <a name="q15"></a> <p> <b>(15) What is a "bundle" package (i.e. from the download page)?</b> </p> <p> The "bundle" packages listed on the download page contains the System.Data.SQLite mixed-mode assembly in a file named "System.Data.SQLite.dll" (see <a href="#q14">question #14</a>) instead of separate "System.Data.SQLite.dll" and "SQLite.Interop.dll" files to contain the managed code and native code, respectively. </p> <hr> <a name="q16"></a> <p> <b>(16) What is the difference between the "Setup" and "Precompiled Binary" packages (i.e. from the download page)?</b> |
︙ | ︙ |