Quote:
Originally Posted by dmail
It sounds like you are building libraries, have you tried contacting the author of the application? The hit and miss approach with only a little knowledge of C is going be a long and laborious process, one which you may not complete.
What is the application? does it have a website? Has the application been updated/had bug fixes applied?
|
The application is so obscure that only an archived version is available on the net. It dates back to 1994. Its called MPEGv1.1.
I have a software that creates mgm files. To display it as a movie, the software recommends MPEGv1.1.
I tried making this change:
Code:
FILE *yyin, *yyout;
instead of the line:
Code:
FILE *yyin ={stdin}, *yyout ={stdout};
The errors have disappeared and the executable has been made. But could the executable be incorrectly compiled?