Displaying 9 results from an estimated 9 matches for "findclose".
Did you mean:
  fileclose
  
2007 Oct 04
0
Prototyping the Dir class
...array << file
       end
       while FindNextFile(hfind, fdata)
          file = fdata[44, MAX_PATH].unpack("Z*")[0]
          if block_given?
          	yield file
          else
             array << file
          end
       end
       error = GetLastError()
       FindClose(hfind)
       if error != ERROR_NO_MORE_FILES
          raise get_last_error(error)
       end
       array
    end
    def self.getwd
       buf = 0.chr * MAX_PATH
       if GetCurrentDirectory(buf.length, buf) == 0
          raise ArgumentError, get_last_error
       end
       buf.unpack(&q...
2019 May 15
0
Wine release 4.0.1
...tely black screen
  26653  Multiple VB6 applications need oleaut32 VarRound to support VT_DECIMAL
  28140  Theatre of War 3: Korea demo 1.2.0 crashes on startup (hook engine can't cope with GOT/PIC register load code at API entry, needs DECLSPEC_HOTPATCH for kernel32.SizeofResource and kernel32.FindClose)
  31954  Second Sight hangs with a black screen after the intro videos
  33456  D3DXMatrixTransformation: Broken calculation when scalingrotation and scaling is used
  35516  Microworlds EX hangs when clicking toolbar button
  37705  Heroes of Might and Magic VI Shades of Darkness Textures Fail to...
2005 Aug 30
0
No subject
...000 ret=77b6e317
0009:Call ntdll.RtlDeleteCriticalSection(77c8aaf8) ret=77b6e322
0009:Ret  ntdll.RtlDeleteCriticalSection() retval=00000000 ret=77b6e322
0009:Call ntdll.RtlFreeHeap(77c30000,00000000,77c8aaf0) ret=77b7489d
0009:Ret  ntdll.RtlFreeHeap() retval=00000001 ret=77b7489d
0009:Ret  kernel32.FindClose() retval=00000001 ret=76f19fbf
0009:Call kernel32.GetFileAttributesW(77c83838 L"C:\\Program Files\\Hasbro Inter
active\\RollerCoaster Tycoon\\Saved Games") ret=76f1a47d
0009:Call ntdll.RtlDosPathNameToNtPathName_U(77c83838 L"C:\\Program Files\\Hasbr
o Interactive\\RollerCoaster Tycoo...
2009 Mar 03
3
CreateHardLink problem
Hi,
I'm developing a Windows backup application that needs to be able to
create possibly hundreds of thousands of hard links on an SMB share.
I'm running into a strange problem when that share happens to be on a
Samba server.  When the application tries to create the 10000th hard
link, the win32 CreateHardLink() function returns error code 5 "Access
is denied".  The Samba log
2007 Oct 21
0
Taking a stab at a pure Ruby Dir.glob
...fdata[44, MAX_PATH].unpack("Z*")[0]
       array << file if regex.match(file)
       while FindNextFile(hfind, fdata)
          file = fdata[44, MAX_PATH].unpack("Z*")[0]
          array << file if regex.match(file)
       end
       error = GetLastError()
       FindClose(hfind)
       if(error != ERROR_NO_MORE_FILES)
          raise get_last_error(error)
       end
       unless flags & File::FNM_DOTMATCH > 0
          array.delete_if{ |file| file =~ /^\..*/ }
       end
       array
    end
end
Here''s a test suite you can use to verify your res...
2013 Jun 21
0
Wine release 1.6-rc3
...inemac: Fix off-by-one errors when indexing into pixel_formats array with 1-based pixel format number.
      winemac: Avoid overdriving single-buffered GL if possible; the system throttles us.
Lauri Kentt? (1):
      po: Update Swedish translation.
Marcus Meissner (2):
      wbemprox: Add missing FindClose() (Coverity).
      wbemprox: Fixed leaking dirstack (Coverity).
Matteo Bruni (3):
      wined3d: Fix NP2 surface repacking in surface_download_data.
      d3d9/tests: Reset texture 0 to NULL at the end of texop_test().
      d3d9/tests: Skip unbound_sampler_test if cube or volume textures aren...
2019 Apr 12
0
Wine release 4.6
...ne uses Mono 2.6 instead of dotnet20
  27629  Pride of Nations Demo: crashes before entering game
  28140  Theatre of War 3: Korea demo 1.2.0 crashes on startup (hook engine can't cope with GOT/PIC register load code at API entry, needs DECLSPEC_HOTPATCH for kernel32.SizeofResource and kernel32.FindClose)
  32086  LBA2 black screen above diagonal from bottom left to upper right
  33845  Warframe (Steam) updater fails to replace 'Launcher.exe', reports sharing violation
  33904  Face Noir demo crashes on start without native d3dx9_36 ('D3DXLoadSkinMeshFromXof' must return 'ID3DXS...
2004 May 28
2
Problem with ADO connection
Hi,
First a big Thank You to the wine developers.  Your efforts are greatly
appreciated and have allowed me to move users to Linux that I could
never have moved otherwise.
I am currently setting up desktops for 7 end users, but doing so
requires that I get a particular application (The Electronic Manual)
which is a parts catalog for the restaurant equipment service industry.
The application
2013 Aug 30
0
Wine release 1.7.1
...to be a parent, make the relationship latent in its children, too.
      winemac: Track latent child windows (the inverse of the latent parent window relationship).
      winemac: A window is ineligible to be a Cocoa parent or child while minimized.
Marcus Meissner (2):
      scrrun: Added missing FindClose in error case (Coverity).
      usp10: Added missing break (Coverity).
Michael Stefaniuc (5):
      gdi32/tests: Use the standard way of allocating a struct with VLA on the stack.
      gdi32/tests: Use offsetof instead of sizeof on structs with VLA.
      gdi32/tests: Replace FIELD_OFFSET with of...