"Hin-Tak" == Hin-Tak Leung hintak_leung@yahoo.co.uk writes:
Hin-Tak> I needed a WIN32 API based file-appending solution to fix a bug Hin-Tak> (http://bugs.winehq.org/show_bug.cgi?id=21394) and using the Hin-Tak> example code Hin-Tak> http://msdn.microsoft.com/en-us/library/aa363778%28VS.85%29.aspx Hin-Tak> as reference, I have got a somewhat working solution, except if Hin-Tak> I follow the code, the WriteFile part for appending fails.
Hin-Tak> Then I have cross-gcc compiling that example source code Hin-Tak> standard-alone, and the resulting executable won't append under Hin-Tak> wine cmd either. So it looks like either the example code is Hin-Tak> wrong, or wine's implementation of WriteFile() is a bit broken Hin-Tak> sometimes. I have determined the ReadFile succceeds and the Hin-Tak> SetFilePointer() also work)
Hin-Tak> So I have two questions - (1) can somebody tell if there is Hin-Tak> something obviously wrong with the example, (2) can somebody Hin-Tak> say if it is because wine is not working e.g. SetPointer Hin-Tak> doesn't work?
Register with the winetestbot, upload your test exe and compare the test output
...