TCpp 1.02 COMFILES



  • Also wie kann ich mit Turbo C++ (Ver. 1.02 die freie) COM File erstellen
    oder BIN für meinen Kernel (benutze INlineASM (TASm 16BIT))

    MFG

    LordHoto



  • Aus der Datei "HELPME!.DOC":

    Q. How do I create a COM file?
    A. DOS versions 3.2 and earlier include an EXE2BIN utility that
    converts EXE files to COM files. Users who do not have EXE2BIN can
    use TLINK, the Turbo C++ command-line linker, to create a COM file
    instead of an EXE file. Use the /t option. For example:

    tcc -mt -lt tiny

    will create TINY.COM instead of TINY.EXE.

    There are certain limitations in converting an EXE file to a COM
    file. These limitations are documented in the IBM Disk Operating
    System manual under EXE2BIN.

    Turbo C++'s TINY model is compatible with the COM format, but programs
    that use Turbo C++'s floating-point routines cannot be converted to a
    COM file.

    Vielleicht hilft es dir weiter.



  • ja danke ich habs jetzt auch rausbekommen


Anmelden zum Antworten