Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. delete

delete

Scheduled Pinned Locked Moved C#
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nhqlbaislwfiikqraqnm
    wrote on last edited by
    #1

    delete

    F L 2 Replies Last reply
    0
    • N nhqlbaislwfiikqraqnm

      delete

      F Offline
      F Offline
      freakyit
      wrote on last edited by
      #2

      hi, check ilmerge. this might be help out

      N 1 Reply Last reply
      0
      • F freakyit

        hi, check ilmerge. this might be help out

        N Offline
        N Offline
        nhqlbaislwfiikqraqnm
        wrote on last edited by
        #3

        Imerge doesn´work with this dll! I have tried it!

        L 1 Reply Last reply
        0
        • N nhqlbaislwfiikqraqnm

          Imerge doesn´work with this dll! I have tried it!

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          "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.

          N 1 Reply Last reply
          0
          • L Lost User

            "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.

            N Offline
            N Offline
            nhqlbaislwfiikqraqnm
            wrote on last edited by
            #5

            I have a FormApplication! Can you send me the link where you have download the IlMerge?

            L 1 Reply Last reply
            0
            • N nhqlbaislwfiikqraqnm

              I have a FormApplication! Can you send me the link where you have download the IlMerge?

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              How about google... it is easy to use it... http://www.microsoft.com/Downloads/details.aspx?familyid=22914587-B4AD-4EAE-87CF-B14AE6A939B0&displaylang=en[^]

              1 Reply Last reply
              0
              • N nhqlbaislwfiikqraqnm

                delete

                L Offline
                L Offline
                Luc Pattyn
                wrote on last edited by
                #7

                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!


                N 1 Reply Last reply
                0
                • L Luc Pattyn

                  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!


                  N Offline
                  N Offline
                  nhqlbaislwfiikqraqnm
                  wrote on last edited by
                  #8

                  Yes they are native dll i have write it in the headline!!! So i can´t bind it?

                  C 1 Reply Last reply
                  0
                  • N nhqlbaislwfiikqraqnm

                    Yes they are native dll i have write it in the headline!!! So i can´t bind it?

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #9

                    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.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups