Announcement

Collapse
No announcement yet.

replace file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • replace file

    replace lua5.1.dll file before run my project?

  • #2
    No but you can replace the Lua 5.1 dll with your own version before compiling for example if you wanted to backport the latest Lua bitwise library.

    Comment


    • #3
      Hi, I want before entering the
      program, I replaced the lua5.0 file with a
      lua5.1 file, but I can do when I run
      the program, do you have a
      solution?
      Please make clear, I do not
      understand ....

      Comment


      • #4
        I think it is you that needs to be clear, what is your objective?

        Comment


        • #5
          I am also finding it very hard to understand what you have been asking in any of your posts what do you mean you want to replace the dll file before you run the app? the lua dll is needed to run the software.
          Plugins or Sources MokoX
          BunnyHop Here

          Comment


          • #6
            A programmer has modified the
            lua5.1.dll.
            if it files with the same name,
            in a other project to replace the lua5.1.dll.
            runing the program, all my
            application code in a text file
            extract...
            Now I want it to stop...
            What to do, just replace the file
            OK, but how?

            Comment


            • #7
              That makes about as much sense as your last post.

              If someone has modified the Lua 5.1 dll then they can only do so after the application has been launched because the Lua 5.1 dll is in a temp folder and is generated each time the application runs as the temp folder is deleted on exit and that means that the end user modifying the dll is being pointless.

              Comment


              • #8
                Originally posted by Shrek View Post
                That makes about as much sense as your last post.

                If someone has modified the Lua 5.1 dll then they can only do so after the application has been launched because the Lua 5.1 dll is in a temp folder and is generated each time the application runs as the temp folder is deleted on exit and that means that the end user modifying the dll is being pointless.
                Unless the app is like how I create almost all my apps HDD apps but you could also create a MD5 and check it with the dll file there and if its not the same ill the app.
                Plugins or Sources MokoX
                BunnyHop Here

                Comment


                • #9
                  Sorry, I do not understand much
                  English, if you can put a sample
                  code or project?
                  help...

                  Comment


                  • #10
                    Originally posted by naser2rik View Post
                    Sorry, I do not understand much
                    English, if you can put a sample
                    code or project?
                    help...
                    Then like other none english people maybe use a useful translator or find a friend that talks english to help you translate.
                    Plugins or Sources MokoX
                    BunnyHop Here

                    Comment

                    Working...
                    X