Hi
I have a C++ project for Windows and Macintosh. If I want to copy the
project (directories and files) from Windows to the Macintosh error -128
occurs. I work as follows:
- The project is on the Macintosh client (Mac OS X 10.2) and I work with it.
- If I finished, I copy the whole project (directories and files) to a
temporary directory on a Windows 2000 server
- From there I copy the whole project to a Windows 2000 client
- I edit it on the Windows 2000 client
- If I finished, I compare the project on the Windows 2000 client with the
project on the Windows 2000 server using ExamDiff Pro (a Windows shareware
tool) and adjust the two projects. Adjust means I copy the newer or added
files on the Windows 2000 client project to the Windows 2000 server project
- If the projects are adjusted, I delete the existing project on the
Macintosh client and copy the whole project from the Windows 2000 server to
the Macintosh client.
During the copy from the Windows 2000 server to the Macintosh client,
unknown error number -128 occurs and copying is canceled. It could be that
the problem occurs with the files I copied from the Windows 2000 client to
the Windows 2000 server (CR/LF instead of CR???), but I'm not sure.
- What could be the problem?
- What is error number -128?
Thanks for the help
Regards
Hans
|