Results 1 to 3 of 3

Thread: missing dll file???Help!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253

    Unhappy

    When I tried to run my program on the users computer, an error came up saying Class not registered(MSSTDFMT.DLL). How do I register this file??

    Thanks.

  2. #2
    Guest
    Did you package it property? (with the P&D wizard).
    Make sure you included this file when you were creating the setup package.

    Or you can run it through Regsvr32.exe
    Code:
    Shell "Regsvr32.exe msstdfmt.dll

  3. #3
    New Member
    Join Date
    Aug 2000
    Location
    Tampa, FL
    Posts
    7
    Regsvr32 c:\winnt\system32\MSSTDFMT.DLL



    You can do this from the Start - Run or from Dos.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width