On Wed, 30 Aug 2000 [EMAIL PROTECTED] wrote:
> Not being a Windows API programmer, does anyone have any pointers as to:-
>
> 1) Am I likely to get anywhere with OCX registration? I can not find any
> regerence to it in the source although there are references to it in
> binaries and the winelib HOWTO.
Maybe OCXs work with some native dlls and such... you probably need to
have regsvr32.exe at least.
> 2) What is a WOW_VDM, and should I be worried about it?
First part: See http://www.winehq.com/News/2000-27.html#ftr (or equivalent
in the online docs) for some info on what WOW is...
Second part: No,
> 4) I did not seem to have regsvr32.exe anywhere on my system, so I borrowed
> a copy from a Win98 system (I was running in -winver win98 mode just to be
> sure). This however did not change anything.
Maybe make sure Wine finds it and is able to load it, then. Could be that
it depends on other DLLs that aren't there, for example... how about
--debugmsg +module or whatever