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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!