Hello. Here I am writing my compiler (bytecode) / interpreter, and I would like to know how static and dynamic libraries are connected at the compilation level? Thank you in advance :)

  • 2
    At the compilation level, they do not connect at all. - user6550
  • is it like this Static libraries too ?? - Maalik Nurlanovic
  • Any. RTFM. - user6550 pm

0