Citiraj:
Autor night_whisper
zato što moraš .dll fileove ubacit ovako u windows folder: - you will input in the Run field a command that tells your computer to register the DLL file. You will need to input specific information including the path and the file name. The following is a template for the command: regsvr32 "\FileName.dll"
It is important to note that path is the actually location or directory of where the file is located. Filename is obviously the name of the DLL file you will be registering. Below is a sample command: Regsvr32 "C:\Windows\System32\example.dll"
- Once the command is input into the Run field correctly, press Enter.
- Once the DLL has been registered, you should receive a confirmation in the form of a pop up box. This message will list your newly registered DLL file and confirm that is was successfully registered into the registry.
|
1. u Run redak za pisanje ćeš utipkati naredbu koja kaže računalu da registrira tvoj DLL datoteku. Ti ćeš trebati upisati
specifične informacije uključujući i odredište datoteke. Sljedeće je osnova naredbe: regsvr32 "\ime_tvoje_datoteke.dll".
Sljedeće je primjer za PRIMJER.dll --> Start-->Run--> Regsvr32 "C:\Windows\System32\PRIMJER.dll"
2. Kada je datoteka registrirana u Windowse tada ćete dobiti potvrđujući Pop-up prozor. Nemoj zaboravit da ovaj primjer vrijedi ako si stavio dll file u windows folder.
Znači u Run upišeš: Regsvr32 "C:\Windows\System32\ime_tvog_dll_filea.dll"