am3__ and bm3__ are defined in truetype.h and network.h

Post here questions, problems and suggestions in English language
  • Are you sure? If so, change am3__ and bm3__ in one of them to anything else. It's just tricky way to reserve memory.
  • Code: Select all

    $DD 2 dup(0)
  • Code: Select all

    dword iconv_open     = #aIconv_open;
    dword iconv          = #aIconv;
    
    dword  am5__ = 0x0;
    dword  bm5__ = 0x0;
    There are am1__, am2__ and so on. You can find them in every file in svn://kolibrios.org/programs/cmm/lib/lib.obj/ directory. This definitions needs for loading libraries. Analogical code in FASM:

    Code: Select all

    Rotate_import:
    rotate_Start		dd aRotate_Start
    rotate_Version		dd aRotate_Version
            dd      0
            dd      0
    aRotate_Start		db 'START',0
    aRotate_Version		db 'version',0
    Из хаоса в космос
  • Thank you.
    I have renamed am3__ and bm3__ in truetype.h to am6__ and bm6__. HTMLv was compiled without errors.
    By now I don't understand the use of them. :(
  • It's the magic. :) The magic numbers.
  • Ok. :lol:
  • Who is online

    Users browsing this forum: No registered users and 41 guests