[fpc-devel] odbcconn.pas

2014-03-13 Thread Nathan Wild
I have been transitioning my work over from Delphi to Lazarus. For the most part it has been smooth and satisfying experience. I'm loving Lazarus and FPC and being unburdened by closed source proprietary stuff in general. The majority of the work I do requires connections to a Pervasive

Re: [fpc-devel] odbcconn.pas

2014-03-13 Thread Reinier Olislagers
On 13/03/2014 00:06, Nathan Wild wrote: I have been transitioning my work over from Delphi to Lazarus. For the most part it has been smooth and satisfying experience. I'm loving Lazarus and FPC and being unburdened by closed source proprietary stuff in general. Good to hear that ;) The

Re: [fpc-devel] odbcconn.pas

2014-03-13 Thread Tomas Hajny
On Thu, March 13, 2014 11:25, Reinier Olislagers wrote: On 13/03/2014 00:06, Nathan Wild wrote: Please note that the original poster is not subscribed to the mailing list and thus may not see your responses (like the one below) unless including him in Cc: explicitly. Unfortunately, he hasn't

Re: [fpc-devel] FPC and Windows Phone 8

2014-03-13 Thread Vsevolod Alekseyev
I've tried; the results are consistent with the interrupt thing. The following snippet: ASMTest mov r12, lr blx a mov lr, r12 bx lr ALIGN 4 ARM a bx lr Consistently crashes when executed under a debugger, but ran as expected 10 times in a row when standalone.

Re: [fpc-devel] odbcconn.pas

2014-03-13 Thread LacaK
Nathan Wild wrote / napĂ­sal(a): I have been transitioning my work over from Delphi to Lazarus. For the most part it has been smooth and satisfying experience. I'm loving Lazarus and FPC and being unburdened by closed source proprietary stuff in general. The majority of the work I do

Re: [fpc-devel] FPC and Windows Phone 8

2014-03-13 Thread Michael Schnell
On 03/13/2014 03:24 PM, Vsevolod Alekseyev wrote: Consistently crashes when executed under a debugger, but ran as expected 10 times in a row when standalone. Under debugger you will constantly have interrupts. So this is as expected. -Michael ___

[fpc-devel] xmlutils.pp(446,17) Fatal: Internal error 200304236

2014-03-13 Thread Martin Frb
building fpc trunk 27128 on win 32bit vista with make.exe all LINKSMART=1 CREATESMART=1 DEBUG=1 OPTIMIZE=0 OPT=-gl -gw -godwarfsets -O-1 -Cr Start compiling package fcl-xml for target i386-win32. Compiling fcl-xml\BuildUnit_fcl_xml.pp Compiling .\fcl-xml\src\xmlutils.pp The