Re: [fpc-pascal] fpmake compiles the same unit multiple times

2012-10-17 Thread Graeme Geldenhuys
On 2012-10-17 11:17, Jonas Maebe wrote: > > fpmake does not know about unit dependencies, Ah OK. Thanks for the explanation. So if I ordered my units better in the fpmake program, then that might reduce the multiple compiling too.

Re: [fpc-pascal] Seems Delphi is moving to Java-style primitive types

2012-10-17 Thread Graeme Geldenhuys
re any more] Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: problems compiling FPC

2012-10-17 Thread Graeme Geldenhuys
ctly here under 64-bit Linux. Tested compiling latest Trunk with FPC 2.6.0 and FPC 2.6.1. I haven't tested cross-compiling, but the OVERRIDEVERSIONCHECK option did work when I used FPC 2.6.1 Hopefully that will be the end of this popular problem. Graeme. ___

Re: [fpc-pascal] problems compiling FPC

2012-10-17 Thread Graeme Geldenhuys
to only allow last released FPC version, but there must be an option to force an override or disable the version check (for special cases like you mentioned, or for cross-compiling purposes). Graeme. ___ fpc-pascal maillist - fpc-p

Re: [fpc-pascal] Re: problems compiling FPC

2012-10-17 Thread Graeme Geldenhuys
mented platforms, or for cross-compiling. Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpmake compiles the same unit multiple times

2012-10-17 Thread Graeme Geldenhuys
many duplicate compilations. Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: problems compiling FPC

2012-10-17 Thread Graeme Geldenhuys
- before any compiling commences. Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
s still work in that case? Side note: Personally I'm not a fan of buying components without source code, but sometimes developers are on a shoestring budget, so buying the cheaper (without source code) version is good enough. I would like to cater for those developers too - if possi

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
ompile FPC 2.6.0 from official FPC 2.6.0 source archive, and see if my PPU components still work. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
- I don't know how other commercial entities work with FPC. > But we'll never know till sb simply tries I guess. :) Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
HO, in the end it is not worth the trouble. I simply want to be as flexible as possible. Without this, I can't supply trial versions of components. Anyway, I'll experiment a bit more using different VM's and report back. Regards, - Graeme - ___

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
On 2012-10-22 14:59, Vincent Snijders wrote: > > I am more optimistic than Michael. Because the same source is used, > the CRC is the same and no recompile is done. Thanks Vincent, things are looking better and better. Regards,

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
quot;, etc.), though it > could (!) also work without much headaches. The current set of components are all non-visual, so no LCL or fpGUI requirements. I am obviously looking at IDE integration with Lazarus IDE, and thanks to Vincent's wiki link, that doesn&

Re: [fpc-pascal] releasing commercial components as PPU files

2012-10-22 Thread Graeme Geldenhuys
But two weeks later, 2.6.x (after another fixes update) suddenly worked again. Anyway, it is just easier using an official release we know was well tested. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.fre

[fpc-pascal] TurboPower FlashFiler for Free Pascal

2012-10-23 Thread Graeme Geldenhuys
port? Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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

2012-10-23 Thread Graeme Geldenhuys
On 2012-10-23 14:34, michael.vancann...@wisa.be wrote: > > If I understand Graeme correctly, he wants it compiled-in (i.e. without > dll). SQLite is a separate DLL. Correct. We have an application that can be deployed in two ways. Client/Server which uses Firebird RDBMS and Apache W

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

2012-10-23 Thread Graeme Geldenhuys
On 2012-10-23 15:25, geneb wrote: > > What about B-Tree Filer? :) I'll read up on it, thanks. Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: New FPCUnit db results writer: testdbwriter: request for... testing

2012-10-24 Thread Graeme Geldenhuys
a SMB share or ftp location. - Once the release is done, the "build" tag is removed on the server. We have found this very convenient and useful. Anybody can trigger a new release and get easy access to the final setup/archive. Regards, - Graeme - __

Re: [fpc-pascal] Re: New FPCUnit db results writer: testdbwriter: request for... testing

2012-10-26 Thread Graeme Geldenhuys
Pascal version (now called FPTest [Free Pascal Testing Framework] to prevent confusion) lives in GitHub. http://wiki.freepascal.org/FPTest FPTest removes things like Kylix, Delphi.NET etc support, plus lot of other code cleanup. New GUI Test Runners are being developed as well. Rega

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

