Technical Support
On-Line Manuals
C251 User's Guide
*** Error C59 '=': Address of R-Value Taken
'=': Address of R-Value Taken
The address of a structure member returned by a function cannot be taken. Example: p1 = &structFunc (1, 2).nCount;