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

2013-10-18 Thread Michael Van Canneyt
On Thu, 17 Oct 2013, silvioprog wrote: Hello, I updated the fcl-net and fcl-web of my Free Pascal copy, but when I try to terminate my app via request, it return same error reported in this topic. It works fine here. Michael. ___ fpc-pascal

[fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread luciano de souza
Hello all, FPCUnit is a very good feature to test Pascal applications. At uses clause, it's needed to declare fpcunit e testregistry. It's also necessary to use the Console Test Runner. Yes, it's a good approach. Nowever, fpcunit is on the FPc core and TestRegistry and console Test Runner on the

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread Michael Van Canneyt
On Fri, 18 Oct 2013, luciano de souza wrote: Hello all, FPCUnit is a very good feature to test Pascal applications. At uses clause, it's needed to declare fpcunit e testregistry. It's also necessary to use the Console Test Runner. Yes, it's a good approach. Nowever, fpcunit is on the FPc

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread luciano de souza
Yes, you are right. Now, I observe that we have two foldders: fpcunit and fcl-fpcunit. The missing units were in the last one. I don't know why I made this confusion. Sorry! 2013/10/18, Michael Van Canneyt mich...@freepascal.org: On Fri, 18 Oct 2013, luciano de souza wrote: Hello all,

Re: [fpc-pascal] FPCUnit tests without Lazarus

2013-10-18 Thread Sven Barth
No need to be sorry. Sometimes one simply doesn't see the obvious ;) Regards, Sven On 18.10.2013 21:48, luciano de souza wrote: Yes, you are right. Now, I observe that we have two foldders: fpcunit and fcl-fpcunit. The missing units were in the last one. I don't know why I made this

[fpc-pascal] Bug: both record and class helpers no longer work

2013-10-18 Thread Anthony Walter
Message repeated here because I sent to original message to the wrong list group. I've tested going back to September revision 25577 both class and record helpers are broken. They work in simple stand alone units, but when you bring in the LCL and other units they fail to compile. I create a new