2012-10-28 Thread Graeme Geldenhuys
newer features. FPC is still too incompatible to those Delphi versions. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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

Re: [fpc-pascal] Editing resource of executable

2012-10-29 Thread Graeme Geldenhuys
project at the moment. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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

2012-10-29 Thread Graeme Geldenhuys
tence layers of course). Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

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

2012-10-29 Thread Graeme Geldenhuys
lots more. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: problems compiling FPC

2012-10-30 Thread Graeme Geldenhuys
On 2012-10-30 14:04, Mattias Gaertner wrote: >> (that person even manually >> edited the makefile and replaced the 2.6.0 with 2.7.1 trying to get around >> the >> check). Oh my f#*k! > "Programming today is a race between software engineers strivi

Re: [fpc-pascal] Re: problems compiling FPC

2012-10-31 Thread Graeme Geldenhuys
On 2012-10-31 07:09, Mark Morgan Lloyd wrote: > start it now.". If we're trying to make it "bloody idiot proof" then the > correct form is "you are trying" or "you have tried". That make sense. Could Marco or somebody update the

Re: [fpc-pascal] Why opening a file for write fails in fpc 2.6?

2012-11-01 Thread Graeme Geldenhuys
nd has no place in Linux or Mac OS X platforms. Graeme. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Why opening a file for write fails in fpc 2.6?

2012-11-01 Thread Graeme Geldenhuys
ad, it just means it is not near being ready to be used in real world applications. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Why opening a file for write fails in fpc 2.6?

2012-11-01 Thread Graeme Geldenhuys
ign up for other possible backends like OpenGL, SDL, Cairo, Haiku etc with much less effort. A new branch of this development will start shortly. That would hopefully mean fpGUI can target Android and Raspberry Pi development with better performance from the GPU. Regards, - Graeme - ___

Re: [fpc-pascal] Why opening a file for write fails in fpc 2.6?

2012-11-02 Thread Graeme Geldenhuys
probably been a while back. If you evaluate it again, and you do find things missing, please let me know. That would be much appreciated. You can contact me via email or via the fpgui.* newsgroups. Regards, - Graeme - ___ fpc-pascal m

Re: [fpc-pascal] Testing if exception raised in fpcUnit

2012-11-05 Thread Graeme Geldenhuys
ion do begin CheckEquals(EUnknownSlideType.ClassName, E.ClassName, 'Failing on 2'); end; end; Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Testing if exception raised in fpcUnit

2012-11-05 Thread Graeme Geldenhuys
..) if no exception was raised. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-07 Thread Graeme Geldenhuys
ethods, and can also log to the debug server too. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-07 Thread Graeme Geldenhuys
On 07/11/2012 19:41, bsquared wrote: If I recall correctly you don't use Laz much; however, is it possible that it could log to Laz messages window? As Martin mentioned, I don't think you can log to the Laz messages window - it just captures FPC output. Regards,

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-07 Thread Graeme Geldenhuys
. The message are never lost because the tiOPF can buffer the log items. I would still like to extend that to debug whole classes or more complex data types - something like what CodeSite does. If only I had more free time. :-/ Regards, - Graeme - __

Re: [fpc-pascal] Re: cannot make debugserver

2012-11-08 Thread Graeme Geldenhuys
On 2012-11-08 10:13, michael.vancann...@wisa.be wrote: > > That said, I am aware of the windows problem, but have till now not yet > found the cause of the problem. I too have tried to find the problem, but couldn't spot the issue. G. ___ fpc-pascal

Re: [fpc-pascal] wayland support for FPC

2012-11-09 Thread Graeme Geldenhuys
ll be stable for a while? Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] wayland support for FPC

2012-11-09 Thread Graeme Geldenhuys
r pain IMHO. +1 That's exactly how I feel. There has been too many attempts to displace X11 - and they all tanked. Wayland does seems to have more backing than its predecessors though. Bottom line, existing X11 apps will apparently continue to run on Wayland. So we hav

Re: [fpc-pascal] wayland support for FPC

