Re: [Chicken-users] file-copy does not work on Windows

2011-08-30 Thread Felix
> I added #:binary to my code. but "file-copy" still does not work correctly. > #;5> (file-copy "firefox.png" "Copy of Fx.png") > 6162 > #;6> (file-size "Copy of Fx.png") > 6190 > #;5> (file-copy "firefox.png" "Copy of Fx.png" #:binary) > 6162 > In "file-copy" definition at files.scm, #:binary is n

Re: [Chicken-users] file-copy does not work on Windows

2011-08-28 Thread Felix
Hello! > I am using Chicken to make a browser utility with GUI in Windows XP. > And I found that (file-copy) does not work correctly on Windows platform. > file was copied quietly, but it seems broken. > I looked into the source, and found it: > > windows-mingw32-x86 [ manyargs dload ptables ] >

[Chicken-users] file-copy does not work on Windows

2011-08-28 Thread pippejp
Dear Felix, I am using Chicken to make a browser utility with GUI in Windows XP. And I found that (file-copy) does not work correctly on Windows platform. file was copied quietly, but it seems broken. I looked into the source, and found it: windows-mingw32-x86 [ manyargs dload ptables ] compiled