I keep getting the following error in VC++:

error C2102: '&' requires l-value

The line of code it's referring to is this:

ptTmp = MAKEPOINTS((POINTS FAR *) lParam);

Any help would be appreciated..

Dan