Re: [fpc-pascal] Add assembler source file to fpmake package?

2018-10-15 Thread christo
On 15/10/2018 23:56, Sven Barth via fpc-pascal wrote: christo mailto:christo.cra...@gmail.com>> schrieb am Mo., 15. Okt. 2018, 21:41: On 15/10/2018 20:07, Sven Barth via fpc-pascal wrote: christo mailto:christo.cra...@gmail.com>> schrieb am Mo., 15. Okt. 2018, 18:22: I'm t

Re: [fpc-pascal] Add assembler source file to fpmake package?

2018-10-15 Thread Sven Barth via fpc-pascal
christo schrieb am Mo., 15. Okt. 2018, 21:41: > On 15/10/2018 20:07, Sven Barth via fpc-pascal wrote: > > christo schrieb am Mo., 15. Okt. 2018, 18:22: > >> I'm trying to build a fpmake project for the RTL. > > > Are you aware that the RTL already has a fpmake project? It might not be > entirely

Re: [fpc-pascal] Add assembler source file to fpmake package?

2018-10-15 Thread christo
On 15/10/2018 20:07, Sven Barth via fpc-pascal wrote: christo mailto:christo.cra...@gmail.com>> schrieb am Mo., 15. Okt. 2018, 18:22: I'm trying to build a fpmake project for the RTL. Are you aware that the RTL already has a fpmake project? It might not be entirely up to date, but it e

Re: [fpc-pascal] Add assembler source file to fpmake package?

2018-10-15 Thread Sven Barth via fpc-pascal
christo schrieb am Mo., 15. Okt. 2018, 18:22: > I'm trying to build a fpmake project for the RTL. Are you aware that the RTL already has a fpmake project? It might not be entirely up to date, but it exists. Regards, Sven ___ fpc-pascal maillist - f

[fpc-pascal] Add assembler source file to fpmake package?

2018-10-15 Thread christo
I'm trying to build a fpmake project for the RTL.  One problem I'm struggling with is how to add an assembler file to the package and assign a custom command to be executed instead of calling the compiler.  I've tried the following, which does call "as" but then it follows with an error because

Re: [fpc-pascal] TJSCanvasRenderingContext2D's ellipse method is missing

2018-10-15 Thread Mr Bee via fpc-pascal
This mail should be sent to pas2js list. Please ignore it. My mistake, I didn't re-check the address. I apologize. Thank you. Regards, –Mr Bee Pada Senin, 15 Oktober 2018 21.37.06 WIB, Mr Bee via fpc-pascal menulis: Hi, I'm now using pas2js v1.0.2 but I can't find `ellipse` method in

[fpc-pascal] TJSCanvasRenderingContext2D's ellipse method is missing

2018-10-15 Thread Mr Bee via fpc-pascal
Hi, I'm now using pas2js v1.0.2 but I can't find `ellipse` method in TJSCanvasRenderingContext2D class. Is there a way to draw ellipse on a canvas using this version of pas2js? Thank you. Regards, –Mr Bee ___ fpc-pascal maillist - fpc-pascal@lists.fr

Re: [fpc-pascal] Parse strings like "day-1" to convert in a time stamp

2018-10-15 Thread Marcos Douglas B. Santos
On Mon, Oct 15, 2018 at 9:33 AM Michael Van Canneyt wrote: > > > On Sun, Oct 14, 2018 at 8:19 PM Michael Van Canneyt > > wrote: > >> > >> > >> > >> On Mon, 15 Oct 2018, Sven Barth via fpc-pascal wrote: > >> > >> > Marcos Douglas B. Santos schrieb am So., 14. Okt. > >> 2018, > >> > 16:15: > >> >

Re: [fpc-pascal] Parse strings like "day-1" to convert in a time stamp

2018-10-15 Thread Michael Van Canneyt
> On Sun, Oct 14, 2018 at 8:19 PM Michael Van Canneyt > wrote: >> >> >> >> On Mon, 15 Oct 2018, Sven Barth via fpc-pascal wrote: >> >> > Marcos Douglas B. Santos schrieb am So., 14. Okt. >> 2018, >> > 16:15: >> > >> >> Do you know any Pascal lib to parse strings to convert in date/time >> values?

Re: [fpc-pascal] Parse strings like "day-1" to convert in a time stamp

2018-10-15 Thread Marcos Douglas B. Santos
On Sun, Oct 14, 2018 at 8:19 PM Michael Van Canneyt wrote: > > > > On Mon, 15 Oct 2018, Sven Barth via fpc-pascal wrote: > > > Marcos Douglas B. Santos schrieb am So., 14. Okt. 2018, > > 16:15: > > > >> Do you know any Pascal lib to parse strings to convert in date/time values? > >> The user is s