
Posted:
Sep 15, 2004 @ 12:47am
by kornalius
lParam$ is always an integer value. Whether it's an integer value of an address or a regular integer. You tell the value to be converted to a pointer by using the ^ operator.

Posted:
Sep 15, 2004 @ 12:50am
by PointOfLight
Well, if you want to get technical about it... Guess I just wasn't thinking straight (it's amazing sometimes that I can get my programs to work).