2012-11-09 Thread Graeme Geldenhuys
istros already have XCB libraries shipped as standard. So Qt5 should continue to run as normal. > v1.0 suppose to provide stable API afaik, that's what opendesktop > wrote at least. Good to know, thanks. Regards, - Graeme - ___ fpc-pasca

Re: [fpc-pascal] adding additional libraries

2012-11-09 Thread Graeme Geldenhuys
On 2012-11-09 19:53, waldo kitty wrote: > > when you add additional libraries to your FPC and/or Lazarus installation, > how > do you normally do it? where do you normally place them? Do you mean your directory layout on your hard drive? Regards

Re: [fpc-pascal] adding additional libraries

2012-11-09 Thread Graeme Geldenhuys
an create a virtual shared drive. So I could actually setup all my development software on that, and simply add it as a second drive to any of my VM's. And that is it! Hope it helps. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pasca

Re: [fpc-pascal] FPObserver Examples anywhere?

2012-11-15 Thread Graeme Geldenhuys
ld work with. 3) My personal preference is that the Observed automatically detaches Observers in the destructor. But this is just a personal preference in my own code. Regards, - Graeme - { This demo is very basic, but shows the Observer support in the RTL } program fpobserver_demo;

Re: [fpc-pascal] FPObserver Examples anywhere?

2012-11-15 Thread Graeme Geldenhuys
- it makes the code easier to read and follow. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: FPObserver Examples anywhere?

2012-11-15 Thread Graeme Geldenhuys
On 2012-11-15 18:05, bsquared wrote: >> > Is there an advantage? No difference, other than that I find Supports() easier to read. G. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: FPObserver Examples anywhere?

2012-11-15 Thread Graeme Geldenhuys
from a complete CORBA ORB (Object Request Broker) implementation like the one included with Delphi. So ignore the name CORBA, and just think of it as COM interfaces without reference counting. Oh, and CORBA interfaces don't descend from IUnknown & IInterface. Rega

Re: [fpc-pascal] mobile application

2012-11-20 Thread Graeme Geldenhuys
Hi, If your devices are Embedded Linux/ARM or WinCE, you can use fpGUI Toolkit. If you use Nokia, Android, Win7, then you need to look at other solutions. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net

Re: [fpc-pascal] BSD

2012-11-21 Thread Graeme Geldenhuys
On 2012-11-21 12:27, Mark Morgan Lloyd wrote: > Somebody's suggesting we ought to be at least looking at BSD. What's the > preferred variant from FPC/Lazarus's POV: OpenBSD, FreeBSD etc.? > I'm using FreeBSD 9.0 for some CGI apps of mine, and it works without

Re: [fpc-pascal] Is it possible to redefine FreePascal types?

2012-11-21 Thread Graeme Geldenhuys
accept both types without needing typecasting. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mai

Re: [fpc-pascal] bootstrapping from svn

2012-11-26 Thread Graeme Geldenhuys
On 26/11/12 01:27, David Emerson wrote: > > (Graeme, if you read this, have you considered creating a git branch for > the 2.6 fixes branch?) I decided against tracking the fixes branches after I realised what strange way the FPC team manages tags, branches etc in SubVersion. After a

[fpc-pascal] fpdoc and linked elements

2012-12-04 Thread Graeme Geldenhuys
FindDocNode(CurModule,ANode.Link); for ANode = TfpgButton.ImageName, the CurModule is pointing to the unit fpg_colorwheel.pas??? No wonder it never finds the TfpgBaseButton.ImageName element. Something seems seriously wrong in fpdoc somewhere. Regards, - Graeme - __

Re: [fpc-pascal] fpdoc and linked elements

2012-12-04 Thread Graeme Geldenhuys
t I can find. This bug is very annoying in my docs. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasca

[fpc-pascal] fpdoc exclude option

2012-12-04 Thread Graeme Geldenhuys
on it. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] fpdoc output "parsing used unit..."

2012-12-04 Thread Graeme Geldenhuys
_ColorWheel" with commandLine "-Fi../src -Fu../src/gui/ -Fu../src/corelib/ ../src/gui/fpg_colorwheel.pas" Done. 8<-8<-8<-8<-8< Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [fpc-pascal] fpdoc output "parsing used unit..."

