here's my current code:
this code crashes... not sure what the problem is.System::Alloc 32
Pop $1
# call
System::Call "user32::GetLastInputInfo(p r1)"
# get
System::Call "*$1(&l, i.r0)"
MessageBox MB_OK "$0"
# free
System::Free $1
I'd very much appreciate you guys taking a look @ it and offering some assistance.
Thanks!