
Where do DLL files go.
Forum Index > General Forum |
rel
Guam3521 Posts
![]() | ||
tiffany
3664 Posts
| ||
rel
Guam3521 Posts
| ||
tiffany
3664 Posts
| ||
pirate cod
810 Posts
| ||
MannerKiss
United States2398 Posts
On April 03 2005 17:26 pirate cod wrote: put them in the same folder as the program you want to run. there you have it they should be in the same folder as the .exe file or whatever | ||
Oxygen
Canada3581 Posts
I do know this, though. ![]() | ||
rel
Guam3521 Posts
You need the following file to be installed on your machine. MSSTDFMT.DLL. I did a search to see If I already had it on my machine, and it came up negative. Thus I downloaded it off of a site. And I put it in: System System 32 And in the same directory as the program... The program is WGetGUI Now How would I install it... its just a dll file on its own.. I don't get it. ![]() | ||
pirate cod
810 Posts
| ||
rel
Guam3521 Posts
Search for WGetGUI | ||
dronebabo
10866 Posts
| ||
pirate cod
810 Posts
Just put everything from the wGetGUI-zip, the wGet-zip file (including the SSL) in one directory and execute the MS VB runtime file. That's it. At least it should be. If you get an error message like "Class not registered. You need the following to be installed on your maschine: msstdfmt.dll" you'll need to do the following: MSSTDFMT.DLL (118kB) REGSVR32.EXE (40kB) How to install those: Put both in your windows/system folder, run regsvr32.exe /u C:\WINDOWS\SYSTEM\MSSTDFMT.DLL from a DOS/Command box, where you replace the path so it is correct for your system. After that, run Type cmd in run. | ||
Chris307
3095 Posts
| ||
rel
Guam3521 Posts
![]() | ||
wasted
Germany1789 Posts
b) open a command box (Start -> Run -> type: cmd[ENTER]) c) type: cd %windir%\system[ENTER] d) type: regsvr32 /u msstdfmt.dll[ENTER] e) type: exit[ENTER] [ENTER] obviously means that you should press the enter key ![]() | ||
| ||