Call system unit procedure in BASM

From: Turbo Man (whoami_at_youdontknow.com)
Date: 12/09/04


Date: Thu, 9 Dec 2004 15:38:49 +0800

Hi all,

  Here is my code piece:
  asm
    // ...
    CALL _LStrSetLength
  end;

  compiler error: Undeclared identifier: '_LStrSetLength'.
  but the _LStrSetLength was found in system.pas.
  why?

TIA

Turbo Man



Relevant Pages