DLL {Dynamic Linking Library}

What Source Code Would I Use To Make A Dll File Un Able To Be Renamed Or It Wont
Work/Do Its Job As A DLL

I Am Little Stuck Thanks In Avd. Rogan
Last edited on
It's called "documentation". Simply write in big bright red letters on the first page "DO NOT RENAME OR MOVE DLLS".
@helios
If Ur The Real "Helios" I Love Your Work Lol ...
But That Still Do Not Help Looking Forward To More Replies
If Ur The Real "Helios"
That depends on what you mean by "real".

There's no way to prevent a DLL from being moved. The best you can do is make it read-only, but that will only give the user an "are you sure?" dialog box.
What you can do, however, is not keep the DLLs on the file system. You can keep them, say, in a ZIP file, and have a loader program that will automatically extract them before running the main program, which may also be inside the ZIP.
That depends on what you mean by "real".

the one i look up to as my dream?
the one who i have tryed to find a msn for.
the owner of AA
the one i realllly wont to meet?
etc?

but umm... can i have so more information on that please
There's no way to prevent a DLL from being moved. The best you can do is make it read-only, but that will only give the user an "are you sure?" dialog box.
What you can do, however, is not keep the DLLs on the file system. You can keep them, say, in a ZIP file, and have a loader program that will automatically extract them before running the main program, which may also be inside the ZIP.

Topic archived. No new replies allowed.