http://bugs.winehq.org/show_bug.cgi?id=7634
vincent.hardy.be(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry,
| |source
--
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=7634
Summary: Wine oleaut32 and Access jet engine
Product: Wine
Version: 0.9.31.
Platform: PC
URL: http://home.scarlet.be/linux/compteco/testjet.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Problem with property "fields" (not recognized). See test program and delphi 5
source at http://home.scarlet.be/linux/compteco/testjet.zip
With native oleaut32, it's OK, but not with the builtin one. See captures.
--
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=7609
------- Additional Comments From dmitry(a)codeweavers.com 2007-05-03 06:03 -------
Does removing the check under /* Ignore some unwanted events */ comment help?
I.e. completely remove the following chunk of code:
/* Ignore some unwanted events */
if ((keysym >= XK_ISO_Lock && keysym <= XK_ISO_Last_Group_Lock) ||
keysym == XK_Mode_switch)
{
wine_tsx11_lock();
TRACE("Ignoring %s keyboard event\n", XKeysymToString(keysym));
wine_tsx11_unlock();
return;
}
--
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=4704
------- Additional Comments From dmitry(a)codeweavers.com 2007-05-03 05:50 -------
First thing to check then is to run with +x11drv and watch to warning messages
like "X does not support locale" and "Could not open input method". If locale
support in X11 does present you should see a message in the log like
"Using en_US locale of Input Method".
--
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 wjsqudtlr(a)gmail.com 2007-05-03 05:02 -------
Created an attachment (id=5231)
--> (http://bugs.winehq.org/attachment.cgi?id=5231&action=view)
Add/RemoveFontMemResourceEx api implementation
i rewrite {Add|Remove}FontMemResourceEx api. it is more fully implementation.
this patch work with previous simple test program.
i can't run AOE3. Louis, could you please test this patch?
--
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.