Jump to content

Issues with GDI Plus


Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...