/[escript]
ViewVC logotype

Revision 1615


Jump to revision: Previous Next
Author: trankine
Date: Tue Jun 17 10:22:20 2008 UTC (14 years, 9 months ago)
Changed paths: 1
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.

Changed paths

Path Details
Directorybranches/windows_from_1456_trunk_1580_merged_in/pyvisi/py_src/movie.py modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.26