I booted Windows XP on a mini-laptop. It is practically non-touched since I
bought the machine. I installed and used Linux since then.
For the first time I downloaded and installed the official Lazarus Windows
installer. It goes smootly, SourceForge offers you a Download Now link and
the installation is easy like in other Windows programs. I accepted the
defaults for everything.

Then I copied my own source under a new C:\SW directory, just like I told my
friend to do earlier.
I just created the directories so I must have write access for them, right?

I open my project. There is a stream error about an unknown property
TForm1.Anchors because I used the latest delelopment version for making the
prog. I choose Continue Loading and it opens without problems.
Then I try to run it and get the errors below. I don't have any spaces in
paths. I really don't know what is wrong.
Are you people really saying the default installation is OK?

These files are in C:\SW\jorma :
29.07.2010  21:26             7ÿ884 project1.lpi
26.07.2010  15:50               323 project1.lpr
29.07.2010  21:26               791 project1.manifest
29.07.2010  21:26               250 project1.rc
29.07.2010  05:28             3ÿ656 unit1.lfm
29.07.2010  05:28             4ÿ666 unit1.pas

----------------------

Hint: Start of reading config file
c:\lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
Hint: End of reading config file c:\lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.2.4 [2009/10/25] for i386
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Win32 for i386
Compiling project1.lpr
Compiling unit1.pas
unit1.pas(117,54) Hint: Converting the operands to "Int64" before doing the
add could prevent overflow errors.
unit1.pas(32,28) Hint: Parameter "Sender" not used
unit1.pas(33,33) Hint: Parameter "Sender" not used
unit1.pas(34,33) Hint: Parameter "Sender" not used
Compiling resource C:\SW\jorma\unit1.lfm
windres: can't open file `TForm1': No such file or directory
unit1.pas(176,1) Error: Error while linking
Hint: Start of reading config file
c:\lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
Hint: End of reading config file c:\lazarus\fpc\2.2.4\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.2.4 [2009/10/25] for i386
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Win32 for i386
Compiling project1.lpr
Compiling unit1.pas
unit1.pas(32,28) Hint: Parameter "Sender" not used
unit1.pas(33,33) Hint: Parameter "Sender" not used
unit1.pas(34,33) Hint: Parameter "Sender" not used
Compiling resource C:\SW\jorma\unit1.lfm
c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `TForm1':
No such file or directory
unit1.pas(176,1) Error: Error while linking
unit1.pas(176,1) Fatal: There were 1 errors compiling module, stopping
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to