0

I create a Script using Autoit that needs GDI+ to work.
How can I install GDI+ in Windows NT 4.0 SP6?

1 Answers1

-1

It seems like you need to find gdiplus.dll and put it into operating system folder, which is probably C:\WINNT\System32.

You might find this DLL here:

originaldll.com gdiplus.dll

Otherwise, you will need to find it on the Internet.

harrymc
  • 498,455