|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problems with running applications
I do not know too much about Visual Basic and nor programming , but I created an application on my computer ( OS win98 ) and I can't run it on another computer ( OS win2000 ). Windows sends a message, that :
" Class not registered. You need the following file to be installed on your machine. MSSTDMFT.DLL " Why is it so, what shall I do? Thanx |
|
#2
|
||||
|
||||
|
You need to find the .dll file "MSSTDMFT.DLL", whatever that dll is for. Put it on your machine in the System32 folder (for example, C:\WINDOWS\System32), and run regSvr32 "C:\WINDOWS\System32\MSSTDMFT.DLL" from the command prompt.
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#3
|
|||
|
|||
|
Copy this file from your machine to another..And register it by using regsvr32..
|
|
#4
|
||||
|
||||
|
I'm sorry, I mistakenly said from the command prompt. click on start and go to run and type in the regsvr32 command.
|
|
#5
|
|||
|
|||
|
Thank you for your help :-) I tried to put the proper dll to the windows/system folder but I did not know anything about this regSvr32 procedure.
Thank you again, you helped a lot. Best wishes ( and of course a happy new year ) Herr_kulesch |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Problems with running applications |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|