Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
On Monday 12 December 2005 20.58, Marco van de Voort wrote: > (same license, different versions. The LCL form was the original one, but > some repeating questions and discussion convinced the fpc team to reword it > more in Legalese. Content not significantly altered, just worded more > precise ve

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Marco van de Voort
> On Monday 12 December 2005 14.23, Michael Van Canneyt wrote: > > > This is the same license. (same license, different versions. The LCL form was the original one, but some repeating questions and discussion convinced the fpc team to reword it more in Legalese. Content not significantly altered,

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/8/05, Martin Schreiber <[EMAIL PROTECTED]> wrote: > My Pascal cross platform GUI library and IDE has reached 'near beta' state. > I plan to release the IDE under GPL and the library under LGPL or similar. Souds great! I´d like to make three feature requests: * Use the Modifyed LGPL used by

[fpc-pascal] Mac OS X Pascal Interfaces version 2.0 (G)

2005-12-12 Thread Adriaan van Os
Version 2.0 (G) of the Mac OS X Pascal Interfaces for GPC, FPC and MW Pascal can be downloaded from . This is a major release with many new and updated units (up to a total of 300) and compatibility with Mach-O Intel

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Second post) On Saturday 10 December 2005 10.04, L505 wrote: > Demo.exe I got a 604KB exe demo.pas compiled with Delphi 7: exe size = 392kB > p.s. > Martin I may use this IDE in the PSP project - we are looking for an IDE to > build Pascal web projects, and currently lazarus is i candidate, and

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Third post) On Saturday 10 December 2005 17.37, Felipe Monteiro de Carvalho wrote: > * Use the Modifyed LGPL used by Lazarus LCL to allow static linking to > projects on other licenses for the Library. What about the FPC library licence (COPYING.FPC)? > > * Can you create a Widgetset interface f

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
On Saturday 10 December 2005 10.04, L505 wrote: > Demo.exe I got a 604KB exe demo.pas compiled with Delphi 7: exe size = 392kB > p.s. > Martin I may use this IDE in the PSP project - we are looking for an IDE to > build Pascal web projects, and currently lazarus is i candidate, and Syn > too.. ma

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
On Monday 12 December 2005 14.23, Michael Van Canneyt wrote: > This is the same license. COPYING.LCL: - object files and libraries linked into an application may be distributed without source code. COPYING.FPC: As a special exception, the copyright holders of this library give you permission

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Second post) On Friday 09 December 2005 19.13, Mattias Gaertner wrote: > Is there any Readme, Makefile or Install text? Not yet. If you wish to test: 1. Download src and bin zip's. 2. Extract them to a directory of your choice ('yourdirectory') . 3. Run 'yourdirectory/bin/i386-linux/mseide' on l

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Adrian Veith
Marco van de Voort schrieb: Congratulations, with fpc 2.0.2 it's the first time, we were able to compile and run our dbGonzales database server (complete delphi code). In earlier versions of fpc, we always had some problems (mostly with variants), which caused runtime crashes. First tests s

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Third post) On Saturday 10 December 2005 10.04, L505 wrote: > Demo.exe I got a 604KB exe demo.pas compiled with Delphi 7: exe size = 392kB > p.s. > Martin I may use this IDE in the PSP project - we are looking for an IDE to > build Pascal web projects, and currently lazarus is i candidate, and S

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Second post) On Saturday 10 December 2005 10.04, L505 wrote: > Demo.exe I got a 604KB exe demo.pas compiled with Delphi 7: exe size = 392kB > p.s. > Martin I may use this IDE in the PSP project - we are looking for an IDE to > build Pascal web projects, and currently lazarus is i candidate, and

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Vincent Snijders
Martin Schreiber wrote: (Fourth post) Thanks. I lost count ;-) Vincent. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Marco van de Voort
> Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests show that the execu

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Peter Vreman
> Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests show that the execution

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Florian Klaempfl
Adrian Veith wrote: > Congratulations, > > with fpc 2.0.2 it's the first time, we were able to compile and run our > dbGonzales database server (complete delphi code). In earlier versions > of fpc, we always had some problems (mostly with variants), which caused > runtime crashes. > First tests s

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Vincent Snijders
Adrian Veith wrote: Congratulations, First tests show that the execution speed of the server is about 10% - 30% slower than the same code compiled with delphi (win32). On the first glance, i would say, that these performance problems are in the string related routines. It would be nice to

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
On Friday 09 December 2005 19.13, Mattias Gaertner wrote: > Is there any Readme, Makefile or Install text? Not yet. If you wish to test: 1. Download src and bin zip's. 2. Extract them to a directory of your choice ('yourdirectory') . 3. Run 'yourdirectory/bin/i386-linux/mseide' on linux or 'your

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Fourth post) On Friday 09 December 2005 19.13, Mattias Gaertner wrote: > Is there any Readme, Makefile or Install text? Not yet. If you wish to test: 1. Download src and bin zip's. 2. Extract them to a directory of your choice ('yourdirectory') . 3. Run 'yourdirectory/bin/i386-linux/mseide' on l

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Adrian Veith
Congratulations, with fpc 2.0.2 it's the first time, we were able to compile and run our dbGonzales database server (complete delphi code). In earlier versions of fpc, we always had some problems (mostly with variants), which caused runtime crashes. First tests show that the execution speed of

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, Vincent Snijders <[EMAIL PROTECTED]> wrote: > I know my company blocked 1, but has 8080 opened, so I requested fpc to > listen > on 8080 too: http://community.freepascal.org:8080/ Great! It´s the first time I see free pascal community page o.o -- Felipe Monteiro de Carvalho

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Since we are talking about this, I can access the pages I posted, but I have never, ever being able to access http://community.freepascal.org:1/ I know my company blocked 1, but has 8080 opened, so I requested fpc to listen on 8080 too: http://commu

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, Micha Nelissen <[EMAIL PROTECTED]> wrote: > Weird, are you on wireless or anything like that ? (Do you have normal > MTU settings?) > > I have heard of other people not able to reach www.freepascal.org, but > we've never been able to debug it. I *think* it's a configuration > problem h

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
On Saturday 10 December 2005 17.37, Felipe Monteiro de Carvalho wrote: > * Use the Modifyed LGPL used by Lazarus LCL to allow static linking to > projects on other licenses for the Library. What about the FPC library licence (COPYING.FPC)? > > * Can you create a Widgetset interface for it on Laza

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Michael Van Canneyt
On Sun, 11 Dec 2005, Martin Schreiber wrote: (Second post) On Saturday 10 December 2005 17.37, Felipe Monteiro de Carvalho wrote: * Use the Modifyed LGPL used by Lazarus LCL to allow static linking to projects on other licenses for the Library. What about the FPC library licence (COPYING.FP

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Second post) On Saturday 10 December 2005 17.37, Felipe Monteiro de Carvalho wrote: > * Use the Modifyed LGPL used by Lazarus LCL to allow static linking to > projects on other licenses for the Library. What about the FPC library licence (COPYING.FPC)? > > * Can you create a Widgetset interface

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Florian Klaempfl
constantijnw wrote: > Highly appreciate your replies! > > Felipe Monteiro de Carvalho wrote > >> Can you specify what error messages / problems you are having with >> variants? >> >> >> > The usual D7 Variants unit stuff: Varxxx, e.g. VarArrayCreate This is no error message/problem, VarArrayC

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Micha Nelissen
constantijnw wrote: Felipe Monteiro de Carvalho wrote Specifically for FPC Run-time Library units you can check a list of units + documentation here: http://www.freepascal.org/docs-html/rtl/index.html Unreachable... Weird, are you on wireless or anything like that ? (Do you have normal MT

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-12 Thread Martin Schreiber
(Third post) On Friday 09 December 2005 19.13, Mattias Gaertner wrote: > Is there any Readme, Makefile or Install text? Not yet. If you wish to test: 1. Download src and bin zip's. 2. Extract them to a directory of your choice ('yourdirectory') . 3. Run 'yourdirectory/bin/i386-linux/mseide' on li

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread constantijnw
Highly appreciate your replies! Felipe Monteiro de Carvalho wrote Can you specify what error messages / problems you are having with variants? The usual D7 Variants unit stuff: Varxxx, e.g. VarArrayCreate which FPC unit maps to which Delphi unit Here is a list: http://wiki.lazaru

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/12/05, constantijnw <[EMAIL PROTECTED]> wrote: > Thank you, Lazarus is installed. However my problems have to do with: > variants, > custom variants, Can you specify what error messages / problems you are having with variants? > which FPC unit maps to which Delphi unit Here is a list: htt

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread constantijnw
If you are new to Free Pascal you might want to try Lazarus, the open source IDE for developing applications with Free Pascal. Thank you, Lazarus is installed. However my problems have to do with: variants, custom variants, inline assembly code, and which FPC unit maps to which Delphi unit

Re: [fpc-pascal] FreePascal 2.0.2 available

2005-12-12 Thread Felipe Monteiro de Carvalho
On 12/11/05, constantijnw <[EMAIL PROTECTED]> wrote: > Congratulations! I'm new to free pascal and wonder for weeks now how to > reach your web site. > > Constantijn If you are new to Free Pascal you might want to try Lazarus, the open source IDE for developing applications with Free Pascal. The