delete
-
delete
-
delete
-
Imerge doesn´work with this dll! I have tried it!
-
Imerge doesn´work with this dll! I have tried it!
-
"ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly." sqlite3.dll is not a .NET assembly. It is a C dll. I use both DLL (sqlite3.dll and System.Data.SQLite.dll) and it works just fine.
I have a FormApplication! Can you send me the link where you have download the IlMerge?
-
I have a FormApplication! Can you send me the link where you have download the IlMerge?
-
delete
if the DLLs contain native code, you can't merge them; they have to be either in the same folder as the EXE or in a folder that is listed in your Windows PATH system environment variable. if the DLLs contain IL code, you can merge them with ILMERGE. :)
Luc Pattyn
Local announcement (Antwerp region): Lange Wapper? Neen!
-
if the DLLs contain native code, you can't merge them; they have to be either in the same folder as the EXE or in a folder that is listed in your Windows PATH system environment variable. if the DLLs contain IL code, you can merge them with ILMERGE. :)
Luc Pattyn
Local announcement (Antwerp region): Lange Wapper? Neen!
Yes they are native dll i have write it in the headline!!! So i can´t bind it?
-
Yes they are native dll i have write it in the headline!!! So i can´t bind it?
PC17 wrote:
So i can´t bind it?
Um... obviously. If you understood .NET at all, you'd have realised this was the case, and you've also been told twice. Also, if you were to merge a SQLLite dll with your code, you would probably either break their license, or cause their license to apply to your code.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.