momitty 0 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) Share this post Link to post Share on other sites
w0uter 4 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 Share this post Link to post Share on other sites
momitty 0 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 Share this post Link to post Share on other sites
eJan 0 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 Share this post Link to post Share on other sites