Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-19 Thread Wimpie Nortje
I don't understand what you mean Johann Glaser wrote: Isn't that as easy as just using Write(^G); ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Marc Weustink
Jonas Maebe wrote: On 19 Apr 2010, at 16:15, Tobias Giesen wrote: This usually means that they were compiled by a previous compiler, or that they use units which have been changed and recompiled since the previous compilation. In that case, the compiler will ignore the precompiled unit and try

Re: [fpc-pascal] newbie questions

2010-04-19 Thread Marc Weustink
spir ☣ wrote: Hello, Total Pascal newbie here. Looked for answers in various references and tutorials, but cannot find. Fore-question: Is there a (free)pascal teaching/learning mailing list? (Like python's "tutor" list.) If not, is this one a proper place? * How does one declare the type of

Re: [fpc-pascal] newbie questions

2010-04-19 Thread Howard Page-Clark
Does this mean that to be able to define a literal value like "byteset := [0, 3, 101]" >for a set (and probably for an array) I must have defined a custom type for it; correct? > (It's the only difference I see with my trials: numbers in my code is not of a custom type but simply a var of typ

Re: [fpc-pascal] newbie questions

2010-04-19 Thread Alberto Narduzzi
Thank you. Does this mean that to be able to define a literal value like "byteset := [0, 3, 101]" for a set (and probably for an array) I must have defined a custom type for it; correct? (It's the only difference I see with my trials: numbers in my code is not of a custom type but simply a var

Re: [fpc-pascal] newbie questions

2010-04-19 Thread spir ☣
On Mon, 19 Apr 2010 16:36:06 +0100 Howard Page-Clark wrote: > On 19/4/10 3:50, spir ☣ wrote: > > Hello, > > > > Total Pascal newbie here. Looked for answers in various references and > > tutorials, but cannot find. > > > > Fore-question: Is there a (free)pascal teaching/learning mailing list? >

Re: [fpc-pascal] [ANN] BeepFp v1.1 released

2010-04-19 Thread Johann Glaser
Hi! Am Montag, den 19.04.2010, 08:53 +0200 schrieb Wimpie Nortje: > Release note: > - > BeepFp 1.1 was released on April 18, 2010. > > BeepFp is a Free Pascal component to provide BEEP services in the object > pascal language. It is written as a binding on top of Vortex librar

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Tobias Giesen
Hello, thanks very much, Jonas and Mattias! I think your tips will help me a lot. I will go back to Macintosh development in about a month. If you don't hear from me, I'm fine! Cheers, Tobias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] newbie questions

2010-04-19 Thread Howard Page-Clark
On 19/4/10 3:50, spir ☣ wrote: Hello, Total Pascal newbie here. Looked for answers in various references and tutorials, but cannot find. Fore-question: Is there a (free)pascal teaching/learning mailing list? (Like python's "tutor" list.) If not, is this one a proper place? * How does one dec

[fpc-pascal] newbie questions

2010-04-19 Thread spir ☣
Hello, Total Pascal newbie here. Looked for answers in various references and tutorials, but cannot find. Fore-question: Is there a (free)pascal teaching/learning mailing list? (Like python's "tutor" list.) If not, is this one a proper place? * How does one declare the type of set items? nu

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Jonas Maebe
On 19 Apr 2010, at 16:15, Tobias Giesen wrote: This usually means that they were compiled by a previous compiler, or that they use units which have been changed and recompiled since the previous compilation. In that case, the compiler will ignore the precompiled unit and try to recompile it. If

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Tobias Giesen
> This usually means that they were compiled by a previous compiler, or > that they use units which have been changed and recompiled since the > previous compilation. In that case, the compiler will ignore the > precompiled unit and try to recompile it. If it then doesn't find the > sources

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Mattias Gärtner
Zitat von Jonas Maebe : On 19 Apr 2010, at 15:23, Tobias Giesen wrote: Which bugs? I'm sorry but it was a few months ago. Before trying again I wanted to make sure I had the best version of FPC available. I had problems with units not being found although they were on the search path allrig

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Jonas Maebe
On 19 Apr 2010, at 15:23, Tobias Giesen wrote: Which bugs? I'm sorry but it was a few months ago. Before trying again I wanted to make sure I had the best version of FPC available. I had problems with units not being found although they were on the search path allright. This usually means t

Re: [fpc-pascal] Lazarus Snapshots Intel Mac with FPC 2.4.1?

2010-04-19 Thread Tobias Giesen
> Which bugs? I'm sorry but it was a few months ago. Before trying again I wanted to make sure I had the best version of FPC available. I had problems with units not being found although they were on the search path allright. Also installing packages into Lazarus caused all kinds of unit conflicts

Re: [fpc-pascal] Dear FreePascal

2010-04-19 Thread Bart
Hi, >  and I think the Free Pascal's ide is not very stable, >  I am using fpc under a MS-DOS 7.1, This is plain DOS, or a DOS box in Win9x? (The fp IDE in win9x DOS box used to be almost unworkable) >  >> Tirdly, once I was programming a program (the source code is below) >  when I input abou

Re: [fpc-pascal] One small step for Pascalkind ...

2010-04-19 Thread dmitry boyarintsev
I'd suggest to ask at MacPascal mailist http://lists.sonic.net/mailman/listinfo/mac-pascal It's much better place for asking Xcode related questions. thanks, Dmitry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/

[fpc-pascal] One small step for Pascalkind ...

2010-04-19 Thread Roger Bailey
... one big step for me. Dear FP Seers -- I'm struggling to port a heap of software written in Think Pascal to Mac OS X, and I'm finding the learning curve for Unix and Xcode extremely steep, with huge quantities of impenetrable documentation for both. I'm sorry to say that some of the FPC doc