Call system unit procedure in BASM
From: Turbo Man (whoami_at_youdontknow.com)
Date: 12/09/04
- Next message: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Previous message: Avatar Zondertau: "Re: Calling a function by hand"
- Next in thread: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Reply: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Previous message: Avatar Zondertau: "Re: Calling a function by hand"
- Next in thread: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Reply: Will DeWitt Jr.: "Re: Call system unit procedure in BASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|