|
Re: Command line screen capture
Stack corruption can be caused by getting the calling convention wrong.
http://www.hiddensoft.com/autoit3/do...ns/DllCall.htm
Perhaps
DllCall("captdll.dll", "int:cdecl", "CaptureScreen" ....
__________________
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
|