boomingranny Posted June 17, 2012 Posted June 17, 2012 Hi, I cannot get GDI plus to work on my computer. I am running 64bit Windows 7 I am using Autoit in 32 bit mode. if i do a simple script such as: #include <ScreenCapture.au3> $try = _GDIPlus_Startup() MsgBox (0,"gdi plus working?",$try) i get false I have since tried replacing the gdiplus.dll files Any other ideas on how to troubleshoot why it isn't working? My end goal is to use the _screencapture_capture command, it isn't working either. eg. #include <ScreenCapture.au3> DirCreate ("c:\temp") _ScreenCapture_Capture("c:\temp\temp.jpg") If Not FileExists ("c:\temp\temp.jpg") Then MsgBox (0, "failed","failed") endif fails to create the file for me
boomingranny Posted June 17, 2012 Author Posted June 17, 2012 update for anyone else with the same issue: I redownloaded the latest copy of autoit, reinstalled (as i thought i already had it) and this fixed my issue!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now