Re: [fpc-pascal] mmsystem unit : errors

2005-08-03 Thread Michael Van Canneyt
On Wed, 3 Aug 2005, Jean-Marc Chourot wrote: Hi all, Could someone help to understand what happens with this piece of code : When I call the following function, I very very often receive an error :MCIERR_PARAM_OVERFLOW: writeln(err,' The output string was not long enough.'); Does anybody know

[fpc-pascal] mmsystem unit : errors

2005-08-02 Thread Jean-Marc Chourot
Hi all, Could someone help to understand what happens with this piece of code : When I call the following function, I very very often receive an error :MCIERR_PARAM_OVERFLOW: writeln(err,' The output string was not long enough.'); Does anybody know why ? why is the pchar too small ? thx for help JM