2012-12-04 Thread Graeme Geldenhuys
d. I thought order was not import for fpdoc, and that the documentation object model is populated first, then references resolved. I guess a one-pass is more efficient than a two-pass process. Thanks for the info... Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit usi

[fpc-pascal] G+ community for Free Pascal and Lazarus

2012-12-11 Thread Graeme Geldenhuys
already has 76 members. Hopefully this will be a nice neutral discussion area with less anal moderation. There is also a Delphi community for those interested: https://plus.google.com/communities/114860965042324270757 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

Re: [fpc-pascal] G+ community for Free Pascal and Lazarus

2012-12-11 Thread Graeme Geldenhuys
3113685381486591754 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Brook 1.0 - A new framework for web was born

2012-12-15 Thread Graeme Geldenhuys
On 15/12/12 17:08, Michalis Kamburelis wrote: > > And the improvements will be (I'm counting on it :) contributed back to > PasDoc and available in it's next version, More worrying is why fpdoc was not used. ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platfor

Re: [fpc-pascal] Brook 1.0 - A new framework for web was born

2012-12-16 Thread Graeme Geldenhuys
nting frameworks from inside the IDE's most requested feature... "external documentation files" because good documentation means lots of text and examples, thus lots and lots of code obfuscation. Anyway, it the Brook author's choice. Regards, - Graeme - __

Re: [fpc-pascal] Indexing files

2012-12-16 Thread Graeme Geldenhuys
(file, directory or everything), and a background thread does the work freeing up your UI. I don't use any OS specific API's, and it is still fast. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists

Re: [fpc-pascal] Documentation

2012-12-17 Thread Graeme Geldenhuys
o nice. This makes me not use FPDoc Editor in Lazarus - which is unfortunate. But the idea of FPDoc Editor (tied into Lazarus IDE and working with the code editor) is great. It just needs some more polish. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pasca

Re: [fpc-pascal] Documentation

2012-12-17 Thread Graeme Geldenhuys
On 17/12/12 21:45, Mattias Gaertner wrote: > > I thought that was fixed? Umm, I'll have to double check. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pasc

Re: [fpc-pascal] Documentation

2012-12-17 Thread Graeme Geldenhuys
e fpdoc output. There was more, but this was just a quick list of what I could remember now. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist

Re: [fpc-pascal] Documentation

2012-12-18 Thread Graeme Geldenhuys
ion files. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: Documentation

2012-12-18 Thread Graeme Geldenhuys
On 18/12/12 11:15, michael.vancann...@wisa.be wrote: > > I applied the patch, thank you ! While we are at it, here is another patch for fpdoc - lying around for a while. http://bugs.freepascal.org/view.php?id=23425 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI t

Re: [fpc-pascal] Re: Documentation

2012-12-18 Thread Graeme Geldenhuys
On 18/12/12 13:28, Marco van de Voort wrote: > > I also thought about that, but layouting the interface inheritance info is > harder. It works here for Interface inheritance too. But I didn't have much code to test it with. Regards, - Graeme - -- fpGUI Toolkit - a cros

Re: [fpc-pascal] fpdoc enhanced - call for tests

2012-12-20 Thread Graeme Geldenhuys
going to be my next feature for fpdoc. Thanks for doing the work though! :) > A sample of what it will look like is available at Very nice. I'll try it tomorrow with tiOPF and some other frameworks. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit us

Re: [fpc-pascal] Feature announcement: Extension of TThread's interface

2012-12-27 Thread Graeme Geldenhuys
for those platforms that support it. Is this platform API functionality eg: Win32 or Linux kernel (from your comment, I assume so), or is it debugger functionality (eg: DWARF info) that needs to be extended. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal htt

[fpc-pascal] CrossFPC is finally released

2012-12-29 Thread Graeme Geldenhuys
Using Delphi IDE to write code, and FPC to compile or cross-compile to 64-bit Windows, 32-bit Linux etc. http://www.crossfpc.com/ I believe it comes from the same authors that brought CrossKylix many years back. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using

Re: [fpc-pascal] Re: CrossFPC is finally released

2012-12-30 Thread Graeme Geldenhuys
On 30/12/12 03:47, leledumbo wrote: > first public beta in 7 years since the latest > internal release, wow Hey, that seems the norm these days. Lazarus was in beta for over 12 years! Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pasca

