Re: [fpc-pascal] Problems with Dynlibs.UnloadLibrary on Linux

2008-12-18 Thread Michael Van Canneyt
On Wed, 17 Dec 2008, Andrew Brunner wrote: Thanks for that tip! So running under GDB I get the following info... This GDB was configured as x86_64-linux-gnu... (gdb) run Starting program: /mnt/Raid/Developer/Source/Lazarus/Test/TestApplication [Thread debugging using libthread_db

[fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Skybuck Flying
Hello, To make it easy for Delphi programmers to write code in Delphi and then switch to free pascal/lazarus the following could be done: 1. Export code from Free Pascal into Delphi packages so they can be installed in Delphi. 2. Export code from Lazarus into Delphi packages so they can be

Re: [fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Frank de Groot (Rent-a-Geek)
Free Pascal compiler can do 64 bit but no performance benefits so far ?! I am developing a GA (genetical algorithm) that needs a large amount of data to work with. My development machine has 64 GB RAM and 4 cores. In that space, I can run simultaneously 4 processes that each use 16 GB of

Re: [fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Florian Klaempfl
Skybuck Flying schrieb: Hello, To make it easy for Delphi programmers to write code in Delphi and then switch to free pascal/lazarus the following could be done: Delphi's IDE is still more stable than Lazarus IDE. Why should I/we spent time into improving other people's software (making

Re: [fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Marco van de Voort
On Thu, Dec 18, 2008 at 01:18:09AM +0100, Skybuck Flying wrote: To make it easy for Delphi programmers to write code in Delphi and then switch to free pascal/lazarus the following could be done: 1. Export code from Free Pascal into Delphi packages so they can be installed in Delphi. 2.

Re: [fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Frank de Groot (Rent-a-Geek)
Free Pascal compiler can do 64 bit but no performance benefits so far ?! There were never supposed to be any. 64-bit code can, in some specialist cases, be made to execute in about double the speed of 32-bit code due to the wider registers. The availability of more registers is another

Re: [fpc-pascal] FreePascal/Lazarus plug-in's for Delphi.

2008-12-18 Thread Jonas Maebe
On 18 Dec 2008, at 14:07, Frank de Groot (Rent-a-Geek) wrote: Free Pascal compiler can do 64 bit but no performance benefits so far ?! There were never supposed to be any. 64-bit code can, in some specialist cases, be made to execute in about double the speed of 32-bit code due to the

Re: [fpc-pascal] Problems with Dynlibs.UnloadLibrary on Linux

2008-12-18 Thread Andrew Brunner
On Thu, Dec 18, 2008 at 2:04 AM, Michael Van Canneyt mich...@freepascal.org wrote: Are you using threads ? Michael. Hi Michael, Not in the library project. Although I do plan on having threads in the Main Application. Many pooled threads will be running in the main application. Just the

[fpc-pascal] Kerberos for Free Pascal

2008-12-18 Thread ik
Hello, Have anyone here ever used Kerberos with free pascal, and/or know on a good Pascal binding for using it (including finding name value items) ? Thanks, Ido http://ik.homelinux.org/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] RRDTool binding

2008-12-18 Thread Mattias Gaertner
On Fri, 12 Dec 2008 10:25:57 +0100 Koenraad Lelong fpas...@brouwerij.homelinux.net wrote: Hello, Is there a binding for RRDTool ? With a linux-box I'm monitoring a device and for the moment I store the data in a text-file. Then I convert that text-file to a script to put the data in rrdtool

[fpc-pascal] Re: Using OpenCASCADE 3d tools with Pascal?

2008-12-18 Thread Paul Nicholls
Marc Santhoff m.santhoff-zqrnuxuvxa0b1svskn2...@public.gmane.org wrote in message news:1229580231.333.8.ca...@localhost.das.netz... Am Donnerstag, den 18.12.2008, 09:02 +1100 schrieb Paul Nicholls: Hi all, I am wondering if anyone here has ever managed to use the free open-source

Re: [fpc-pascal] Re: Using OpenCASCADE 3d tools with Pascal?

2008-12-18 Thread Marc Santhoff
Am Freitag, den 19.12.2008, 08:46 +1100 schrieb Paul Nicholls: Marc Santhoff m.santhoff-zqrnuxuvxa0b1svskn2...@public.gmane.org wrote in message news:1229580231.333.8.ca...@localhost.das.netz... Am Donnerstag, den 18.12.2008, 09:02 +1100 schrieb Paul Nicholls: Hi all, I am wondering if

[fpc-pascal] Re: Using OpenCASCADE 3d tools with Pascal?

2008-12-18 Thread Paul Nicholls
Marc Santhoff m.santhoff-zqrnuxuvxa0b1svskn2...@public.gmane.org wrote in message news:1229657957.329.5.ca...@localhost.das.netz... SNIP I was thinking more along the lines of perhaps creating a compatible dll that could be used for Pascal/Delphi, and if necessary, flattening when necessary