Thread: New V1.008 User
View Single Post
  #7  
Old July 30th, 2001, 08:55 AM
edhorton edhorton is offline
Registered User
 
Join Date: Jul 2001
Posts: 7
No I am not adding .wav. I read the manual. However, it seems to me to be poor programing to place this restriction on the user. There is a real problem in the code such that it will not take file names with spaces. Also, it should not overwrite the source file under any condition - which it does. I think MTU should look at this carefully. Even if a user should use the same file name for in and out, it should reject the output name. In my case, the names were different, but because of the spaces, it assumed they were the same for some reason, and trashed the input file. Check your parser. To add insult to injury, when I tried to access the input file again, the program locks up - which is the original issue in this thread.
Reply With Quote