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 maill
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 Run
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
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 :
>
>
> On Fri, 18 Oct 2013, luciano de souza wrote:
>
>> Hello all,
>>
>> FPCUnit is a ver
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 confusio
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