[fpc-pascal] SSE instructions

2013-09-27 Thread August Oktobar
Are there any plans to add support for SSE intrinsic instructions, similar to MMX? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Constants and proc types

2013-09-27 Thread Jonas Maebe
On 27 Sep 2013, at 20:13, August Oktobar wrote: > const > type_list:array [0..1]of tproc_type=(@xxx,@yyy); > > const > one_type: tproc_type=type_list[0] ; <--- illegal expression The reason is the same as http://bugs.freepascal.org/view.php?id=20823 Jonas

[fpc-pascal] Constants and proc types

2013-09-27 Thread August Oktobar
why I cannot compile this (FPC 2.7.1) type tproc_type=procedure; procedure xxx; begin end; procedure yyy; begin end; const type_list:array [0..1]of tproc_type=(@xxx,@yyy); const one_type: tproc_type=type_list[0] ; <--- illegal expression

Re: [fpc-pascal] Re: How to stop a HttpApp via request?

2013-09-27 Thread silvioprog
2013/9/26 Reinier Olislagers > On 26/09/2013 16:01, silvioprog wrote: > > 2013/9/25 Michael Van Canneyt > > > > > > > > On Wed, 25 Sep 2013, silvioprog wrote: > > I need to test it, I'm waiting for the Lazarus team to update the > > s

Re: [fpc-pascal] MSEide+MSEgui 3.0

2013-09-27 Thread Martin Schreiber
On Friday 27 September 2013 17:08:58 Mattias Gaertner wrote: > > What's new in 3.0? 3.0 has own versions of TComponent, the streaming system and db.pas. Newest feature is support of antialiased drawing by gdi+ and xrender. > Is there a change log? > There is a list of breaking changes in VERSIO

Re: [fpc-pascal] MSEide+MSEgui 3.0

2013-09-27 Thread Mattias Gaertner
On Fri, 27 Sep 2013 17:01:01 +0200 Martin Schreiber wrote: > Hi, > MSEide+MSEgui version 3.0 has been released: > http://sourceforge.net/projects/mseide-msegui/ > > Have a lot of fun! What's new in 3.0? Is there a change log? Mattias ___ fpc-pascal m

[fpc-pascal] MSEide+MSEgui 3.0

2013-09-27 Thread Martin Schreiber
Hi, MSEide+MSEgui version 3.0 has been released: http://sourceforge.net/projects/mseide-msegui/ Have a lot of fun! Martin ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] DOS compiler wiki page: please review

2013-09-27 Thread Reinier Olislagers
On 27/09/2013 13:46, Nikolay Nikolov wrote: > On 09/27/2013 09:53 AM, Reinier Olislagers wrote: >> I decided to start a page for the DOS compiler - as more details become >> http://wiki.lazarus.freepascal.org/DOS > Nice. :) > > As you might have seen, I've already started adding information to th

Re: [fpc-pascal] DOS compiler wiki page: please review

2013-09-27 Thread Nikolay Nikolov
On 09/27/2013 09:53 AM, Reinier Olislagers wrote: I decided to start a page for the DOS compiler - as more details become available we can hopefully collect them there. As usual: additions/corrections welcome, especially by Nikolay ;) - I've added some statements with question marks that I'm not

Re: [fpc-pascal] TIP: fcl-web [trunk] usage with FPC 2.6.2

2013-09-27 Thread Graeme Geldenhuys
On 26/09/13 20:21, silvioprog wrote: > > C:\lazarus\fpc\2.7.1\source\packages\fcl-web\src\base\fphttpserver.pp(138,114) > Error: Identifier not found "TAcceptErrorAction" Ah yes, if you want to use the HTTP Server component, then you need to update some parts from fcl-net I believe. In my origina