search for: open_always

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

2004 Aug 11
5
problem with delphi bde app
Hi, I'm trying to run some old delphi application, which uses BDE to connect to an access mdb file. The application displays an error, that it couldn't open the database. I can run BDEADMIN and I see that database aliases are configured propoerly. I did some winedebugg'ing and noticed following mesassages .... ... warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr
2004 Nov 16
0
Re: Win32, file descriptors and rb_io_check_writable()
...an see this easily enough by doing something like this: > >fh1 = File.open("test1.txt","w+") >fh1.print "hello\nworld\n" >fh1.close > >Open this up with notepad - looks fine. Now try this: > >fh2 = File.nopen("test2.txt",nil,nil,File::OPEN_ALWAYS) >fh2.print "hello\nworld\n" >fh2.close > >Opened with notepad, you''ll see that the line endings aren''t the same >(although wordpad handles them properly). I guess I should find an >octal dump tool for windows to verify. Hopefully, you''ll see...
2008 Nov 22
2
GetFinalPathNameByHandle for XP and earlier
...e UnmapViewOfFile(pmem) end end else raise get_last_error end final_path end # Test program file = File.join(Dir.pwd, ''test.txt'') handle = CreateFile( file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, nil, OPEN_ALWAYS, nil, nil ) if handle == INVALID_HANDLE_VALUE raise get_last_error end p GetFinalPathNameByHandle(handle, nil, nil, nil) CloseHandle(handle)
2008 Dec 05
0
Wine release 1.1.10
...arate process 8949 Neocron 2.2 Client.exe crashes at character selection screen 8998 Unhandled page fault with ME_MarkForPainting in WASTE 1.5 9296 Info Select 2007 crashes on startup 9335 Cannot switch tabs in MYOB 9349 wine 0.9.43 crash on etherlords 2 9353 CreateFile with OPEN_ALWAYS on an existing directory fails with ERROR_ACCESS_DENIED 9367 Quicktime Player 7.1.0.210 aborts on startup 9377 Ricochet Infinity cannot download Level Set Catalog 9514 ABBYY FineReader 8.0 Professional Edition does not start 9627 Graphical corruption in EVE ONLINE 9648 Birthday...
2020 Sep 11
0
Wine release 5.17
...ap/avimux: Pass the correct field to CONTAINING_RECORD in impl_sink_from_strmbase_pin(). wintrust/tests: Add more tests for CryptCATOpen() file modes. wintrust: Assign the file open mode directly instead of treating it as a bitmask. wintrust: Translate a lack of open mode flags to OPEN_ALWAYS. wintrust: Translate CRYPTCAT_OPEN_CREATENEW to CREATE_ALWAYS. include: Add more setupapi error codes. include: Add a couple more SIP indirect data flags. mssign32: Use public SPC_* flag definitions. include: Add catalog file version constants. server: Use GENERI...
2007 Nov 30
0
Wine release 0.9.50
...d match colours with win2k. Dmitry Timoshkov (5): winex11.drv: Get rid of unused variables. server: Make timer id allocation algorithm conform to the Windows one. kernel32: Set last error to ERROR_ALREADY_EXISTS if CreateFile succeeds and file existed before for CREATE_ALWAYS and OPEN_ALWAYS. kernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED to prevent a test failure under Windows. winex11.drv: Use display device guid managed by explorer. EA Durbin (4): kernel32: Add stub implementation of GetConsoleInputExeNameA. kernel32: Add stub implementation of GetCon...