Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: VB6 Setup - DLLSeftRegister msdxm.ocx


Message #1 by "Lloyd Alexander" <lloyd@p...> on Sat, 15 Mar 2003 00:01:52
My setup program freezes while trying to SelfRegister the msdxm.ocx. Under 
Win95 I simple get an "unable to register..." message. Under Windows 2000 
everything seems to go OK. Under Windows 98 it simply hangs forever. I've 
never seen Microsoft code behave so poorly before.

The errant statement occurs in the file produced by the setup wizard. The 
file is: basSetup1.bas, the function is: RegisterFiles, the statement is: 
intDLLSelfRegRet = DLLSelfRegister(strFilename) where strFilename 
= "msdxm.osx".

I need the help of this most excellent forum.

Lloyd Alexander

  Return to Index