[lazarus] What does this error mean?
Cliff Baeseman
vbman at pcpros.net
Mon Jul 26 22:15:20 EDT 1999
SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Menus, StdControls, Buttons, ComCtrls, ExtCtrls;
try this in your uses clause once. this is the stuff that is actually
implemented at the moment.
Cliff
-----Original Message-----
From: Ned Boddie <nboddie at my-network.com>
To: lazarus at miraclec.com <lazarus at miraclec.com>
Date: Monday, July 26, 1999 9:10 PM
Subject: Re: [lazarus] What does this error mean?
>Yeah, I did that, no go. The other funny thing is that if I compile the
controls.pp from the lcl directory only, i.e. not in the uses clause but
directly from the command line, then the compile works.
>
>Do we think this is an fpc kind of thing?
>
>>
>> try to delete all of your ppu files in the lcl and lazarus directories
and
>> then compile.
>>
>> Cliff
>> -----Original Message-----
>> From: Ned Boddie <nboddie at my-network.com>
>> To: lazarus at miraclec.com <lazarus at miraclec.com>
>> Date: Monday, July 26, 1999 8:42 PM
>> Subject: [lazarus] What does this error mean?
>>
>>
>> >Hi,
>> >
>> >I just rebuilt everything from CVS, and in working on my project
>> >I get the following messages during compilation:
>> >
>> >Compiling /opt/fpc/lazarus/lcl/controls.pp
>> >openfiledialog.inc(214,16) Fatal: Invalid PPU-File entry: 15
>> >
>> >then it bails out.
>> >
>> >The module I'm actually trying to compile is incredibly simple as
follows:
>> >
>> >unit UBrowser;
>> >
>> >{$mode objfpc}
>> >
>> >interface
>> >
>> >uses
>> > Windows, Mewssages, SysUtils, Classes, Graphics, Controls, Forms,
>> Dialogs,
>> > Menus, StdCtrls, Buttons, ComCtrls, Grids, ExtCtrls;
>> >
>> >type
>> > TBrowserForm = class(TForm)
>> > private
>> > public
>> > end;
>> >
>> >var
>> > BrowserForm: TBrowserForm;
>> >
>> >implementation
>> >
>> >end.
>> >
>> >
>> >Ignoring the fact that I may have to stub some of these units for a bit,
>> what's happening with this error message, any clues?
>> >
>> >Ned
>> >
>> >_________________________________________________________________
>> > To unsubscribe: mail lazarus-request at miraclec.com with
>> > "unsubscribe" as the Subject
>> > archives at http://www.miraclec.com/list_archives/lazarus
>> >
>>
>> _________________________________________________________________
>> To unsubscribe: mail lazarus-request at miraclec.com with
>> "unsubscribe" as the Subject
>> archives at http://www.miraclec.com/list_archives/lazarus
>>
>
>_________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.miraclec.com/list_archives/lazarus
>
More information about the Lazarus
mailing list