RE: [fpc-devel] Saving of the registers in the Go32v2 core

2007-08-08 Thread borsa77
On 8 Aug 2007 at 12:55, Lee, John wrote: > The plan is to release v2.2 soon- do any of these these need to be applied to > v2.2 fixes branch? Regards John I don't know of any specific bug related to the lack of preservation of a register, but such thing often exploits in a way not directly rela

RE: [fpc-devel] Saving of the registers in the Go32v2 core

2007-08-08 Thread Lee, John
The plan is to release v2.2 soon- do any of these these need to be applied to v2.2 fixes branch? Regards John > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: 07 August 2007 17:54 > To: fpc-devel@lists.freepascal.org > Subjec

Re: [fpc-devel] PortAudio package ?

2007-08-08 Thread Michael Van Canneyt
an to write a Pascal unit > > > for > > > the C-API <http://portaudio.com/docs/v19-doxydocs/portaudio_8h.html> > > > anyway. > > > > I think the pascal translation of the C api is a very good idea; Other sound > > library headers also were translat

Re: [fpc-devel] PortAudio package ?

2007-08-08 Thread Adriaan van Os
anyway. I think the pascal translation of the C api is a very good idea; Other sound library headers also were translated. A first version is available from <http://www.microbizz.nl/portaudio-20070808.tar.gz>. The units compile with both FPC and GPC. Next step will be to use this in an

[fpc-devel] Saving of the registers in the Go32v2 core

2007-08-08 Thread borsa77
I corrected several asm blocks for preservation of used registers in the core Go32v2 files, the name of attached patch is regscore.diff and it appliyes on the trunk branch. I also found a potential bug in the function strcopy of the file sysos.inc demonstrated (toggle with the OZMAGIC define) by

Re: [fpc-devel] PortAudio package ?

2007-08-08 Thread Michael Van Canneyt
On Mon, 6 Aug 2007, Adriaan van Os wrote: > If considered useful, I can spend some time adding a PortAudio > package to FPC. I plan to write a Pascal unit for > the C-API anyway. I think the pascal translatio