[fpc-pascal] XPath Problem?

2006-10-02 Thread Jeremy Cowgar
Hello, I am trying to use the xpath unit... I am getting an An unhandled exception occurred at $000E4268 : EAccessViolation : Access violation $000E4268 Via gdb, I can see the place it's happening is xpath.pp:2470. Here is my simple test program: program xpathtest; uses dom, xpath; var

Re: [fpc-pascal] Re: Threads executing in sequence instead of parallel

2006-10-02 Thread Graeme Geldenhuys
Thanks Pete, Even though Micha did manage to explain why my demos ran as they did, I will try you demo anyway. Purely to see how big the output file grows. :-) Quick recap from Micha. The time slicing in Linux is much larger that under Windows. This improves performance (especially on calcula

Re: [fpc-pascal] Re: Threads executing in sequence instead of parallel

2006-10-02 Thread Pete Cervasio
On Friday 29 September 2006 04:57, Graeme Geldenhuys wrote: > > Below is a text (console) thread demo. The one thread counts from 0 to > 1k and the other thread counts down from 1k to 0. Again, under Linux, > one thread executes and teminates, then the next thread executes and > terminates. Greet

[fpc-pascal] arm cpu with freepascal

2006-10-02 Thread skrew
Hello, I have tested a simple "hello world" with the arm compiler On the main linux (fedora), no problem to execute it (using qemu-arm) but on the target (gumstix with strongarm) i got a Illegal instruction I have tested with uclibc and glibc. I miss something ? Thanks _

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Graeme Geldenhuys
On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I already did that and tested that. Maybe the browser is showing you an old version? Ah yes, it view my browser cache. Refresh fixed it. :-) >> The console testrunner, that I use, will insert the stylesheet >> information. > > I didn'

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I like the result: http://www.hu.freepascal.org/lazarus/testresults/results.xml I couldn't view it. Got an error that the results.xsl file couldn't be found. Note: I renamed the results.xsl file to fpcunit.xsl

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Graeme Geldenhuys
On 02/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I like the result: http://www.hu.freepascal.org/lazarus/testresults/results.xml I couldn't view it. Got an error that the results.xsl file couldn't be found. Note: I renamed the results.xsl file to fpcunit.xsl, so you will have to update

Re: [fpc-pascal] presenting fpunit test results

2006-10-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi Vincent, Attached is my latest efforts on fpcUnit Test Reports using XSLT. Before, I sent you two versions of the .xsl file. One created a report based on CSS only and the other one based on HTML Tables only. I tested both against my results (around 900 tests) and

Re: [fpc-pascal] Re: Threads executing in sequence instead of parallel

2006-10-02 Thread Graeme Geldenhuys
On 29/09/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: I thought in your initial mail your were talking about having a console test app with threads. Synchronize is harder then, because you have to call CheckSynchronize yourself. Vincent. Below is a text (console) thread demo. The one threa

[fpc-pascal] Using Graph unit on Linux Ubuntu...

2006-10-02 Thread Tiziano_mk
On windows I was trying the graph unit with the old BGIDemo of Borland Pascal. It worked nicely, after some adaptations (fpc 2.0.2). Now I'd like to compile the same on Linux Ubuntu, but have lot of problems with a link error on the following instructions. { Link with VGA, gl and c librari