[fpc-pascal] Executable with invisible window and IO enabled

2013-07-15 Thread luciano de souza
hello all, I want to compile a program with no visible screen, but at the same time, with input and output enabled. If I use $apptype gui, the screen is invisible, but there are not input and output. If I use the standard $apptype console, the input and output is enabled, but the screen is visible.

Re: [fpc-pascal] Re: [Lazarus] Should TObject or TComponent have a Comment property?

2013-07-15 Thread Kenneth Cochran
On Fri, Jul 12, 2013 at 1:07 AM, vfclists . wrote: > > This attitude which exists in the Pascal community needs to end. I say > Pascal not FreePascal because when I examine a lot of free Delphi libraries > I see the same thing. Lots and lots of code and not a comment in sight. It > makes stuff ne

Re: [fpc-pascal] [ISSUE] FCL-Web: TUploadedFile causing memory leak?

2013-07-15 Thread silvioprog
2013/7/15 Michael Van Canneyt > On Sun, 14 Jul 2013, silvioprog wrote: > >> Hello, >> Please see: >> >> http://bugs.freepascal.org/**view.php?id=24746 >> > > There are several things VERY wrong with your test program. > First: >VFile.Read(VBuf,

Re: [fpc-pascal] [ISSUE] FCL-Web: TUploadedFile causing memory leak?

2013-07-15 Thread Michael Van Canneyt
On Sun, 14 Jul 2013, silvioprog wrote: Hello, Please see: http://bugs.freepascal.org/view.php?id=24746 There are several things VERY wrong with your test program. First: VFile.Read(VBuf, VBufLen); // reading only the first 1024 bytes ... Overrides the VBUf address. It must be VFil

Re: [fpc-pascal] FPReadIcon?

2013-07-15 Thread Michael Van Canneyt
On Sun, 14 Jul 2013, silvioprog wrote: 2013/7/14 Michael Van Canneyt On Sat, 13 Jul 2013, silvioprog wrote: Hello, How to load an ICON using FCL-Image? Something like: There is currently no .ico reader. Michael. Hm... does anyone have plans to implement it?