Computing.Net > Forums > Programming > VB6, How can I install MSSTDFMT.dll?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

VB6, How can I install MSSTDFMT.dll?

Reply to Message Icon

Name: Annar
Date: January 16, 2002 at 11:02:22 Pacific
Comment:

When i launch my program, on an another computer than mine, I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"

Please help me!!!



Sponsored Link
Ads by Google

Response Number 1
Name: Das
Date: January 18, 2002 at 19:40:28 Pacific
Reply:

You may have to package it, I do not know the ins and outs of which dll's are needed in respect to how complicated you program is, sorry. Good luck. By the way, that is probably the first on a list of needed dll's.


0

Response Number 2
Name: MisterB
Date: January 19, 2002 at 05:28:28 Pacific
Reply:

I always put that dll file into my windows folder and in the windows/system folder and on C:\

And see what happens.

:)


0

Response Number 3
Name: SteveB
Date: February 25, 2002 at 05:45:25 Pacific
Reply:

There is an application called regsvr32 in the windows\system folder. This registers ocx, dll and other library type files. Use a DOS command line or the Run option under start menu. Type:

regsvr32 filename

where filename is the name of the file to register.

Hope this helps, SteveB.


0

Response Number 4
Name: Jaycs
Date: February 26, 2002 at 13:29:07 Pacific
Reply:


Like steveb said place the msstdfmt.dll file into windows folder then type this in run on start
regsvr32 C:\Windows\msstdfmt.dll

it worked 4 me


0

Response Number 5
Name: 4444
Date: March 4, 2002 at 06:34:30 Pacific
Reply:

4444


0

Related Posts

See More



Response Number 6
Name: Ludwig
Date: March 14, 2002 at 22:46:17 Pacific
Reply:

I have the same problem .. and I've done the REGSVR32.exe command as well (twice now!). Exact msg I get says

"Run-time error '713':

Class not registered.
You need to the following file to be installed on your system. MSSTDFMT.DLL."

I've even tried it in the C:\WINDOWS folder rather than SYSTEM - still no luck!

Any ideas?


0

Response Number 7
Name: Herman
Date: March 15, 2002 at 16:51:50 Pacific
Reply:

I tried Jaycs solution and it worked!

Run the application again and the next error message you'll possibly get will ask for the file mscomct2.ocx

Copy from another machine with W98 the files mscomct2.* (extensions .dep .ocx .oca and .dep) into c:\Windows\System and it will work (hopefully, ha)



0

Response Number 8
Name: Deb
Date: March 18, 2002 at 12:18:14 Pacific
Reply:

But where do I get the msstdfmt.dll from? Tried to download it from a site called dll.yaroslavl.ru/index.php3?in_char=M but it didn't appear to do anything.


0

Response Number 9
Name: I CANT BELIEVE IT!!!
Date: March 23, 2002 at 17:01:25 Pacific
Reply:

go to start then run then paste this into the box there and it should work, if it dosen't then the dll file isn't in the system folder. i have been trying for a month to get it to work and now i finally got it. IT WERKZ!!!!!!!!!!!WOOOHOOOOO

regsvr32 C:\Windows\system\msstdfmt.dll


0

Response Number 10
Name: jacxon saez
Date: March 24, 2002 at 20:35:15 Pacific
Reply:


i need help


0

Response Number 11
Name: teddybearu812
Date: March 25, 2002 at 14:32:23 Pacific
Reply:

I have a peogram that won't run said I need msstdfmt.dll


0

Response Number 12
Name: radhika
Date: March 26, 2002 at 22:54:10 Pacific
Reply:

When i launch my program, on an another computer than mine, I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"
Please help me!!!



0

Response Number 13
Name: Jorge Camps
Date: March 28, 2002 at 05:10:12 Pacific
Reply:

I first copied from another PC and just pasted it in System32. Once there I went to Start/Run/Cmd/ to open DOS and entered the following: regsvr32 msstdfmt.dll
That's it. Do not put C:\ or anything else just the above command and restart your PC.


0

Response Number 14
Name: boil35
Date: April 12, 2002 at 13:05:28 Pacific
Reply:

