Hi.
I have a problem when i try to use
_ScreenCap_Capture on Win2k
These two lines of code work fine under WinXP
#include <A3LScreenCap.au3>
_ScreenCap_Capture("C:\Dokumente und Einstellungen\Crashcourse\Desktop\screeny\Image1.jpg",0, 0, 300, 300)
But produce this error on Win2k:
---------------------------------------
Line 2321 (File "C:\...\A3lGDIPlus.au3");
Return $aResult[0] <> 0
Return $aResult^ ERROR
ERROR: Subscript used with non-Array Variable
----------------------------------------
Thanks for your time.
Crashcourse