Displaying 5 results from an estimated 5 matches for "setcurrentdirectory".
2007 Oct 04
0
Prototyping the Dir class
...uot;Z*")[0]
buf2 = 0.chr * MAX_PATH
if GetFullPathName(current, buf2.length, buf2, 0) == 0
raise ArgumentError, get_last_error
end
current = buf2.unpack("Z*")[0]
end
unless SetCurrentDirectory(dir)
raise ArgumentError, get_last_error
end
block.call
ensure
SetCurrentDirectory(current)
end
else
unless SetCurrentDirectory(dir)
raise ArgumentError, get_last_error
end
end...
1998 Sep 22
0
strange _spawnl() and system() behavior with VC++ Pro 5.0
...stem("unzip -l testfile.zip"), unzip actually looks for testfile.zip
in the root
of the drive rather than the current directory, although the current
directory
as returned by _getcwd() and GetCurrentDirectory() are correct. I've
tried
getting the current directory and setting it with SetCurrentDirectory to
no
avail. This occurs with WinNT commands like dir and type as well. Dir
works correctly, but if it is piped to a file, the file is stored in the
root
directory. Type has the same problem with opening files that unzip has.
This doesn't occur if I try it on a local drive. My network drive...
2013 Nov 15
0
Wine release 1.6.1
...t
27052 winedbg and its man page should use "wpid" consistently for Windows' process ID
28423 ImmGetDescriptionW() from imm32 crashes with certain parameters
28664 qedit/mediadet test crashes on FreeBSD9
29448 GameShield/SoftwareShield protected apps/games won't start (SetCurrentDirectoryA calling W API causes detours recursion)
30485 MeGUI 2112 crashes after first update / restart (application XML settings can't be fully deserialized due to oleaut32 VarDecRound being a semi-stub)
30797 wine(1) man page should mention running built-in programs like explorer.exe
31487 ke...
2013 Aug 30
0
Wine release 1.7.1
...ller crashes on destination folder selection (_BrowseProperty not handled)
27691 Star Wars Battlefront II renders textures incorrectly on certain maps
28143 GODS-Lands of Infinity: foliage of trees has graphical glitches
29448 GameShield/SoftwareShield protected apps/games won't start (SetCurrentDirectoryA calling W API causes detours recursion)
29720 Eclipse (Europa) crashes when tries to display welcome window
30004 Scrollbars flicker while searching in regedit
30813 1by1 player crashes by jumping to the next song
31319 Age of Mythology: slow performance
31435 git lastest version(1....
2009 Jan 30
0
Wine release 1.1.14
...rious write faults for a write watch that has been reset already.
services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W.
user32/tests: Accept DISP_CHANGE_RESTART also for tests expected to fail.
kernel32/tests: Don't hardcode C drive for SetCurrentDirectory tests.
gdi32: Release the GDI lock when calling the DC DeleteObject function.
gdi32: Don't hold the GDI lock while calling the DeleteObject method for GDI objects.
gdi32: Don't hold the GDI lock while calling the UnrealizeObject method for GDI objects.
gdi32: Don'...