Link to home
Create AccountLog in
Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Avatar of rjef
rjef🇺🇸

MSSTDFMT.dll missing for VB9 exe

i have a vb6 program that is showing an error

run-time error 713

class not registerd

you  need the following file to be installed on your machine

MSSTDFMT.dll

any idea how to fix this?

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Martin LissMartin Liss🇺🇸

Are you using a 64bit environment?

ASKER CERTIFIED SOLUTION
Avatar of Robberbaron (robr)Robberbaron (robr)🇦🇺

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Hello,


yes, you just need to register le DLL as indicated. (REGSVR32 File)

You can put the file at any place, then register it at this place.

But it is better to put the dll in the same directory as the application that needs it. (for future copy, and reinstallation).


I have a version of this file: 116 K 6.0.88.4, as I still have some VB6 applications.

Here is the file : msstdfmt.dll, if necessary.




Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.