dll could not start ?????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishwaskothari
    New Member
    • Aug 2007
    • 60

    dll could not start ?????

    when i am installing the vb application on a 98 machine, there comes the message that oc---32.dll could not start, and after that win98 gets corrupted.

    what can be the probable reason ?

    TIA
    regards
    vishwas
  • codeCruncher
    New Member
    • Sep 2007
    • 8

    #2
    Originally posted by vishwaskothari
    when i am installing the vb application on a 98 machine, there comes the message that oc---32.dll could not start, and after that win98 gets corrupted.

    what can be the probable reason ?

    TIA
    regards
    vishwas
    wut do u mean by corrupted? hv u tried registering the .dll? if yes, then try to replace the .dll file with a new 1 n reregister that 1. g'lck! :)

    Comment

    • vishwaskothari
      New Member
      • Aug 2007
      • 60

      #3
      Originally posted by codeCruncher
      wut do u mean by corrupted? hv u tried registering the .dll? if yes, then try to replace the .dll file with a new 1 n reregister that 1. g'lck! :)
      thanks a lot sir,
      but i dont know how to register it ?

      and one more problem is there that when i press the print button of the datareport there comes the error.

      why is it so ?

      can you help me plz ?

      TIA
      regards
      vishwas

      Comment

      • hariharanmca
        Top Contributor
        • Dec 2006
        • 1977

        #4
        Originally posted by vishwaskothari
        thanks a lot sir,
        but i dont know how to register it ?
        To register a dll hold 'Winkey' and press 'rKey' run command will popup there
        type

        regsvr32 "C:\WINDOWS\sys tem32\fileName. dll"

        Format :

        regsvr32<Space> "<File Path>\<File Name>.dll"

        Comment

        • debasisdas
          Recognized Expert Expert
          • Dec 2006
          • 8119

          #5
          Originally posted by vishwaskothari
          thanks a lot sir,
          but i dont know how to register it ?
          try the following ar RUN to register the dll with windows

          regsvr32 complete path of the file.

          ex
          =====

          regsvr32 c:\widows\das.d ll

          Comment

          Working...