Re:[fpc-pascal] Commercial support for Lazarus/FPC

2012-04-23 Thread denisgolovan
> > Same for Lazarus, although the numbering is different. > > There is always a svn branch "fixes", while the svn "trunk" is the > > development version. The fixes receives only bug fixes. > > The release was 0.9.30. The development version was 0.9.31. Then came > > several minor releases 0.9.30.

Re: [fpc-pascal] Errors compiling fixes_2.6 on win64: forgot to include dblib for mssqlconn?

2012-04-23 Thread LacaK
I added dblib only to the first group. possible solutions: 1. add dblib also to second group con: also enabled it for the others in that group. dblib uses FreeTDS which should be available/compile for at least OSX and Solaris. Win CE, iphonesim: never heard of it working there, but

Re: [fpc-pascal] Errors compiling fixes_2.6 on win64: forgot to include dblib for mssqlconn?

2012-04-23 Thread Reinier Olislagers
On 23-4-2012 10:48, Marco van de Voort wrote: > In our previous episode, Reinier Olislagers said: > It is hard because 2.6.x uses a different makefile system compared to trunk, > which is harder to tune for specific OSes. Arrrgh. > I think dblib is compiled even, but the packages/Makefile.fpc depe

Re: [fpc-pascal] Errors compiling fixes_2.6 on win64: forgot to include dblib for mssqlconn?

2012-04-23 Thread Marco van de Voort
In our previous episode, Reinier Olislagers said: > Running fpcup (64 bit) on my Windows machine gives errors with fpc > fixes_2.6 (r21000/21001): > > C:/development/fpc/compiler/ppcx64.exe -Ur -Xs -O2 -n -S2 > -FuC:/development/fpc/rtl/units/x86_64-win64 > -FuC:/development/fpc/packages/dblib > -

[fpc-pascal] Errors compiling fixes_2.6 on win64: forgot to include dblib for mssqlconn?

2012-04-23 Thread Reinier Olislagers
Good morning list, Running fpcup (64 bit) on my Windows machine gives errors with fpc fixes_2.6 (r21000/21001): C:/development/fpc/compiler/ppcx64.exe -Ur -Xs -O2 -n -S2 -FuC:/development/fpc/rtl/units/x86_64-win64 -FuC:/development/fpc/packages/dblib -FuC:/development/fpc/packages/fcl-base/units

Re: [fpc-pascal] Compiling from and to memory

2012-04-23 Thread OBones
Mattias Gaertner wrote: On Fri, 20 Apr 2012 18:26:28 +0200 Florian Klaempfl wrote: Am 19.04.2012 14:11, schrieb OBones: I looked around in the documentation for "standard input", "pipe", but apart from ways to access them from within a program, I was not able to find any information. Is this

Re: [fpc-pascal] Inline assembly using absolute dword ptr

2012-04-23 Thread OBones
Jonas Maebe wrote: On 20 Apr 2012, at 17:50, OBones wrote: So there is a difference with Delphi's assembler where it defaults to relative indexing while FPC defaults to absolute in that context. What exactly do you mean by relative addressing in this context? RIP-relative? In FPC, you indeed