Re: [fpc-pascal] Freepascal IDE for MacOSX/x86

2007-07-15 Thread Weyert de Boer
Yes, I was thinking about it. Only I need the installation discs of MacOSX to get that XFree86 stuff installed, which don't work for me. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Michael Van Canneyt
On Sun, 15 Jul 2007, Martin Schreiber wrote: > On Sunday 15 July 2007 13.06, Joost van der Sluis wrote: > > On Sun, 2007-07-15 at 07:24 +0200, Martin Schreiber wrote: > > > I needed to use my own TField descendants because I can not modify > > > db.pp . > > > > Huh? Why can't you? You did change

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Michael Van Canneyt
On Sun, 15 Jul 2007, Martin Schreiber wrote: > On Sunday 15 July 2007 11.43, Michael Van Canneyt wrote: > > > > I can say that this concept and the whole MSEide+MSEgui system turned out > > > to be very successful in commercial database applications. > > > > Since Delphi does not have it, and i

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Martin Schreiber
On Sunday 15 July 2007 13.06, Joost van der Sluis wrote: > On Sun, 2007-07-15 at 07:24 +0200, Martin Schreiber wrote: > > I needed to use my own TField descendants because I can not modify > > db.pp . > > Huh? Why can't you? You did change bufdataset and sqldb. Which are also > part of the same db-

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Martin Schreiber
On Sunday 15 July 2007 11.43, Michael Van Canneyt wrote: > > I can say that this concept and the whole MSEide+MSEgui system turned out > > to be very successful in commercial database applications. > > Since Delphi does not have it, and is equally succesful, I doubt this is > the reason ? The reas

Re: [fpc-pascal] CHM components

2007-07-15 Thread Michael Van Canneyt
On Sun, 15 Jul 2007, Vincent Snijders wrote: > Vincent Snijders schreef: > > Michael Van Canneyt schreef: > > > Hi, > > > > > > Andrew Haines has created some CHM writing components. They have been > > > checked in in FPC's Subversion. Under > > > packages/extra/chm. > > > > The makefiles is ju

Re: [fpc-pascal] CHM components

2007-07-15 Thread Vincent Snijders
Vincent Snijders schreef: Michael Van Canneyt schreef: Hi, Andrew Haines has created some CHM writing components. They have been checked in in FPC's Subversion. Under packages/extra/chm. The makefiles is just for x86_64-linux. I regenerated the makefile in packages/extra/chm and committed

Re: [fpc-pascal] CHM components

2007-07-15 Thread Vincent Snijders
Michael Van Canneyt schreef: Hi, Andrew Haines has created some CHM writing components. They have been checked in in FPC's Subversion. Under packages/extra/chm. The makefiles is just for x86_64-linux. Vincent ___ fpc-pascal maillist - fpc-pascal

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Joost van der Sluis
On Sun, 2007-07-15 at 07:24 +0200, Martin Schreiber wrote: > I needed to use my own TField descendants because I can not modify > db.pp . Huh? Why can't you? You did change bufdataset and sqldb. Which are also part of the same db-package? Also for Delphi that's not a problem. There's no differen

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Michael Van Canneyt
On Sun, 15 Jul 2007, Joost van der Sluis wrote: > On Sun, 2007-07-15 at 07:24 +0200, Martin Schreiber wrote: > > On Sunday 15 July 2007 01.10, Joost van der Sluis wrote: > > > > I have a question about the widestrings. I thought that tmsebufdataset > > > handles all strings as widestrings. But

[fpc-pascal] CHM components

2007-07-15 Thread Michael Van Canneyt
Hi, Andrew Haines has created some CHM writing components. They have been checked in in FPC's Subversion. Under packages/extra/chm. It comes with 2 small applications: chmcmd and chmls. I expect the docs to be available in CHM in one of the next releases, as soon as I figure out how to use it :

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Joost van der Sluis
On Sun, 2007-07-15 at 07:24 +0200, Martin Schreiber wrote: > On Sunday 15 July 2007 01.10, Joost van der Sluis wrote: > > I have a question about the widestrings. I thought that tmsebufdataset > > handles all strings as widestrings. But I can't find any reference to > > that in the code. It would

Re: [fpc-pascal] Master Detail relationship in SQLdb

2007-07-15 Thread Michael Van Canneyt
On Sun, 15 Jul 2007, Martin Schreiber wrote: > On Sunday 15 July 2007 01.10, Joost van der Sluis wrote: > > > > Can you specify those? Maybe we can work something out. > > > MSEgui needs an reference counted widestring type on win32 to be as fast as > possible. This is not something decided on