AshokkumarThankappan Posted July 30, 2013 Share Posted July 30, 2013 (edited) Hello all, Recently I created a Pattern generation tool in Autoit script which will generate standard static patterns for multiple attached monitors(in extended or clone mode) for any resolution. Please give your opinion on this tool.Attached the binary and source code. Cheers, Ashokkumar Thankappan ashokkumarthankappan@gmail.com Edited September 19, 2013 by AshokkumarThankappan Link to comment Share on other sites More sharing options...
PlayHD Posted July 30, 2013 Share Posted July 30, 2013 >"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "[...]" /UserParams +>14:52:00 Starting AutoIt3Wrapper v.2.1.2.9 Environment(Language:0409 Keyboard:00000409 OS:WIN_8/ CPU:X64 OS:X64) >Running AU3Check (1.54.22.0) from:C:\Program Files (x86)\AutoIt3 [...] : WARNING: $cmons: possibly used before declaration. if $winpos<$cmons And ~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $monitorx: possibly used before declaration. WinMove($Appname,"",$monitorx[$winpos-1], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $monitory: possibly used before declaration. WinMove($Appname,"",$monitorx[$winpos-1],$monitory[$winpos-1], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $monitorwidth: possibly used before declaration. WinMove($Appname,"",$monitorx[$winpos-1]+($monitorwidth[$winpos-1]/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $monitorheight: possibly used before declaration. WinMove($Appname,"",$monitorx[$winpos-1]+($monitorwidth[$winpos-1]/2)-350,$monitory[$winpos-1]+($monitorheight[$winpos-1]/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $hGraphic: possibly used before declaration. _GDIPlus_GraphicsDispose($hGraphic) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : WARNING: $hImage: possibly used before declaration. _GDIPlus_ImageDispose($hImage) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : ERROR: $hGraphic: undeclared global variable. _GDIPlus_GraphicsDispose($hGraphic) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] : ERROR: $hImage: undeclared global variable. _GDIPlus_ImageDispose($hImage) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ [...] - 2 error(s), 7 warning(s) !>14:52:01 AU3Check ended. Press F4 to jump to next error.rc:2 >Exit code: 2 Time: 1.812 My UDF : _WinShake, _WinSplitMy Apps : Google Guitar Bot, PuzzleGameDesign Gui : Interesting Tabs Design, RBox Project (abandoned), Animated Gui on Exit Link to comment Share on other sites More sharing options...
AshokkumarThankappan Posted July 31, 2013 Author Share Posted July 31, 2013 Hi Adventure, Are you still getting this error while compilation? Link to comment Share on other sites More sharing options...
AshokkumarThankappan Posted September 18, 2013 Author Share Posted September 18, 2013 New version of Pattern Generation tool is available with new patterns with custom options and test videos and more. Fixed few bugs. PatGenTool v2.3.rar Link to comment Share on other sites More sharing options...
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