Re: [fpc-pascal] CrossFPC is finally released

2012-12-31 Thread Graeme Geldenhuys
how easy they have made cross-compiling. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Use of abstract classes

2013-01-08 Thread Graeme Geldenhuys
ng - totally defeats the point of "abstract" in object design! Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:

Re: [fpc-pascal] abstract classes

2013-01-21 Thread Graeme Geldenhuys
phi does - it's wrong. Regards, - Graeme - ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Favourite Pascal books

2013-01-22 Thread Graeme Geldenhuys
www.amazon.co.uk/Test-Driven-Development-Addison-Wesley-Signature/dp/0321146530 Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Favourite Pascal books

2013-01-24 Thread Graeme Geldenhuys
sion of DocView from the fpGUI repository. DocView is a small stand-alone application (450KB download) - no installation or 3rd party libraries are required. Some INF e-books are available at: http://opensoft.homeip.net/~graemeg/inf_books/ Regards, - Graeme - -- fpGUI Toolkit - a cross-

[fpc-pascal] Sybil Library - OS/2 and other INF e-books

2013-01-24 Thread Graeme Geldenhuys
on of DocView from the fpGUI repository. DocView is a small stand-alone application (450KB download) - no installation or 3rd party libraries are required. Hope you can find some of those e-books useful. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [fpc-pascal] Sybil Library - OS/2 and other INF e-books

2013-01-24 Thread Graeme Geldenhuys
at they still make that information accessible today. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.o

Re: [fpc-pascal] Sybil Library - OS/2 and other INF e-books

2013-01-28 Thread Graeme Geldenhuys
On 01/26/13 11:50, Reinier Olislagers wrote: > bottom of my priority list, but will contact you eg via fpc other if I need > help, thanks a lot. I have Warp 3 Connect and Warp 4 (with some fixpacks) running in VirtualBox VM sessions. Feel free to discuss on fpc-other. Regards, -

Re: [fpc-pascal] TFPCanvasDrawer and anti-alias.

2013-01-28 Thread Graeme Geldenhuys
On 01/28/13 23:32, silvioprog wrote: >> Not for lines. > > > Sniff. :'( > > I'm trying to generate charts in my CGI apps: Use AggPas. That is exactly why I incorporated it into fpGUI. I needed anti-aliased line drawing for graphs etc. Regards, - Graeme

Re: [fpc-pascal] TFPCanvasDrawer and anti-alias.

2013-01-29 Thread Graeme Geldenhuys
. I don't think the problem is AggPas, but rather one of LCL. Maybe it is worth asking in the Lazarus mailing list. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___

[fpc-pascal] [news] DA-Soft discontinues AnyDAC component suite

2013-01-30 Thread Graeme Geldenhuys
s. At this moment we cannot provide you more information. Stay tuned and in close future we will provide additional information. Great news for all our customers are comming ! -- With best regards, Dmitry Arefiev DA-SOFT Technologies CEO 8<-8<-8<--

Re: [fpc-pascal] Re: [news] DA-Soft discontinues AnyDAC component suite

2013-01-30 Thread Graeme Geldenhuys
for AnyDAC - just like what happened with KSDev. :-( It would also then beg the question: Does Embarcadero still write *any* software? Or do they just buy out smaller products and slap it into their Delphi product. Regards, - Graeme - ___ fpc-pasc

[fpc-pascal] how to get same pthreads code to compile between Linux and FreeBSD

2013-02-02 Thread Graeme Geldenhuys
l libthreads; function sem_timedwait(__sem: Psem_t; __abstime: Ptimespec):cint;cdecl; external libthreads; ---[ end ]--- Attached is a small test project using snippets of code that tiOPF uses. The current version of this test project will compiler under Fr

Re: [fpc-pascal] how to get same pthreads code to compile between Linux and FreeBSD

2013-02-04 Thread Graeme Geldenhuys
Thank you, this was answered in the fpc-devel mailing list. G. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] what happened to the "contributed units" listing?

