D
DerekBaker
Why do I 'term does not evaluate to a function taking 2 arguments' from
int Comp;
[snipped]
Comp = wndpl.rcNormalPosition.top+ Min;
y = Max(y, Comp);
where y is also an int.
Thanks
int Comp;
[snipped]
Comp = wndpl.rcNormalPosition.top+ Min;
y = Max(y, Comp);
where y is also an int.
Thanks