RAD Studio (Common)
ContentsIndex
PreviousUpNext
E2426: Inline function must not have asm block (Delphi)

Inline functions can not include an asm block. To avoid this error, remove the inline directive from your function or use Pascal code to express the statements in the asm block.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!