>>Then when I do compile, and see nothing happen, the "about" box
says:
Lightweight IDE: 0.2.9
FPC (Intel): Failed!
FPC (PPC): 2.2.0
GCC: powerpc-apple-Darwin8-gcc-4.0.1(GCC)
TransSkel: 4.0a1
Looks perfect! (As long as you don't need to compile for Intel.)
/Ingemar>>
That's fine, but I
My problem was simply forgetting some of the syntax to use in a
Pascal program! After I saw that, it was easy to run.
Ed
On Dec 1, 2007, at 5:13 AM, Ingemar Ragnemalm wrote:
Edward Kearns wrote:
Because of all the help I got, especially from Jonas Maebe, I
successfully opened and ran
>>
I did try LWP, and when I opened New Skel, and Compiled, and Ran,
all I got were error message.
Then I must guess that you either have problems with the paths
(strange characters that mess up the command lines) or something is
not installed properly. What does the "about" box look
Because of all the help I got, especially from Jonas Maebe, I
successfully opened and ran successfully in LIghtweight IDE the
Pascal program I had developed over several years in Think Pascal.
NOW I can modify it, as I had desired.
Ed
___
fpc-pasc
>>
Note that the above is not a valid Pascal program. This is the
correct version:
Program HelloWorld;
begin
writeln('hello');
end.>>
Thank you, thank you! I had a case of the dumbs, mixing languages. I
was about ready to give up and redo my Think Pascal program in Basic,
since I tho
>>
Where do I go to create my main file in LWP?
Anywhere you want. Just make sure it starts with a program header
(such as "program helloworld;").
Jonas>>
Here's what I wrote:
Program HelloWorld;
begin
print "hello"
end.
and I'm told
No main program found. Can not build.
What ex
>> If you want something more akin to Think Pascal, you may want to
try LWP, which is available here:
http://sourceforge.net/projects/lightweight-ide
Jonas>>
I did try LWP, and when I opened New Skel, and Compiled, and Ran, all
I got were error message.
Where do I go to create my main fil
I am new to FPC, and can't get started. I have used Think Pascal, and
I seem to have quite a hurdle here. Someone else told me that I need
to start XCode first. I did that, then I chose a template (FPC
Carbon Application 2.2.0). Then I didn't know how to enter code, so I
opened start.pas,