Question:
how do i get this DLL file to work?
2010-10-30 13:06:40 UTC
Upon an attempt at downloading an application, I was told that I was missing the following file:

MSSTDFMT.DLL

I found a source online, and extracted it to the same folder as the application file and other files supporting the application. Still, i was told that the file was missing.

On a different attempt, I went to my CMD and ran as Administrator. I filled the information after the "C:\Windows\system32>" so that it said "C:\Windows\system32> regsvr32 msstdfmt.dll"
After trying this method, I was given the following error message:

"The module 'msstdfmt.dll' failed to load

make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .DLL files

The specified module could not be found"

If it is at all relevant, I'm currently using Windows 7.
How would I get this file to work as it is supposed to, in order for the application file to run properly?
Five answers:
bluedog
2010-10-30 13:19:09 UTC
You have to register the DLL (dynamic link library) by using regsvr32. So try clicking your start menu and type in: regsvr32 "C:\Windows\system32\msstdfmt.dll", then RIGHT CLICK the shortcut that appears and click Run as Administrator. Alternatively, here is site which addresses an alternative method which may work: http://forum.avsim.net/topic/265834-713-and-unregistered-dlls/ Good luck!
2016-12-09 00:45:30 UTC
How To Make Dll Files
The Phlebob
2010-10-30 13:18:34 UTC
Regsvr32 is what you should be using. Copy msstdfmt.dll to the C:\Windows\System32 directory, then repeat the command. When you're in that directory, regsvr32 will expect msstdfmt.dll to be local.



Or, run regsvr32 from the directory msstdfmt.dll is currently in, this way:



C:\Windows\System32\regsvr32 msstdfmt.dll



Note: this is the actual command, not the prompt + the command.



Hope that helps.
?
2016-12-03 10:15:58 UTC
question is "Why do you pick for to try this?" A dynamic hyperlink library (DLL) is a determination of small courses, any of which would be referred to as whilst necessary by means of a much better software it is working interior the computing gadget. So, what do you mean by means of "open it"? all the terrific. Cheers
2010-10-30 13:14:40 UTC
http://www.dll-files.com/dllindex/dll-files.shtml?msstdfmt

http://www.dll-files.com/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...