2013-02-07 Thread Graeme Geldenhuys
s as... RvRsaLib punk commander AES... ASP... Account Advanced... ... 1) The first two items don't start with 'A', yet appear at the top of the list 2) It seems upper case letters take preference (AS... before Ac...) Regards, - Graeme - -- fpGUI Toolkit - a cross-plat

[fpc-pascal] GetCurrentThreadID under FreeBSD vs Linux

2013-02-08 Thread Graeme Geldenhuys
BTW: This code is only used to supply a thread id/value to a logging function (file, GUI, console etc) to help with debugging, or at least show which thread wrote what debug log entries. So it's not critical code. Regards, - Graeme - -- fpGUI Toolkit - a cross-pl

Re: [fpc-pascal] GetCurrentThreadID under FreeBSD vs Linux

2013-02-08 Thread Graeme Geldenhuys
ust be some value differentiating between various threads, when they output to the logger. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] GetCurrentThreadID under FreeBSD vs Linux

2013-02-08 Thread Graeme Geldenhuys
d suffice for now. Thanks for the feedback. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: what happened to the "contributed units" listing?

2013-02-09 Thread Graeme Geldenhuys
e information about all the SubVersion repositories. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepasc

Re: [fpc-pascal] Re: what happened to the "contributed units" listing?

2013-02-09 Thread Graeme Geldenhuys
e Development web page? http://svn.freepascal.org/cgi-bin/viewvc.cgi/?root=html The direct link obviously works, but not via viewcvs. Not urgent, just curious. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgu

Re: [fpc-pascal] Re: what happened to the "contributed units" listing?

2013-02-09 Thread Graeme Geldenhuys
ewvc. http://svn.freepascal.org/cgi-bin/viewvc.cgi/?root=fpchtml A slight name change. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: Fpc Access Violation if AppConfigDir doesn't exist.

2013-02-10 Thread Graeme Geldenhuys
in this > case.. That's why I think they should stay as two separate prodecures. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@li

Re: [fpc-pascal] Re: Fpc Access Violation if AppConfigDir doesn't exist.

2013-02-11 Thread Graeme Geldenhuys
ations, that report exceptions just fine to the use - no matter how they launched that application. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@l

Re: [fpc-pascal] Tree structure

2013-02-12 Thread Graeme Geldenhuys
0-45 minutes with some accompanied unit tests, and you should have everything you want. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lis

Re: [fpc-pascal] OT a bit - Planet Object Pascal

2013-02-18 Thread Graeme Geldenhuys
o visually show a feature - instead of reading a long and boring list of text. Maybe such a wiki page could also be created for LCL. But this is all a discussion that belongs in the lazarus mailing list. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgu

Re: [fpc-pascal] OT a bit - Planet Object Pascal

2013-02-19 Thread Graeme Geldenhuys
". For some reason, not all available actions work via the editor toolbar, but most from the "IDEMainWindow" does. The editor toolbar configuration will be stored in a separate XML file in your Lazarus config directory - making it easy to share with others. Regards, - Graeme - -

Re: [fpc-pascal] OT a bit - Planet Object Pascal

2013-02-19 Thread Graeme Geldenhuys
e default main page. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] JSON dates

2013-02-21 Thread Graeme Geldenhuys
DispAsDateTime(const AValue: string): TDateTime; Code can be found here... http://tiopf.svn.sourceforge.net/viewvc/tiopf/tiOPF2/Trunk/Core/tiUtils.pas?view=markup Also, here is a summary of ISO 8601: http://www.cl.cam.ac.uk/~mgk25/iso-time.html Regar

Re: [fpc-pascal] Performance problems with Image Conversions

2013-02-25 Thread Graeme Geldenhuys
work and results if you want. FCL-Image was by a large margin the slowest of the bunch. I can't remember off the top of my head what was the fastest, but ImageMagick will probably be a good choice. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Fr

Re: [fpc-pascal] differences between .pp and .pas files

2013-02-25 Thread Graeme Geldenhuys
the pascal syntax highlighting, or if the editor allows, manually add the .pp extension for the Pascal highlighting. Out of principal, I always use .pas ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sour

Re: [fpc-pascal] differences between .pp and .pas files

2013-02-25 Thread Graeme Geldenhuys
ll circle of FPC friends. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

<    1   2   3   4   5   6   7   8   9   10   >