Results 1 to 2 of 2
I try to get a simple VB6.exe to work in Wine. It just gives an error message:
Code:
fixme:ole:CoRegisterMessageFilter stub
source code
Code:
Module:
-------
Public Declare Sub Sleep Lib ...
- 10-05-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 5
VB6 - CoRegisterMessageFilter
I try to get a simple VB6.exe to work in Wine. It just gives an error message:
source codeCode:fixme:ole:CoRegisterMessageFilter stub
Code:Module: ------- Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
here the programCode:Private Sub Form_Load() Clipboard.SetText "test" Sleep (8000) End Sub
zSHARE - project1.exe
- 10-08-2007 #2
Well, you can better write that small script in a Linux language. Like C++ or Perl.
and if you still want it in vb language, try Gambas.
But Anywho, The problem is (I think) that you want to write to the kernel. You cant. Since well its linux.. but thats just a snatch in the Dark.


Reply With Quote
