I am looking at the System.Data.SQLite download page, and it lists mixed mode assembly for .NET 4 and a regular (I assume). My project that is going to use this library is all .NET 4 which will be compiled to x86.
I have 2 questions:
Mixed-model assembly line (MMAL) is a type of assembly line where several distinct models of a product are assembled. MMAL is applied in many industrial environments today because of its greater variety in demand.
Managed assemblies are located and loaded with an algorithm involving various stages. All managed assemblies except satellite assemblies and WinRT assemblies use the same algorithm.
The Native Development Kit (NDK) is a set of tools that allows you to use C and C++ code with Android, and provides platform libraries you can use to manage native activities and access physical device components, such as sensors and touch input.
Managed C++ is a language invented by Microsoft, that compiles to bytecode run by the . NET Framework. It uses mostly the same syntax as C++ (hence the name) but is compiled in the same way as C# or VB.NET; basically only the syntax changes, e.g. using '->' to point to a member of an object (instead of '.
http://msdn.microsoft.com/en-us/library/x0w2664k.aspx
1) Allways check msdn first. Mixed mode means that the assembly can run managed and unmanaged code.
2) Setups for 32-bit Windows (.NET Framework 4.0)
http://system.data.sqlite.org/sqlite-netFx40-setup-bundle-x86-2010-1.0.74.0.exe
You kinda answered that question yourself "My project that is going to use this library is all .NET 4 which will be compiled to x86."
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With