View Single Post
Old 17th November 2007, 13:51   #12  |  Link
dukey
Registered User
 
Join Date: Dec 2005
Posts: 560
to fix avisynth with funky file names ..
without looking at the code
just use _wfopen
or rather use _tfopen and define _UNICODE and maybe UNICODE as well. Then replace char with TCHAR.

that still leaves the problem though of the scripts being ascii 7 or 8 bit
dukey is offline   Reply With Quote