when ww2ogg is executed from other path, it could not find the right codebook file.
Maybe in the code something like char* filename = './xxx.bin' is used, which, I suppose, is not general enough.
Note:
The path to the program itself is contained in the argv[0]. It could be useful.
when ww2ogg is executed from other path, it could not find the right codebook file.
Maybe in the code something like
char* filename = './xxx.bin'is used, which, I suppose, is not general enough.Note:
The path to the program itself is contained in the
argv[0]. It could be useful.