Marc Santhoff wrote:
No, it shows a warning message, no error.
The point is, the compiler finishes making a runnable program. I
personally don't want that to happen because it will make avoidable
OK, I now see what you mean. Luckily I pay close attention to any
Warnings that the compiler give
Am Montag, den 17.08.2009, 09:12 +0200 schrieb Graeme Geldenhuys:
> Marc Santhoff wrote:
> >
> > the compiler runs and throws no error. Fine, but this way every class
>
> Because you did not instantiate any instances of that class. Here is the
> output after compiling my sample program with FPC
> yu ping schrieb:
Lazarus generated exe file size is so large,Can it make small size
program file?
Please look here:
http://wiki.lazarus.freepascal.org/Lazarus_Faq#Why_are_the_generated_binaries_so_big.3F
___
fpc-pascal maillist - fpc-pascal@list
Lazarus generated exe file size is so large,Can it make small size program
file?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Mon, 17 Aug 2009, Jonas Maebe wrote:
On 17 Aug 2009, at 17:43, Michael Van Canneyt wrote:
The reason for this - which has been given often - was the atypical
window size of the router in front of the server: Some ISP's routers or
network configuration could not cope with this atypical w
On 17 Aug 2009, at 17:43, Michael Van Canneyt wrote:
The reason for this - which has been given often - was the atypical
window size of the router in front of the server: Some ISP's routers
or network configuration could not cope with this atypical window
size.
To nitpick: it's not the wi
Hello,
In the past, some people reported problems connecting to the main FPC
website or the main SVN repository. Typical symptoms were empty HTML
pages, but pinging to the server working fine.
The reason for this - which has been given often - was the atypical
window size of the router in front
In the IDE go to the menu Project -> Compiler Options
In the linking tab uncheck win32 gui application
That will bring the "dos" window when the program runs.
You can use WriteLn and ReadLn to interact with it in your software
--
Felipe Monteiro de Carvalho
I would like to use Lazarus as a simple IDE with input/output from/to a "dos"
box (like the old FreePascal IDE). My code compiles and runs with
Lazarus/FreePascal but a blank window pops up instead of the desired dos
box. What do I have to do to get the desired behavior from Lazarus? I am
running
--- Begin Message ---
Hi,
International Olympiad in Informatics
allows only c++ and free pascal.
Provided editors : ... lazarus ...
http://www.ioi2009.org/index.jsp;jsessionid=F84941DF0A0EE4138BC2E44BA6DBE5EB?ln=2&id=361
regards,
Den Jean
--
___
L
Andrew Brunner wrote:
Hi there,
I have a ByteArray unit that's pretty extensive.
function toString(Var Item:TByteArray):string
var
iLen:Integer;
begin
iLen:=System.Length(Item);
SetLength(Result,iLen);
if iLen>0 then
System.Move(Item[0],Result[1],iLen);
end;
Thanks, this will be a
Marc Santhoff wrote:
the compiler runs and throws no error. Fine, but this way every class
Because you did not instantiate any instances of that class. Here is the
output after compiling my sample program with FPC 2.2.5
===
$ fpc test1.pas
Free Pascal Compiler ve
12 matches
Mail list logo