Re: [fpc-pascal] Set size limit

2013-03-10 Thread Rolf Grunsky
On 13-03-09 03:56 PM, Jonas Maebe wrote: On 09 Mar 2013, at 21:52, Daniel Gaspary wrote: The problem seems to be that TMyEnum has more than 256 elements. Can I specify such Set with some compiler option ? No. My fpc is pre 2.6, any change on new versions concerning Sets limits? No. Jo

Re: [fpc-pascal] MS DOS 8086 compiler?

2013-04-29 Thread Rolf Grunsky
On 13-04-29 04:48 PM, Adrian Maier wrote: On Mon, Apr 29, 2013 at 7:37 PM, Nikolay Nikolov mailto:nick...@users.sourceforge.net>> wrote: On 04/29/2013 12:49 PM, Michael Schnell wrote: On 04/27/2013 02:11 PM, Bart wrote: On 4/27/13, Reinier Olislagers mailto:reinierolisl

[fpc-pascal] How to read VolumeID on a CD (or DVD)?

2005-06-30 Thread Rolf Grunsky
documentation refers to FindFirst/Next which does not work. Is this something that has been left out? Cheers Rolf Grunsky -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: 29/06/2005

Re: [fpc-pascal] New feature: IfThen() intrinsic

2016-02-01 Thread Rolf Grunsky
Maybe I could suggest ThenIf as opposed to IfThen. Same idea, different implementation / purpose. -- TRUTH in her dress finds facts too tight. In fiction she moves with ease. Stray Birds by Rabindranath

[fpc-pascal] Test file mode question

2016-10-25 Thread Rolf Grunsky
with Free Pascal? I'm using Free Pascal Compiler version 2.6.4 [2014/03/03] for x86_64 on Linux. What am I doing wrong? thanks Rolf Grunsky -- TRUTH in her dress finds facts too tight. In fiction she

[fpc-pascal] Deleting 'Nonexistent' files under windows

2017-01-22 Thread Rolf Grunsky
Is it possible to access files that have path lengths too long to access from explorer through Windows API from Pascal? I keep ending up with these very long file names which then I can not access. It seems that Windows will create the files, usually by copying the files from another source bu

Re: [fpc-pascal] Good FFT example anywhere?

2017-04-09 Thread Rolf Grunsky
On 2017-04-09 04:06 AM, Bo Berglund wrote: I am looking for some good example of FFT functions in pascal but it seems like what Google serves up is rather old and refers to Turbo-pascal and the like... So maybe someone here knows about some open-source example of FFT using FreePascal (or Delphi)?