if I make a new directory
and I create a new application in that directory.
I save all into that directory.
urltest1.frm, urltest1.pas, and urltest.lpr. are there in the new directory, and visible in the code editor
the project begins with
begin
bull fucking shit farfo
compiler shows no error, so the file in the code editor,
and the file it actually compiles are not related.
how and why?
why is lazarus compiling anything but the project in the code editor?
the answer to this will clear up a lot, and will make my day.
many thanks for the help and guidance
background
when I compile that the empty program should run, and I should see that empty form. does not happen.
I have a form, and a pascal code file for that form I want to add those files to the application in theory it would seem that the form and code would be part of that application, and the form should. appear on the screen. it does not seem to happen. how do I make a new program with the form and code. lazarus seems to not allow that