[fpc-pascal] Bls: Changes to fpWeb...

2017-01-14 Thread Mr Bee
Will this new fpWeb be included in the next FPC release? v.3.2? v.3.0.2? Thank you.  –Mr Bee Pada Sabtu, 14 Januari 2017 5:36, Michael Van Canneyt menulis: Hello, I have committed a serious change to the way fpweb handles requests. Especially routing of requests was changed. The ol

Re: [fpc-pascal] ppcjvm issues

2017-01-14 Thread Lars
On Thu, January 12, 2017 2:08 am, Michael Schnell wrote: > On 11.01.2017 11:25, Sven Barth wrote: > >> >> We're talking about JVM here where garbage collections *must* be used. >> So FPC does as well for that target. >> >> > This of course is true. But if the class code is in fpc, fpc paradigms > s

Re: [fpc-pascal] Free Vision etc. form editor

2017-01-14 Thread Lars
On Fri, January 13, 2017 5:35 am, Mark Morgan Lloyd wrote: > I've just come across > http://forum.lazarus.freepascal.org/index.php?topic=18998.0 which was > asking about a dialog(ue) editor for Turbo/Free Vision. The links it cites > are dead, but the author's page is still available at > http://we

Re: [fpc-pascal] Size of program vs library ?

2017-01-14 Thread Lars
>>> Sorry to insist on that, but the size of fp library is very too big >>> vs > other libraries (C for example). Except in the case of KOL applications where many of my KOL Dll's/Exe's were smaller than any C/C++ tool could ever create... But KOL is window's specific mostly. Someone ported it,

Re: [fpc-pascal] Size of program vs library ?

2017-01-14 Thread Sven Barth
On 14.01.2017 17:18, fredvs wrote: >>> Sorry to insist on that, but the size of fp library is very too big vs > other libraries (C for example). > >> The size of FPC libraries will always(*) be bigger then e.g. C ones, >> because in FPC the RTL is statically linked into the program/library, >> whi

Re: [fpc-pascal] Size of program vs library ?

2017-01-14 Thread fredvs
>> Sorry to insist on that, but the size of fp library is very too big vs other libraries (C for example). > The size of FPC libraries will always(*) be bigger then e.g. C ones, > because in FPC the RTL is statically linked into the program/library, > while C libraries link against the C runtime l

Re: [fpc-pascal] Size of program vs library ?

2017-01-14 Thread fredvs
>> Sorry to insist on that, but the size of fp library is very too big vs other libraries (C for example). > The size of FPC libraries will always(*) be bigger then e.g. C ones, > because in FPC the RTL is statically linked into the program/library, > while C libraries link against the C runtime l

[fpc-pascal] fpc and voip ?

2017-01-14 Thread fredvs
Hello. I have lot of success to play mp3 files with library mpg123+portaudio and fpc unit fphttpclient.pas. Andrew Haines did a perfect work with his TThreadHttpGetter (that is now included in https://github.com/fredvs/uos). So getting the voice over ip is not a problem. For sending the voice,