My name is Wadnerson Boileau. After having followewd all the procedures suggesteg for correcting the error "713' problem, I am still experiencing difficulties with the same error:

Run-time error '713'
Class not registered
Looking for object with CLSID:
{59245250-7ADF-11D0-9442-00A0C91110ED}.


HELP!!!!!!!!


0

Response Number 15
Name: Glen
Date: April 12, 2002 at 17:35:03 Pacific
Reply:

Everytime I try to run regsvr32 for this .dll, I get the following message:
LoadLibrary("c:\windows\system\msstdmft.dll")
GetLastError returns 0x00000485

any ideas????


0

Response Number 16
Name: Steve
Date: April 19, 2002 at 15:28:09 Pacific
Reply:

I'v run the command the following command as per the suggestions

regsvr32 C:\Windows\system\msstdfmt.dll

As a response, I get the following

"C:\Windows\system\msstdfmt.dll" is not an executable file and no registration helper is registered for this file type

Help!


0

Response Number 17
Name: hadge
Date: April 28, 2002 at 18:44:07 Pacific
Reply:

were can i find dll file


0

Response Number 18
Name: jabsy
Date: May 2, 2002 at 23:08:51 Pacific
Reply:

"were can i find dll file"

try here

http://www.ascentive.com/cgi-bin/click/@12711533/support/2124DownloadList.html


0

Response Number 19
Name: Matt
Date: May 3, 2002 at 13:18:20 Pacific
Reply:

please tell me how to do this because i really want to run Tweaker on my system and i just need that file so please someone help me!¡


0

Response Number 20
Name: Sulaiman
Date: May 17, 2002 at 23:37:31 Pacific
Reply:

I get the errormessage:
Run time Error 713
"Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL"
Please help me!!!


0

Response Number 21
Name: Sherman
Date: May 21, 2002 at 13:43:34 Pacific
Reply:

don't forget the quotation marks.

try:
regsvr32 "C:\Windows\system\msstdfmt.dll"
or
regsvr32 "C:\Windows\system32\msstdfmt.dll"
Where-ever it needs to go.


0

Response Number 22
Name: Cr0n1c
Date: May 29, 2002 at 04:00:10 Pacific
Reply:

Everytime I try to run regsvr32 for this .dll, I get the following message:
LoadLibrary("c:\windows\system\msstdmft.dll")
GetLastError returns 0x00000485

plz email at popthelid@yahoo.com i sware im going to kill my self if i dont figure this out


0

Response Number 23
Name: Zarif Alone
Date: June 4, 2002 at 06:03:23 Pacific
Reply:

When i Installed they gave me that facking Erorr i don't know what's the hell of that.
""""""Class not registered"
"You need the following file to be intalled on your machine: MSSTDFMT.DLL""""
email me if you get answer of ma Q.You will Wonder if you solve ma problem.
:)


0

Response Number 24
Name: Giorgio
Date: June 5, 2002 at 10:03:55 Pacific
Reply:

Try only:
Start > Run and type:

regsvr32 msstdfmt.dll

without path.


0

Response Number 25
Name: Puritan
Date: June 19, 2002 at 13:59:28 Pacific
Reply:

Everybody is messing with this stupid command line. YOU ALL GO TO

http://www.megasecurity.org/Needed_files.html

and download that son of the bitch file from there!!!!!!!!

When help is needed I give them directly!
You may send your thanx to my E-mail.

This topic is closed.


0

Response Number 26
Name: z28camaro
Date: June 26, 2002 at 21:42:33 Pacific
Reply:

Giorgio response on June 5 work for me, I copied and pasted regsvr32 msstdfmt.dll to the run on the start menu. Loaded it successfully with no problems!


0

Sponsored Link
Ads by Google
Reply to Message Icon

which language worth to l... mirrored character with C



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: VB6, How can I install MSSTDFMT.dll?

How can I detect the installed hardware www.computing.net/answers/programming/how-can-i-detect-the-installed-hardware/318.html

HOW CAN I RUN UNIX COMMANDS in VB6? www.computing.net/answers/programming/how-can-i-run-unix-commands-in-vb6/14264.html

How can I edit this JavaScript??? www.computing.net/answers/programming/how-can-i-edit-this-javascript/8722.html