RE : RE : [fpc-pascal] Burn a CD

2012-03-24 Thread Ludo Brands
> I will see, thanks. > To read the Output, I think is better to use this tutorial: > http://wiki.lazarus.freepascal.org/Executing_External_Programs #Reading_large_output Yes. You want to read the output continuously and display it as soon as there is new data. Ludo ___

Re: RE : [fpc-pascal] Burn a CD

2012-03-24 Thread Marcos Douglas
On Fri, Mar 23, 2012 at 2:12 PM, Ludo Brands wrote: > >> >> Today I'm back to this problem. >> I downloaded the CDRtools (it need cygwin too). >> I burned the files on the CD-R... very good! >> >> But I still have a problem: >> The CD or DVD will have many files so, recording may take >> much time

RE : [fpc-pascal] Burn a CD

2012-03-23 Thread Ludo Brands
> > Today I'm back to this problem. > I downloaded the CDRtools (it need cygwin too). > I burned the files on the CD-R... very good! > > But I still have a problem: > The CD or DVD will have many files so, recording may take > much time. How do you show to user the progress? > CDRtfe is a gui

Re: [fpc-pascal] Burn a CD

2012-03-23 Thread Marcos Douglas
On Thu, Mar 15, 2012 at 7:57 AM, Leonardo M. Ramé wrote: > - Original Message - > >> From: Marcos Douglas >> To: Leonardo M. Ramé ; FPC-Pascal users discussions >> >> Cc: >> Sent: Wednesday, March 14, 2012 12:05 PM >> Subject: Re: [fpc-pascal]

Re: [fpc-pascal] Burn a CD

2012-03-15 Thread Marcos Douglas
On Thu, Mar 15, 2012 at 7:57 AM, Leonardo M. Ramé wrote: > > - Original Message - > > > From: Marcos Douglas > > To: Leonardo M. Ramé ; FPC-Pascal users > > discussions > > Cc: > > Sent: Wednesday, March 14, 2012 12:05 PM > > Subject: Re:

Re: [fpc-pascal] Burn a CD

2012-03-15 Thread Leonardo M . Ramé
- Original Message - > From: Marcos Douglas > To: Leonardo M. Ramé ; FPC-Pascal users discussions > > Cc: > Sent: Wednesday, March 14, 2012 12:05 PM > Subject: Re: [fpc-pascal] Burn a CD > > On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé > wrote: >

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Mark Morgan Lloyd
Marcos Douglas wrote: On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé wrote: If you think in the future your app must work in another OSes, maybe a better solution is to use cdrecord, it has everything you need (CD, DVD, BluRay) . Here's the Win32 version http://www.student.tugraz.at/thomas.p

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Marcos Douglas
On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé wrote: > If you think in the future your app must work in another OSes, maybe a > better solution is to use cdrecord, it has everything you need (CD, DVD, > BluRay) . Here's the Win32 > version http://www.student.tugraz.at/thomas.plank/ > > We run

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Marcos Douglas
On Wed, Mar 14, 2012 at 4:26 AM, stootch wrote: > W dniu 13.03.2012 14:13, Marcos Douglas pisze: > >> Hi, >> >> Anyone knows how burn a CD using the Windows API (should works in XP and >> Vista)? > > > Take a look at: > http://blog.delphi-jedi.net/2009/07/18/im-burning-baby/ > > Porting to FPC/Laz

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Marcos Douglas
On Tue, Mar 13, 2012 at 10:10 PM, Jorge Aldo G. de F. Junior wrote: > > you should : > > 1 - Learn to use ASPI.dll (wich is basically a way to send ATAPI > commands to the device). > 2 - Learn ATAPI commands (ATAPI is more or less SCSI commands sent > over SATA/PATA layer). Well, thanks... but I

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Leonardo M . Ramé
creen.   Leonardo M. Ramé http://leonardorame.blogspot.com > > From: stootch >To: fpc-pascal@lists.freepascal.org >Sent: Wednesday, March 14, 2012 4:26 AM >Subject: Re: [fpc-pascal] Burn a CD > >W dniu 13.03.2012 14:13, Marcos Douglas pisze:

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread stootch
W dniu 13.03.2012 14:13, Marcos Douglas pisze: Hi, Anyone knows how burn a CD using the Windows API (should works in XP and Vista)? Take a look at: http://blog.delphi-jedi.net/2009/07/18/im-burning-baby/ Porting to FPC/Lazarus (if any) should be straightforward. stootch _

Re: [fpc-pascal] Burn a CD

2012-03-13 Thread Jorge Aldo G. de F. Junior
you are lucky ! a quick search at google returned the following document : http://tools.assembla.com/svn/zalex/FuzzyReader/WNaspi32.pas i dont know the license of this code, but it can be used, at least, as reference... 2012/3/13 Jorge Aldo G. de F. Junior : > you should : > > 1 - Learn to use

Re: [fpc-pascal] Burn a CD

2012-03-13 Thread Jorge Aldo G. de F. Junior
you should : 1 - Learn to use ASPI.dll (wich is basically a way to send ATAPI commands to the device). 2 - Learn ATAPI commands (ATAPI is more or less SCSI commands sent over SATA/PATA layer). 2012/3/13 Marcos Douglas : > Hi, > > Anyone knows how burn a CD using the Windows API (should works in X

[fpc-pascal] Burn a CD

2012-03-13 Thread Marcos Douglas
Hi, Anyone knows how burn a CD using the Windows API (should works in XP and Vista)? Thanks, Marcos Douglas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal