Log Message: |
Movie generation now works.
Have got as far as PyCAD tests. Suspect a repeat of the issues below.
More care is needed when writing file names to data files that are to be read by C/C++ programs.
The '\' in windows file names has the obvious effect
when read from a file by a C/C++ program. It is also not appreciated on the command line by some cygwin applications: ppm2mpeg being the case in point here. Also, windows file names often
contain blanks and other strange characters, in turn requiring even more care. This can happen on *nix systems too. Finally, cygwin gcc sometimes hates unix formatted files on windows! It appears liberal use of unix2dos helps cure things when 'raw-ish' C I/O (fgets) is used by cygwin programs. isspace() also seems to be a bit deaf in this respect in in cygwin's gcc RTL.
|