Hi,
has anyone managed to build in a pascal program what in C is a
char *strings[]
and use it from C?
In pascal terms this is a single dimensional array aka vector of PChar.
Do I have to make copies of any string or is it sufficient to fill up an
array with PChar?
My attemtps all fail
Am Sonntag, den 02.09.2007, 16:56 +0200 schrieb Sebastian Günther:
> Marc Santhoff schrieb:
> >
> > Ahem, maybe you know how to control the volume, too?
>
> Naturally, this is not possible: The PC speaker is simply controlled by
> a timer, which creates a square wave (on/off). In ancient DOS tim
En/na Marco van de Voort ha escrit:
Naturally, this is not possible: The PC speaker is simply controlled
by a timer, which creates a square wave (on/off). In ancient DOS times
there was a trick by doing a frequency modulation, i.e. you turn the
timer on and off quite fast. But on Linux etc. the
> > Naturally, this is not possible: The PC speaker is simply controlled
> > by a timer, which creates a square wave (on/off). In ancient DOS times
> > there was a trick by doing a frequency modulation, i.e. you turn the
> > timer on and off quite fast. But on Linux etc. the drivers don't
> > s
Naturally, this is not possible: The PC speaker is simply controlled
by a timer, which creates a square wave (on/off). In ancient DOS times
there was a trick by doing a frequency modulation, i.e. you turn the
timer on and off quite fast. But on Linux etc. the drivers don't
support such cheats
Marc Santhoff schrieb:
Ahem, maybe you know how to control the volume, too?
Naturally, this is not possible: The PC speaker is simply controlled by
a timer, which creates a square wave (on/off). In ancient DOS times
there was a trick by doing a frequency modulation, i.e. you turn the
timer
Am Sonntag, den 02.09.2007, 10:32 +0200 schrieb Daniël Mantione:
>
> Op Sun, 2 Sep 2007, schreef Jonas Maebe:
>
> >
> > On 02 Sep 2007, at 07:58, Marc Santhoff wrote:
> >
> > > FreeBSD has a simple speaker-device and is able to use it for simple
> > > freqency and duration sounds via ioctl as w
Op Sun, 2 Sep 2007, schreef Jonas Maebe:
>
> On 02 Sep 2007, at 07:58, Marc Santhoff wrote:
>
> > FreeBSD has a simple speaker-device and is able to use it for simple
> > freqency and duration sounds via ioctl as well as playing musical notes
> > a simple acsii-notation. Maybe Linux, MacOS and
On 02 Sep 2007, at 07:58, Marc Santhoff wrote:
FreeBSD has a simple speaker-device and is able to use it for simple
freqency and duration sounds via ioctl as well as playing musical
notes
a simple acsii-notation. Maybe Linux, MacOS and others have similar
possibilities?
Mac OS X doesn't. L