search for: readfileex

Displaying 6 results from an estimated 6 matches for "readfileex".

2007 Sep 25
2
Using callbacks with ReadFileEx
Hi all, First, I just realized I''ll need to go back and fix some of the prototype declarations for windows-pr. The callback parameters will now need to be set to ''K''. ReadFileEx is one example of this. For purposes of my question, let''s assume ReadFileEx has been declared like so: API.new(''ReadFileEx'', ''LPLPK'', ''B'') Now that we have callback support in win32-api, I thought I''d give asynchronous IO a...
2012 Apr 25
1
Function ReadFileEx in Wine
Hi, I would like to know if this function is completely implement in Wine because since the release of new Ubisoft's games, there is a problem to launch correctly the game. The error message is : Code: 2011-12-21 22:04:31 [ 97] [ERROR ] NamedPipeReceiveLoop.cpp (74) : ReadFileEx failed, error = 997. On Microsoft msdn website, this error (997 = ERROR_IO_PENDING) means that an operation I/O overlapped (or asynchronous) is in progress. See here : http://msdn.microsoft.com/en-us/library/windows/desktop/ms681388%28v=vs.85%29.aspx I quote a text from this page http://msdn.mi...
2006 Oct 19
1
Fw: Win32 OVERLAPPING IO
...sue however, and it is related to several factors: - Ruby threads are green threads, IO blocks block all threads. - RS232 Comms on Windows using the Windows::File#open don''t provide non overlapping I/O. - There is little easy to introduce documentation on how to use Windows::File#ReadFileEx in ruby. Ruby does however provide us with some major advantages. I programmed the stateful parser and threading system in under a day, and to date it serves perfectly as a one-way reader. Today however, we need to change this to continue this project. Besides my own testing code, I ha...
2012 Jun 22
0
Wine release 1.5.7
...27767 htmlhelp not showing diacritic characters from html encoded entity 27918 GTAIV doesn't show anything after switching resolution 28041 Galactic Civilisation II: Graphical glitches: some polygons of ships seem to have wrong coordinates 28119 Games with UPlay won't start due to ReadFileEx failture 28201 Diablo III D3D error when restarting graphics 28228 Multiple apps need msvcp90.dll.??0?$basic_ifstream at DU?$char_traits at D@std@@@std@@QAE at PBDHH@Z (Ragnarok Online, Settlers 7, XnView, Nokia Suite) 28360 Mass Effect: msvcp90:locale__Init needs to be implemented 28501...
2012 May 08
0
[Ubisoft's Games]Can't save a game
Hi, With Bruno Jesus, we create a hack to pass the ReadFileEx error for the Ubisoft Game Launcher (see bug #28119). I tried the hack with 3 games and they work correctly. But for two games (Assassin's Creed 2 and Revelations), the savegame does not works correctly. The savegame folder is here : "c:/users/berillions/Local Settings/Application Data/Ub...
2012 Nov 23
0
Wine release 1.5.18
...l: Always use UTF-8 encoding in nsWineURL. mshtml: Added nsIURI::GetOriginCharset implementation. atl: Don't forward AtlModule* calls to atl100.dll. advapi32: Added debug trace to RegOverridePredefKey. wininet: Don't take INTERNET_BUFFERSW as argument in object's ReadFileEx entry. wininet: Use generic ReadFileEx entry in InternetReadFileExA and get rid of ReadFileExA entry. Jason Edmeades (3): cmd: Add support for tokens= (for /f). cmd: Prevent external env vars causing tests to fail. cmd: Add support for NUL in copy. J?rg H?hle (1): mc...