Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!unido!pbinfo!himpel From: himpel@uni-paderborn.de (Jens Gelhar) Newsgroups: comp.sys.amiga.programmer Subject: Re: Kick Pascal Help... Message-ID: <1991Apr5.094129.10302@uni-paderborn.de> Date: 5 Apr 91 09:41:29 GMT References: <1991Apr02.051307.13178@ariel.unm.edu> Organization: Uni-GH Paderborn Lines: 40 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. Ciao, Jens. -- / / . ___ ___ ___ / * The Himpel Software Systems Company /---/ / / / / / / /__/ / * Jens Gelhar - himpel@uni-paderborn.de / / / / / / /__/ /___ /_ * Support for Kick-Ass + Kick-Pascal Life! Don't talk / to me about life! * >>> THE HIMPIRE STRIKES BACK <<<