View Single Post
Staro 18.03.2008., 19:45   #14
kasko
Premium
Moj komp
 
kasko's Avatar
 
Datum registracije: Apr 2007
Lokacija: Ivanić_Grad
Postovi: 2,009
zato što moraš .dll fileove ubacit ovako u windows folder:
  1. 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"
  2. Once the command is input into the Run field correctly, press Enter.
  3. 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.
kasko je offline   Reply With Quote