Re: [fpc-pascal] TProcess does not work in Windows XP

2015-03-24 Thread leledumbo
> Any tip ? 1. Define "does not produce any results." 2. Show your code -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/TProcess-does-not-work-in-Windows-XP-tp5721477p5721478.html Sent from the Free Pascal - General mailing list archive at Nabble.com. __

[fpc-pascal] TProcess does not work in Windows XP

2015-03-24 Thread Antonio Sanguigni
Hello, I know XP is an old OS but some customers of mine still have it ! I'm writing a little software which is calling a console program and I have the need to capture its output. My core TPRocess code is the same as fpc wiki for TProcess and it works very well in Windows 7. My problem is Window

Re: [fpc-pascal] Helpers for objects (not classes)

2015-03-24 Thread Sven Barth
Am 24.03.2015 11:19 schrieb "Michael Schnell" : > > On 03/23/2015 09:39 PM, Andrew Haines wrote: >> >> >> Do the new class helpers support objects? >> > Are "Objects" not depreciated, anyway ? Not in FPC. > IMHO "Object" and "Record" should just be subsumed under the Class concept, so that the "O

Re: [fpc-pascal] Helpers for objects (not classes)

2015-03-24 Thread Michael Schnell
On 03/23/2015 09:39 PM, Andrew Haines wrote: Do the new class helpers support objects? Are "Objects" not depreciated, anyway ? IMHO "Object" and "Record" should just be subsumed under the Class concept, so that the "Object" and "Record" keyword can be avoided a certain modifier "Class" crea