Re: [fpc-pascal] Delphi's anonymous functions in Free Pascal

2012-10-28 Thread 印場 乃亜
Hi, On 2012/08/31, at 2:51, Jürgen Hestermann wrote: > Am 2012-08-30 18:29, schrieb Ralf A. Quint: > > Pascal has evolved since Wirth's original design back in the 70s > > This is true. But there are two aspects of the Pascal extensions of the last > years (decades) that contradict with what I

Re: [fpc-pascal] Delphi's anonymous functions in Free Pascal

2012-10-28 Thread 印場 乃亜
Hi, ... > - > This is funny to remember today. ;-) > When i run BP 7 on 80286 computers, and then compared with size and speed of > TP 5.5 - i was sure as hell that OOP is for lazy programmers, who cannot > make code fast and small. > And i remember comparing speed of Virtual Pascal and con

Re: [fpc-pascal] Editing resource of executable

2012-10-28 Thread 印場 乃亜
Hi, Does anyone know if the version of OnGuard listed below is working on OS X? I started customizing it myself to work on OS X, but due to lack of time, I haven't finished. (It compiled, but not everything works 100% yet). If they don't have it working, perhaps I should contribute my changes

Re: [fpc-pascal] Access to compiler's internal data structures

2012-10-28 Thread 印場 乃亜
Hi, I am sure the ones included in FCL are much fancier and know OOP, etc. I have a relatively primitive one used here too: https://github.com/GalapagosAdmin/PasViz I just use it for analyzing unit dependencies, so I don't need too many fancy features. Also, I didn't write the parser, and it

Re: [fpc-pascal] Xcode

2012-10-28 Thread 印場 乃亜
Hi, Even for me (and I have installed FPC / Lazarus on Mac like 100 times now), things are mysterious sometimes. I upgraded my 10.7 laptop to 10.8, and the existing lazarus/ FPC, and XCode continued to work fine, despite reading various places that upon upgrading, the Unix Tools would be delet

[fpc-pascal] Best way to transfer data between applications?

2012-10-28 Thread 印場 乃亜
Greetings, I am familiar with the basic underlying methods available for transferring data between processes on Windows and Unix, i.e. Pipes, Shared memory, and TCP/IP - but what I am not familiar with is any higher level functionality that may be available on FPC. As an example: I have one

Re: [fpc-pascal] TurboPower FlashFiler for Free Pascal

2012-10-28 Thread Noah Silva
Hi, I wonder if we worked on the same POS application. At any rate, flash filer is interesting if you want a 100% native pascal application, but linking SQLite is easy and much more standard. SQLite also has a large ecosystem of third party support, and is included by default with most operating

[fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread bsquared
On 10/28/2012 12:05 PM, Graeme Geldenhuys wrote: > On 28/10/2012 16:42, bsquared wrote: >>> Graeme Geldenhuys actively maintains tiOPF version 2. > > Yeah, his always hard at work. ;-) > >>> It works >>> definitely with Lazars 1.0.2, I use it myself. > > +1 > > >> Thank you for responding. I

Re: [fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread Graeme Geldenhuys
On 28/10/2012 16:42, bsquared wrote: Graeme Geldenhuys actively maintains tiOPF version 2. Yeah, his always hard at work. ;-) It works definitely with Lazars 1.0.2, I use it myself. +1 Thank you for responding. I thought I recalled a stipulation for version 3. I noticed it had an Compi

Re: [fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread Graeme Geldenhuys
On 28/10/2012 16:38, bsquared wrote: On 10/28/2012 08:53 AM, Juha Manninen wrote: On Sun, Oct 28, 2012 at 5:09 PM, bsquared wrote: And as an aside, what is the state of tiOPF, I could not get it to install in Lazarus 1.02. tiOPF2 works with Lazarus but the visual data-components includ

Re: [fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread Juha Manninen
On Sun, Oct 28, 2012 at 6:42 PM, bsquared wrote: > Having trouble getting V2 demos to work. Have to keep at it. There is a different folder for Lazarus demos. The AddressBook demo is the most comprehensive. I don't have it installed on this machine so cannot check the paths. Juha __

[fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread bsquared
On 10/28/2012 09:34 AM, Michael Van Canneyt wrote: > > > On Sun, 28 Oct 2012, bsquared wrote: > >> Hi all, >> >> It has been some time since I have used FPC/Laz. I was looking for some >> information on 'observer pattern' the other day, and I found this >> article[1]. I notice that it is a bit

[fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread bsquared
On 10/28/2012 08:53 AM, Juha Manninen wrote: > On Sun, Oct 28, 2012 at 5:09 PM, bsquared wrote: >> And as an aside, what is the state of tiOPF, I could not get it to >> install in Lazarus 1.02. > > tiOPF2 works with Lazarus but the visual data-components included in > tiOPF do not work. > It

Re: [fpc-pascal] Design Patterns Questions

2012-10-28 Thread Michael Van Canneyt
On Sun, 28 Oct 2012, bsquared wrote: Hi all, It has been some time since I have used FPC/Laz. I was looking for some information on 'observer pattern' the other day, and I found this article[1]. I notice that it is a bit old, and it makes me question whether or not I have made an error foll

Re: [fpc-pascal] Design Patterns Questions

2012-10-28 Thread Juha Manninen
On Sun, Oct 28, 2012 at 5:09 PM, bsquared wrote: > And as an aside, what is the state of tiOPF, I could not get it to > install in Lazarus 1.02. tiOPF2 works with Lazarus but the visual data-components included in tiOPF do not work. It is not a big problem because you can still use the persis

[fpc-pascal] Re: Design Patterns Questions

2012-10-28 Thread bsquared
On 10/28/2012 08:09 AM, bsquared wrote: > Hi all, > > It has been some time since I have used FPC/Laz. I was looking for some > information on 'observer pattern' the other day, and I found this > article[1]. I notice that it is a bit old, and it makes me question > whether or not I have made a

[fpc-pascal] Design Patterns Questions

2012-10-28 Thread bsquared
Hi all, It has been some time since I have used FPC/Laz. I was looking for some information on 'observer pattern' the other day, and I found this article[1]. I notice that it is a bit old, and it makes me question whether or not I have made an error following it. I get an invalid cast error at

[fpc-pascal] Re: Automatically exporting C++ API using SWIG??

2012-10-28 Thread Reinier Olislagers
On 26-10-2012 17:02, download itweb wrote: > Hi, >> Perhaps this could help somebody... > I kept an eye on Swig for quite some time, but reading your posting I > decided to give it a try. > > A summary for everyone interested: > [latest swig (2.0.8) - adapted patch - not sure if I made everythin