[Bug 9575] IBExpert need windows native ole32.dll to run

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 12 09:44:04 CDT 2009


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





--- Comment #20 from Markus <mst at collogia.de>  2009-09-12 09:43:58 ---
Ad 1.

Output has been taken in lines 6132ff of storage32.c

  hFile = CreateFileW( pwcsName,
                       accessMode,
                       shareMode,
                       NULL,
                       OPEN_EXISTING,
                       FILE_ATTRIBUTE_NORMAL | FILE_FLAG_RANDOM_ACCESS,
                       0);

  FIXME("accessMode : %i\n",accessMode); <-- Inserted here 

  if (hFile==INVALID_HANDLE_VALUE)

Ad 2.

I'll check what I can do.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list