Re: [fpc-pascal] problem with interface (OOP not widget)

2008-03-11 Thread Bee
http://bugs.freepascal.org/view.php?id=10684 Hints? TIA. I'm currently using a not too elegant workaround to solve this problem. With some IFDEFs because the workaround is for FPC only. Nobody seems interested to this bug since there's no response for this issue in the mantis. I wonder bec

[fpc-pascal] Layout of class method

2008-03-11 Thread Felipe Monteiro de Carvalho
Hello, I'd just like to confirm. Considering the following class method: {$mode delphi} interface type TMyController = class(NSObject) public class function applicationShouldTerminateAfterLastWindowClosed(param1: objc.id; param2: SEL; theApplication: objc.id): cbool; cdecl; end;

[fpc-pascal] Vandalism

2008-03-11 Thread C Western
There seems to be some vandalism on the following page: http://community.freepascal.org:1/docs-html/fpctoc.html the Documentation table of contents (with comments). and clicking through indicates the same person has been active for

[fpc-pascal] Re: GSoC

2008-03-11 Thread Felipe Monteiro de Carvalho
Hi, The application is already sent, and I don't see any option to modify it now. I don't know how duplicate applications would be dealt with. The text is on the wiki. You can make a copy of it on a new section on the same page and put all your proposals there. In the worse case it will be useful

Re: [fpc-pascal] Hmm 64 bit instructions for visual studio 2008 slower than doubles too ?

2008-03-11 Thread Johann Glaser
ever head about indentation? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Lazarus at Knoppix 5.3

2008-03-11 Thread Rainer Stratmann
Great Because installing of Lazarus takes time... And is not easy... ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: FPC on GSoC

2008-03-11 Thread Vincent Snijders
Musan Antal schreef: Could you please tell me more about this issue: Musan Antal schreef: > Was you ever considering to get involved in the Google Summer of Code? > There are lot of Open-Source projects in it, I think it would also be in > the benefit of FPC to get some developers. > > Bu

[fpc-pascal] Hmm 64 bit instructions for visual studio 2008 slower than doubles too ?

2008-03-11 Thread Skybuck Flying
Hmmm. Visual Studio 2008 seems to produce even slower code for the True 64 bit integers. Also when I set it to release, something strange happens and it only take 7 ticks or so... while normally it takes 5 million ticks ? Weird. // Test64BitPerformance.cpp : Defines the entry point for the

[fpc-pascal] Int64: Cross Compiler 2.1.4 Beta for X64 does not produce faster executables ?

2008-03-11 Thread Skybuck Flying
Hello, The project/benchmark below was compiled with Delphi 2007 (produces 32 bit instructions), and Free Pascal Cross Compiler 2.1.4 Beta for X64 (produces 64 bit instructions ???). I see no major performance differences ? I was expecting much better performance from the cross compiler but