Re: [fpc-pascal] If ShellExecute(0, 'open', PChar(ExecuteName), '', '', 0) <= 32 Then

2009-01-28 Thread Henry Vermaak
2009/1/28 vmars : > I tried many combinations of "%COMSPEC% /c Del2Pas.bat" > ExecuteName := ('C:\\WINDOWS\\system32\\cmd.exe ' + AppPathExe + > 'Del2Pas.bat'); > ExecuteName := ('"%COMSPEC%/c Del2Pas.bat"'); > and many more! > but still: > > Unable to open file: "%C

Re: [fpc-pascal] If ShellExecute(0, 'open', PChar(ExecuteName), '', '', 0) <= 32 Then

2009-01-28 Thread Bart
> Wild is good, but same results: > Unable to open file: "%COMSPEC%/c Del2Pas.bat" ErrorCode=0 Did you try invoking notepad.exe from your batchfile? I never suggested to use %comspec%. (And as others pointed out you need to evaluate this with something like: ComspecStr := GetEnvironmentVariable('C

[fpc-pascal] Announcing CrossGL

2009-01-28 Thread Milan Marusinec
Dear Ladies & Gentlemen, It is my greatest pleasure after a years of development to announce the launch of a brand new general-purpose vector & raster graphics imaging library called CrossGL. Main highlights: * Raster imaging (file formats, bitmap filters, depth conversions) * Full featured set

[fpc-pascal] Breakpoints in certain procedure don't get hit.

2009-01-28 Thread Ken G. Brown
MacOS X 10.5.6, fpc 2.2.2 In Xcode 3.1.2 I'm having trouble getting breakpoints to get hit in a certain procedure. Breaks in other procedures in the same file work. I can break before entering the procedure but 'step into' just executes the procedure that apparently has breakpoints correctly se

Re: [fpc-pascal] Breakpoints in certain procedure don't get hit.

2009-01-28 Thread Jonas Maebe
On 29 Jan 2009, at 06:47, Ken G. Brown wrote: In Xcode 3.1.2 I'm having trouble getting breakpoints to get hit in a certain procedure. Breaks in other procedures in the same file work. I can break before entering the procedure but 'step into' just executes the procedure that apparently has

Re: [fpc-pascal] Announcing CrossGL

2009-01-28 Thread Graeme Geldenhuys
On Thu, Jan 29, 2009 at 12:24 AM, Milan Marusinec wrote: > It is my greatest pleasure after a years of development > to announce the launch of a brand new general-purpose > vector & raster graphics imaging library called CrossGL. Nice work Milan. Seeing that it's a cross platform graphics librar

Re: [fpc-pascal] Announcing CrossGL

2009-01-28 Thread Graeme Geldenhuys
On Thu, Jan 29, 2009 at 9:00 AM, Graeme Geldenhuys wrote: > > Quick question? How does CrossGL compare to AGG or AGG-PAS? It looks Ah, no wonder the feature set looked familiar - you worked on AggPas first. :-) AggPas is pretty awesome. I hope to one day create a fpGUI backend based on AggPas.

[fpc-pascal] Re: Announcing CrossGL

2009-01-28 Thread Milan Marusinec
Graeme Geldenhuys wrote: > Nice work Milan. Seeing that it's a cross platform graphics library, > it would be very nice if there was cross platform demos. Currently it > only has 3 Windows demos available for download. Doesn't say much for > Linux support. :-( Either way, the Windows demos did r