Re: [fpc-pascal] MIDI package

2005-01-12 Thread Peter H.M. Brooks
Pedro Lopez-Cabanillas wrote: If you want to work with MIDI files only, but not to play or record sequences, you can download this file: http://perso.wanadoo.es/plcl/ametro/ametro-0.4.tar.bz2 Inside the tarball you will find a directory named musicobjects/ and inside it there is a file "smf.pas"

Re: [fpc-pascal] MIDI package

2005-01-12 Thread Pedro Lopez-Cabanillas
Hi, On Wednesday 12 January 2005 18:41, Peter H.M. Brooks wrote: > I just wondered if there was a package that allowed one to create and > manipulate MIDI files easily. I've wrote a translation of ALSA's library headers to Pascal. It has support for Linux only, and it can be used with Kylix and

[fpc-pascal] MIDI package

2005-01-12 Thread Peter H.M. Brooks
I just wondered if there was a package that allowed one to create and manipulate MIDI files easily. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] problem with 1.9.6 win32 installer

2005-01-12 Thread Tomas Hajny
On Wed, 12 Jan 2005 13:27:06 +0200, Alexey Pavluchenko wrote > Hello all, > > The installer says "too many packs" and closes immediately. When I > delete some unnecessary package descriptions from install.dat it runs > normally as supposed. Happens on Windows 98SE, did not test it on > other machi

[fpc-pascal] problems compiling fv example

2005-01-12 Thread Moritz Gerlach
Hi there, I've got problems compiling the testapp.pas example for free vision under linux. (1): $ make testapp /usr/bin/ppc386 -Fu/usr/lib/fpc/1.9.6/units/i386-linux/rtl -Fu/usr/lib/fpc/1.96/units/i386-linux/fv -FE. -FUunits/i386-linux -di386 testapp.pas Free Pascal Compiler version 1.9.6 [20

Re: [fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread Marco van de Voort
> On 12 jan 2005, at 14:13, Marco van de Voort wrote: > > > Open Source requires some effort. > > Not necessarily more than closed source, although in practice it often > does, unfortunately. Indeed. > The issues you mentioned (impossible to make Windows-centric things work > seamlessly on all

Re: [fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread Jonas Maebe
On 12 jan 2005, at 14:13, Marco van de Voort wrote: Open Source requires some effort. Not necessarily more than closed source, although in practice it often does, unfortunately. The issues you mentioned (impossible to make Windows-centric things work seamlessly on all other platforms) have nothi

Re: [fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread Marco van de Voort
> This my test to see if free pascal can be used to compile Delphi Projects. > I have thousands of delphi projects/project files etc... but for this test I > simply create a new application and save it to c:\freepascal testen\hello > world\version 0.01 > I notice how free pascal does not support d

Re: [fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread Peter Vreman
> Hi, > > This my test to see if free pascal can be used to compile Delphi Projects. > > I have thousands of delphi projects/project files etc... but for this test > I > simply create a new application and save it to c:\freepascal testen\hello > world\version 0.01 > > I notice how free pascal does

Re: [fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread Florian Klaempfl
If you want as much as possible delphi compatibility and a delphi styled environment, use lazarus: www.lazarus.freepascal.org . [EMAIL PROTECTED] wrote: Hi, This my test to see if free pascal can be used to compile Delphi Projects. I have thousands of delphi projects/project files etc... but for

[fpc-pascal] Delphi To Free Pascal

2005-01-12 Thread [EMAIL PROTECTED]
Hi, This my test to see if free pascal can be used to compile Delphi Projects. I have thousands of delphi projects/project files etc... but for this test I simply create a new application and save it to c:\freepascal testen\hello world\version 0.01 I notice how free pascal does not support delph

Re: [fpc-pascal] Debug server under win32

2005-01-12 Thread Michael . VanCanneyt
On Tue, 11 Jan 2005, pascalive wrote: > How is the perspective to get the debug server, that comes in > fpc/utils/debugsvr, working in win32? A rewrite for Win32 is required. > I tried to compile it without sucess. It relies on Linux. I want to rewrite it using Lazarus, but there are about

[fpc-pascal] problem with 1.9.6 win32 installer

2005-01-12 Thread Alexey Pavluchenko
Hello all, The installer says "too many packs" and closes immediately. When I delete some unnecessary package descriptions from install.dat it runs normally as supposed. Happens on Windows 98SE, did not test it on other machines. Has anybody else encountered this problem? If no, what can be the r