Custom Query
Results (100 - 102 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#432 | No Bug | new version au3 always UPX compresses | vr@… | |
Description |
The previous version of AutoIT permitted people to optionally UPX compress an exe...If the exe was NOT UPX compressed, people could use a third party compression program to compress the snot out of the autoit executable !!!! In addition, you state that your compression method is not secure...The third party compression scheme is difficult for hackers to crack...In addition, my program is now about 70000 bytes bigger and will not fit on one floppy disk which was the entire point and main selling feature of my program, i.e, that it fits on one floppy disk!!!!! If you could please give people the option of NOT UPX compressing the exe in the new autoit version, that might solve my problem! |
|||
#433 | No Bug | Au3Check unexpected behaviour | Jos | TomZ (tom.vd.zanden /at\ gmail D0T c[]m) |
Description |
some_function() Func some_function() _helper_function() EndFunc Func bogus_function() ( EndFunc Func _helper_function() EndFunc +>13:29:55 Starting AutoIt3Wrapper v.1.10.1.8 Environment(Language:0413 Keyboard:00020409 OS:WIN_XP/Service Pack 2 CPU:X86) >Running AU3Check (1.54.13.0) from:bug.au3(8,2) : ERROR: syntax error ( ^ bug.au3(4,19) : ERROR: _helper_function(): undefined function. _helper_function() ~~~~~~~~~~~~~~~~~^ bug.au3 - 2 error(s), 0 warning(s) !>13:29:55 AU3Check ended.rc:2 >Exit code: 0 Time: 2.457 Due to the unbalanced brackets in bogus_function, _helper_function is reported as undefined, while it isn't. This is slightly confusing, making debugging harder. Moving _helper_function above bogus_function eliminates this problem. |
|||
#439 | No Bug | ping function doesnt work for vista | yoop | |
Description |
function ping() does not work on Windows Vista 32 and 64 Bit Version, you can read in this thread its also not working for other people, it always returns 0 instead the correct ping http://www.autoitscript.com/forum/index.php?showtopic=75912 $pingtomysite=ping("http://www.google.com", 4000) |