Re: [fpc-pascal] Writing fpWeb app without Lazarus

2016-06-07 Thread Michael Van Canneyt
On Sun, 5 Jun 2016, Mr Bee wrote: Hi all, I'm now learning how to use fpWeb. But for some reasons, I don't want to use Lazarus. Instead, I want to write the program using plain text editor or console text editor (like vim, nano, etc), in case I need to do it remotely. It's now just a simple

[fpc-pascal] Writing fpWeb app without Lazarus

2016-06-05 Thread Mr Bee
Hi all, I'm now learning how to use fpWeb. But for some reasons, I don't want to use Lazarus. Instead, I want to write the program using plain text editor or console text editor (like vim, nano, etc), in case I need to do it remotely. It's now just a simple Hello World program, so it must be sim