Hi all.
I have an application which needs to compress an audio file.
I use an external program to compress it (gzip.exe), and I execute it from within Blitz (via ExecFile command).
The problem: when the external application runs, it shows for a while a DOS window, which 'disturbs' in some way the feeling of the game.
So I wonder, is there any solution to this ?
- is there any free file compresser which works without showing any flashing window during the process ?
OR
- is there any compress library or API which can be used from within B3D or B+ ?
- is there any way to hide that DOS window that pops up ?
OR
- is there any wav-->ogg file compresser which converts the file automatically, and without showing anything ?
Thanks for your help,
Sergio.
I have an application which needs to compress an audio file.
I use an external program to compress it (gzip.exe), and I execute it from within Blitz (via ExecFile command).
The problem: when the external application runs, it shows for a while a DOS window, which 'disturbs' in some way the feeling of the game.
So I wonder, is there any solution to this ?
- is there any free file compresser which works without showing any flashing window during the process ?
OR
- is there any compress library or API which can be used from within B3D or B+ ?
- is there any way to hide that DOS window that pops up ?
OR
- is there any wav-->ogg file compresser which converts the file automatically, and without showing anything ?
Thanks for your help,
Sergio.