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

2012-03-24 Thread Marcos Douglas
On Fri, Mar 23, 2012 at 2:12 PM, Ludo Brands ludo.bra...@free.fr 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

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: [fpc-pascal] Burn a CD

2012-03-23 Thread Marcos Douglas
PM Subject: Re: [fpc-pascal] Burn a CD On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé martinr...@yahoo.com 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

Re: [fpc-pascal] Burn a CD

2012-03-15 Thread Leonardo M . Ramé
- Original Message - From: Marcos Douglas m...@delfire.net To: Leonardo M. Ramé martinr...@yahoo.com; FPC-Pascal users discussions fpc-pascal@lists.freepascal.org 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

Re: [fpc-pascal] Burn a CD

2012-03-15 Thread Marcos Douglas
12:05 PM Subject: Re: [fpc-pascal] Burn a CD On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé martinr...@yahoo.com 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

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-14 Thread Leonardo M . Ramé
.   Leonardo M. Ramé http://leonardorame.blogspot.com From: stootch stoo...@tlen.pl 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: Hi, Anyone knows

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Marcos Douglas
On Wed, Mar 14, 2012 at 4:26 AM, stootch stoo...@tlen.pl 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

Re: [fpc-pascal] Burn a CD

2012-03-14 Thread Marcos Douglas
On Wed, Mar 14, 2012 at 7:42 AM, Leonardo M. Ramé martinr...@yahoo.com 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 

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é martinr...@yahoo.com 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

[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

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 jagf...@gmail.com: you should : 1