Re: [fpc-pascal] Helpers: Implementation Location influencing the result

2013-10-05 Thread Daniel Gaspary
On Sat, Oct 5, 2013 at 8:27 PM, Sven Barth wrote: > At location A the helper is not yet declared, thus GetAnotherString uses the > GetString function of its own class. On location B the helper is already > declared and thus the implementation of GetAnotherString will pick up the > helper's GetStri

Re: [fpc-pascal] Re: build a compiler for GO32v2 under Windows 8 (or 7)

2013-10-05 Thread Philippe
I really assumed that I had to choice between video unit and crt unit ... my old unit which interfaced the video must be updated to be compiled for win32. I already though about to create my window procedure and my gotoxy procedure ... this way I may not have to make a lot of changes in my

Re: [fpc-pascal] Helpers: Implementation Location influencing the result

2013-10-05 Thread Sven Barth
Am 05.10.2013 22:57 schrieb "Daniel Gaspary" : > > I have created an example to show the different results I got due to > where the implementation of a object is . > > The code is at http://pastebin.com/wY2qmZFm > > If you cut and paste the code block at "Location A" to the "Location > B" the resul

Re: [fpc-pascal] Proposal for a XPath Namespace Resolver

2013-10-05 Thread Daniel Gaspary
On Sat, Oct 5, 2013 at 5:59 PM, Benito van der Zander wrote: > Alternatively, just use the XPath implementation of my Internet Tools > (http://www.benibela.de/sources_en.html#internettools). > > Works perfectly there. > > E.g. process(' > ', '//@u1:AnAttribute' ).toString > returns 'AttValue' I

[fpc-pascal] Helpers: Implementation Location influencing the result

2013-10-05 Thread Daniel Gaspary
I have created an example to show the different results I got due to where the implementation of a object is . The code is at http://pastebin.com/wY2qmZFm If you cut and paste the code block at "Location A" to the "Location B" the result of the program changes. At Location A the method of the he

Re: [fpc-pascal] Proposal for a XPath Namespace Resolver

2013-10-05 Thread Benito van der Zander
Alternatively, just use the XPath implementation of my Internet Tools (http://www.benibela.de/sources_en.html#internettools). Works perfectly there. E.g. process(' ', '//@u1:AnAttribute' ).toString returns 'AttValue' On 10/05/2013 07:08 PM, Daniel Gaspary wrote: (Let me know if bugtracke

Re: [fpc-pascal] Re: build a compiler for GO32v2 under Windows 8 (or 7)

2013-10-05 Thread Tomas Hajny
On Sat, October 5, 2013 21:34, Philippe wrote: > > > I am back !!! (a bit sick ... teeth ...) > > I am now trying to move > to win32. At first leaving crt unit, moving to video unit. > > Problem!(?) > ... I was using window, gotoxy and so on ... and I don´t find anything > similar with video unit!

Re: [fpc-pascal] Re: build a compiler for GO32v2 under Windows 8 (or 7)

2013-10-05 Thread Philippe
I am back !!! (a bit sick ... teeth ...) I am now trying to move to win32. At first leaving crt unit, moving to video unit. Problem!(?) ... I was using window, gotoxy and so on ... and I don´t find anything similar with video unit! On Fri, 20 Sep 2013 11:02:00 +0200, Sven Barth wrote: >

[fpc-pascal] Proposal for a XPath Namespace Resolver

2013-10-05 Thread Daniel Gaspary
(Let me know if bugtracker is better to discuss the idea) Today the XPath Ns Resolver is marked as "Experimental" and is just an alias for TDomNode: TXPathNSResolver = TDOMNode {!!! experimental}; [1] The problem happens when the Namespace definition is not at the root of the XML being process

Re: [fpc-pascal] gdbm package on Windows

2013-10-05 Thread Sven Barth
On 05.10.2013 17:56, greim wrote: Hi, i want to _read_ *.pag files created as hash ( dbm or ndbm or gdbm) files in Perl (Linux) with freepascal. I used the gdbm package, and it worked fine with Linux. On Windows (XP) using the same *.pag file unfortunately not. I installed different gdbm.dll

[fpc-pascal] gdbm package on Windows

2013-10-05 Thread greim
Hi, i want to _read_ *.pag files created as hash ( dbm or ndbm or gdbm) files in Perl (Linux) with freepascal. I used the gdbm package, and it worked fine with Linux. On Windows (XP) using the same *.pag file unfortunately not. I installed different gdbm.dll files in the working directory bu

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

2013-10-05 Thread silvioprog
2013/9/25 Michael Van Canneyt > On Wed, 25 Sep 2013, silvioprog wrote: > >> 2013/9/24 Graeme Geldenhuys >> On 24/09/13 10:46, Michael Van Canneyt wrote: >> > >> > I am working on it. >> >> Thanks Michael. >> >> btw: The fcl-web (and all your guidance) has worked wonders with my

Re: [fpc-pascal] Custom dataset help request: ftCurrency/ftDateTime returns weird data

2013-10-05 Thread wkitty42
On Friday, October 4, 2013 11:18 AM, Reinier Olislagers wrote: > Thanks, but using that (and similar change for the TDateTime) gives the > same results ;( perhaps the problem is further back in the code where that data is written to the destination?? i've goofed many many many times and for

Re: [fpc-pascal] DOS compiler wiki page: please review

2013-10-05 Thread greim
Hi, writing a 8086 version of fpc is not so strange as some may think! There are still some 80186 processors around running in embedded systems! These architecture is certified for some applications in industrial and avionik controll. A good survey over most #186 derivates you may find at: