E2027 Must take address of a memory location (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

Your source file used the address-of operator (&) with an expression that can't be used that way; for example, a register variable.