replace lua5.1.dll file before run my project?
Announcement
Collapse
No announcement yet.
replace file
Collapse
X
-
-
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
-
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
-
Originally posted by Shrek View PostThat 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
-
Comment
Comment