Board index » delphi » Help me with FPK Pascal

Help me with FPK Pascal

I need help fromm someone who has used FPK pascal before. I have tried
reding the docs and even FPK_FAQ.TXT.

I've version 6.5 ( anyway the file is FPKPAS65.ZIP )

I've created a small program (temp.pas) then compiled it with PPC386
After that, 3 new files were created
1) temp.o
2) temp.s
3) link.res which is 0 bytes.

What do I do next? How do I create a exe?

I've tried Aout2exe temp.x ( x=all extensions )
and ran all the temp.exe 's generated but none of them runs.
Why ? Can someone please help me ?

       /_//_//_/    /_//_//_/      /_//_//_/      /_/
    /_/       /_/  /_/     /_/    /_/     /_/    /_/
   /_/       /_/  /_/       /_/  /_/       /_/  /_/
  /_/       /_/  /_/       /_/  /_/       /_/  /_/
 /_/       /_/  /_/       /_/  /_/       /_/  /_/
/_/       /_/  /_/      /_/   /_/      /_/  
 /_//_//_/    /_//_//_/      /_//_//_/      /_/

                        \\|//
     _____________ooo__(_0_0_)__ooo_____________
 / ^ \                                          \
|  @  |           THE ODD MAILING LIST           |
 \ _ /__________________________________________/  

            " To add spice to your life "

          HOW TO SUBSCRIBE:
          Send mail to <shaw...@pl.jaring.my>
          with the SUBJECT.  SUBSCRIBE ODD

    +-=-=- My Miscellaneous Home Page =-=-=-+
    |  http://www.geocities.com/Area51/9333 |
    +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+

  This list is operated on a when I like it basis.
  It will include humour, proverbs and other neat
  stuff. I will try to keep it on a daily basis.

=-=-=-=-=-=-=-=-= COPYRIGHT NOTICE =-=-=-=-=-=-=-=-=
All materials presented are owned by their authors.
They have been sourced from different areas.

=-=-=-=-=-=-=- FREE GIFT SUBSCRIPTION -=-=-=-=-=-=-=
You can subscribe a friend ( with their permission )
by sending mail with subject   SUBSCRIBE ODD FRIEND
and including their e-mail address in the body.
_                                             _  _
 | Admin,             ooO   Ooo              | || |  
 | Shawn Tan.        (   ) (   )          _ _| || |
 |====                \ (   ) /          | | | __ |
 / ^ \_                \_) (_/           |_|_||__ \
|  @  |\                                  \      \/
 \ _ /                                     \_____/

 

Re:Help me with FPK Pascal


ODD Mailing List <syber...@geocities.com> wrote:

Quote
>I've created a small program (temp.pas) then compiled it with PPC386
>After that, 3 new files were created
>1) temp.o
>2) temp.s
>3) link.res which is 0 bytes.
>What do I do next? How do I create a exe?

If I remember right, with that compiler, you have to type GO32 TEMP to
run it....

If you want a self-contained EXE, copy GO32.EXE to the directory
you're in, rename it to TEMP.EXE in this case...then COPY /b
TEMP.EXE+TEMP.O.

Now you got your self-contained EXE.

Other Threads