Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!ariel.unm.edu!leo.unm.edu!talso From: talso@leo.unm.edu (Daniel Talso) Newsgroups: comp.sys.amiga.programmer Subject: Re: Kick Pascal Help... Message-ID: <1991Apr07.041040.28866@ariel.unm.edu> Date: 7 Apr 91 04:10:40 GMT Article-I.D.: ariel.1991Apr07.041040.28866 References: <1991Apr02.051307.13178@ariel.unm.edu> <1991Apr5.094129.10302@uni-paderborn.de> Organization: University of New Mexico, Albuquerque NM Lines: 32 In article <1991Apr5.094129.10302@uni-paderborn.de> himpel@uni-paderborn.de (Jens Gelhar) writes: >talso@leo.unm.edu (Daniel Talso) writes: > > >> I just got Kick Pascal, but the manual is in German, and I don't >>know any of it... I can compile and run a program fine with in the >>editor just fine, but when I try to use the 'o'bject file option and >>save the compiled file to the disk and ran it from CLI, it didn't >>work.... it was a simple program... and it was: > >>program test(input,output); > >>begin >> writeln('This is a test'); >>end. > >>But it wouldn't run from cli, can anyone help? > >Which version is your Kickpascal? Well, if it's Kickpascal 2.0x, you have to >create an EXECUTE-file (with the "File"-Pull-down-menu or the "E"-Key in the >keyboard menu). An OBJECT-file is a file for external linking (e. g. with >the BLink-public-domain-linker). So you could enter > >BLink myprog.o paslib.o to myprog > >in the CLI ("paslib.o" is the Kickpascal runtime library and is included >somewhere on one of the disks, BLink can be found on many PD disks) to >create an executable file manually, but of course it is easyer to do that >directly from the KP system. > The version I have is 1.50, do I have to get the higher version to create an executable file?