Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sharing violation of input/output files #29

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments
Closed

Sharing violation of input/output files #29

GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Try to open the input/output files in another application while xdelta 
is processing them or: try to process some files with xdelta while they 
are opened in another application.

What is the expected output? What do you see instead?
Xdelta should allow other applications read access to the input/output 
files while it is processing them but instead it gives a file system 
error. 

What version of the product are you using? On what operating system?
xdelta30p on Win32

Please provide any additional information below.
The issue could be solved by using FILE_SHARE_READ for the 3rd parameter 
of CreateFile().

Original issue reported on code.google.com by as...@gmx.net on 23 Mar 2007 at 11:00

@GoogleCodeExporter
Copy link
Author

I will add FILE_SHARE_READ.

Original comment by josh.mac...@gmail.com on 24 Mar 2007 at 12:45

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in SVN 156, tested. Thanks!

Original comment by josh.mac...@gmail.com on 24 Mar 2007 at 1:59

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant