http://bugs.winehq.org/show_bug.cgi?id=5506
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-08 13:46 -------
I could not find a way to login and download this program from http://lsis.biz/
Please submit an entry for this program in the AppDB http://appdb.winehq.org/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5866
------- Additional Comments From truiken(a)gmail.com 2006-07-08 13:36 -------
I can't reproduce this crash with CVS and my patch applied. All the files
correctly install without a crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5884
Summary: VB6 application fails to convert date to string
formatted weekdays
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)benjaminarai.com
The application prints out the string for the specified weekday. VarWeekdayName
is missing.
Visual Basic snippet:
Dim oldDate As Date
Dim oldWeekDayName As String
oldDate = #2/12/1969#
oldWeekDayName = WeekdayName(Weekday(oldDate))
Print "The weekday name is (expect Wednesday) "; oldWeekDayName
Wine debug output:
fixme:ole:CoRegisterMessageFilter stub
wine: Call from 0x7fc91610 to unimplemented function
oleaut32.dll.VarWeekdayName, aborting
wine: Unimplemented function oleaut32.dll.VarWeekdayName called at address
0x7fc91610 (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5883
Summary: Printing does not work for ole visual basic 6
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)benjaminarai.com
Printing does not work in VB6 (Visual Basic 6). It looks like
OLEFontImpl_SetHdc needs to be implemented.
Code snippet:
Printer.Print ""
Printer.FontName = "Arial"
Printer.FontSize = 18
Printer.FontBold = True
Printer.Print Label1.Caption
Printer.FontBold = False
Printer.Print "This is a test."
Printer.EndDoc
Wine output:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OLEFontImpl_SetHdc (0x7fdab2c8)->(0x348): Stub
fixme:ole:OLEFontImpl_SetHdc (0x7fdab2c8)->(0x348): Stub
fixme:ole:OLEFontImpl_SetHdc (0x7fdab2c8)->(0x348): Stub
fixme:ole:OLEFontImpl_SetHdc (0x7fdab2c8)->(0x348): Stub
fixme:ole:OLEFontImpl_SetHdc (0x7fdab2c8)->(0x348): Stub
fixme:ole:CoRegisterMessageFilter stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5402
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-08 13:10 -------
Please submit an entry for this program in the AppDB http://appdb.winehq.org/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From cweiske(a)cweiske.de 2006-07-08 12:44 -------
Hans, thanks for the fast patch. I recompiled a patched wine 0.9.18, and the
fixme:font:GetFontUnicodeRanges messages are gone - but still no texts in Aoe3.
The next FIXMEs are the following:
fixme:font:AddFontMemResourceEx (0x3390000,0000ca60,(nil),0x33df7c): stub
which is echoed six times.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.