momitty Posted April 11, 2005 Posted April 11, 2005 When I try to use the GUICtrlCreateGraphic and GUICtrlSetGraphic functions they work fine until I try to use the Aut2EXE. Then it gives me errors. I'm trying to draw a simple box. I assume the compiler must just not support this yet? Or might I be doing something wrong? Here's an example of my code Dim $line = GuiCtrlCreateGraphic(0, 0) GUICtrlSetGraphic(-1,$GUI_GR_MOVE, $start_x, $start_y) GUICtrlSetGraphic(-1,$GUI_GR_COLOR, $color) GUICtrlSetGraphic(-1,$GUI_GR_LINE, $end_x,$start_y) GUICtrlSetGraphic(-1,$GUI_GR_LINE, $end_x,$end_y) GUICtrlSetGraphic(-1,$GUI_GR_LINE, $start_x,$end_y) GUICtrlSetGraphic(-1,$GUI_GR_LINE, $start_x,$start_x)
w0uter Posted April 11, 2005 Posted April 11, 2005 do you use the ++ version ? if so copy the .bin from the autoit folder to the aut2exe dir My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
momitty Posted April 11, 2005 Author Posted April 11, 2005 do you use the ++ version ? if so copy the .bin from the autoit folder to the aut2exe dir<{POST_SNAPBACK}>The ++ version? I guess not. I don't see a .bin file except for in the Aut2Exe subfolder. Where do I get the ++ version? I have 3.1.1 I think
eJan Posted April 11, 2005 Posted April 11, 2005 (edited) Where do I get the ++ version? I have 3.1.1 I thinkAI3.1.1++ zip archive, first locate installed AutoItSC.bin (my is: C:\Program Files\AutoIt3\Aut2Exe\AutoItSC.bin), overwrite it with one in archive, all other files, folders into AutoIt install dir 'C:\Program Files\AutoIt3', overwrite all. Edited April 11, 2005 by eJan
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