[Bug 9909] New: VB6 - CoRegisterMessageFilter

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 5 12:43:12 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9909

           Summary: VB6 - CoRegisterMessageFilter
           Product: Wine
           Version: 0.9.46.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: test
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: stanwell at gmx.de


A simple VB6.exe is not working at all, Wine just gives this error message:
"fixme:ole:CoRegisterMessageFilter stub"

Source code:
------------

Module:
-------

Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
-------

Private Sub Form_Load()

Clipboard.SetText "test"
Sleep (8000)

End Sub


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list