Search the Community
Showing results for tags '$ghgdipdll'.
-
Hey everyone, I have been searching for an answer to this issue and cannot seem to figure out what I am missing... A little background... I created, compiled, and have this application fully functioning on an old laptop. I was recently upgraded to a new laptop and now I cannot build anymore due to the below error/warning. I am including the ColorChooser UDF (linked below); but it would seem I am either missing a file or some other resource. Obviously I could just declare this variable to resolve my error, but that doesn't seem like the correct solution to me. Any suggestions? Error Messages: >Running AU3Check (3.3.14.2) from:C:\Program Files (x86)\AutoIt3 input:\\File-na1-07\userdata1$\matt\My Documents\AutoIt\WfmToolkit\WfmToolkit.au3 "C:\Program Files (x86)\AutoIt3\Include\ColorChooser.au3"(1180,37) : warning: $ghGDIPDll: possibly used before declaration. Local $aResult = DllCall($ghGDIPDll, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ "C:\Program Files (x86)\AutoIt3\Include\ColorChooser.au3"(1180,37) : error: $ghGDIPDll: undeclared global variable. Local $aResult = DllCall($ghGDIPDll, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ \\File-na1-07\userdata1$\matt\My Documents\AutoIt\WfmToolkit\WfmToolkit.au3 - 1 error(s), 1 warning(s) !>08:11:42 AU3Check ended. Press F4 to jump to next error.rc:2