Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Generating executables

  1. #1
    Anonymous
    Guest

    Generating executables

    Okey, lets say I want to create an executable with delphi.
    How exactly do you do this? Do you write the exe header and the machine code to a binary file or what? I know this is probably insane, but I was just wondering how you could do something like this.

  2. #2

    Generating executables

    Damn! forgot to log in.. ops: Diddn't know you could post as guest.
    btw: someone ought to fix the cookie issue.. The login information isn't stored here...
    BK - we.create (tm)

  3. #3

    Generating executables

    well yes, but what's the point?

  4. #4

  5. #5
    Anonymous
    Guest

    Generating executables

    Useless hacker: Thanks for the link

    Paulius: I'm just curiouse.

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Generating executables

    Quote Originally Posted by Paulius
    well yes, but what's the point?
    How do you think compilers are made?

    Mrwb: Good luck with your experiment, don't forget to try the same with Linux aswell.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Generating executables

    The shortcut link DGDev.tk doesn;t seem to store the cookies right but the

    http://terraqueous.f2o.org/dgdev

    seems to store the cookies fine
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  8. #8

    Generating executables

    cairnswm: I see. Finally I won't have to log in manualy *lazy*.
    BK - we.create (tm)

  9. #9

    Generating executables

    FPC(FreePascal) uses the GNU tools, look at FPC's code and you'll see how it does it, it compiles the .o .a .ppu files and uses the GNU linker(crossplatform) to make executables and/or .dll/.so.
    The future must be... Fast and OpenSource so...
    <br />Think Open and Lightning Fast!

  10. #10
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Generating executables

    Here is a very popular tutorial on writting a compiler by Jack Crenshaw PhD using Turbo Pascal 4.0.

    TP4 you say?!?! Yup! This set of tutorials started in 1988 and was added to up until 1995 when it was seemingly abandoned, yet never finished. It contains about 16 chapters of how you would go about the various issues of developing a compiler.

    Here is the link: Let's Build a Compiler
    Jason McMillen
    Pascal Game Development
    Co-Founder





Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •