Florian Klaempfl wrote:
Marc Weustink wrote:
Ad Rienks wrote:
Hello,

To begin I will warn you: I am a novice in Pascal and Lazarus.
A really strange problem occurs to me: after a few days, playing with examples and getting to know the IDE and the features, I have begun a more serious program. In console mode; for the last few days I got the sequence: - Compiling - Linking - Debugging, and I got output in a console window. But now since yesterday night I see: Compiling - Linking - Program ready. But no output window. I tried lots of options, without success. Pretty frustrating!
Any tips?

on the compiler options dialog, linking tab, uncheck win32 gui app (-WG)

and look if there is no $apptype directive in the mainsource (or if it is, it should be $apptype console)

I'am not sure if this is the reason, I'd this problem as well but it wasn't reproducable (win32).

:(

in that case recompile lazarus (in the laz dir): make ide OPT=-WC

then on compilation (and it happens again), check in the console window the params passed to the compiler.

Marc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to