Turbo Pascal BINOBJ with Freepascal 8086 - Day 147

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 6

  • @duralikiraz
    @duralikiraz ปีที่แล้ว +2

    I think it is an important video. Thanks Nick.

    • @retronicksprogrammingchann2337
      @retronicksprogrammingchann2337  ปีที่แล้ว +1

      if you are interested in these kinds of tools I have created my own version of BINOBJ which works in windows. command line and GUI.
      github.com/RetroNick2020/rtbinobj

  • @Zendrael
    @Zendrael ปีที่แล้ว +2

    Cool video, Nick!

  • @maxmuster7003
    @maxmuster7003 ปีที่แล้ว +1

    Case sensitive in DOS?

    • @retronicksprogrammingchann2337
      @retronicksprogrammingchann2337  ปีที่แล้ว +2

      not a DOS problem
      the case doesn't matter on the filename.
      case matters on the public name - BINOBJ can only create uppercase public names. this is the third paramter passed to BINOBJ
      freepascal linking procedure name can be uppercase or lowercase
      when using BINOBJ the linking procedure name must be uppercase
      in freepascal for everything to work

    • @maxmuster7003
      @maxmuster7003 ปีที่แล้ว +1

      @@retronicksprogrammingchann2337 thx