| Author |
Message |
Topic: VarSetCapacity & DllCall - Unexpected Results |
kimballd
Replies: 9
Views: 309
|
Forum: Ask for Help Posted: Thu Jan 24, 2008 4:22 am Subject: VarSetCapacity & DllCall - Unexpected Results |
There was definately a bug in my code, and it was unintentional. Logically, the code I included above should not have worked. The fact that it did work is why I posted in the forum.
My worry is ... |
Topic: VarSetCapacity & DllCall - Unexpected Results |
kimballd
Replies: 9
Views: 309
|
Forum: Ask for Help Posted: Sun Jan 20, 2008 8:07 am Subject: VarSetCapacity & DllCall - Unexpected Results |
I have "successfully" run the following code millions of time over, only to have it fail on me today when I copied this snippet to another script.
FYI: Identify.exe is part of the ImageMa ... |
Topic: CMDret (dll version) RunWEx return limitation |
kimballd
Replies: 6
Views: 887
|
Forum: Ask for Help Posted: Fri Jul 20, 2007 6:02 pm Subject: CMDret (dll version) RunWEx return limitation |
RunWEx is working great on the test version. I ran two different tests, one with 28,000 chars and another with 1,570,000 chars, and both ran as expected.
In my earlier tests, RunReturn didn't seem ... |
Topic: CMDret (dll version) RunWEx return limitation |
kimballd
Replies: 6
Views: 887
|
Forum: Ask for Help Posted: Mon Jul 09, 2007 4:08 pm Subject: CMDret (dll version) RunWEx return limitation |
| Thanks. |
Topic: CMDret (dll version) RunWEx return limitation |
kimballd
Replies: 6
Views: 887
|
Forum: Ask for Help Posted: Wed Jul 04, 2007 7:26 pm Subject: CMDret (dll version) RunWEx return limitation |
| Windowx XP SP2 |
Topic: CMDret (dll version) RunWEx return limitation |
kimballd
Replies: 6
Views: 887
|
Forum: Ask for Help Posted: Tue Jul 03, 2007 10:46 pm Subject: CMDret (dll version) RunWEx return limitation |
In using the DLL version of CMDret, namely the RunWEx function, I've had problems getting more than 4000 characters to be returned. RunReturn doesn't seem to have this issue.
Example:
;for Comp ... |
Topic: Code to convert from/to UNIX timestamp. |
kimballd
Replies: 17
Views: 4191
|
Forum: Scripts & Functions Posted: Fri Sep 09, 2005 10:38 pm Subject: Code to convert from/to UNIX timestamp. |
Well toralf, here is that extra complication you were "looking" for:
A true Unix Timestamp is based off of Coordinated Universal Time (UTC) time (which is relatively close to Greenwich Mean Time (G ... |
Topic: Using GUI Returns within a Loop |
kimballd
Replies: 9
Views: 539
|
Forum: Ask for Help Posted: Fri Apr 15, 2005 8:43 pm Subject: Using GUI Returns within a Loop |
I was worried my previous explanation wouldn't cut it. Here is an expanded example that uses GoTo where I would like to use a Loop.
;------------------------------------------------------------- ... |
Topic: Using GUI Returns within a Loop |
kimballd
Replies: 9
Views: 539
|
Forum: Ask for Help Posted: Fri Apr 15, 2005 7:05 pm Subject: Using GUI Returns within a Loop |
| In this code example, the "return" that is used to wait for user input via the GUI also breaks the Loop. It creates an error message when it comes to the "}" stating that there was an "unexpected end ... |
Topic: MsgBox Options |
kimballd
Replies: 2
Views: 594
|
Forum: Wish List Posted: Tue Jan 11, 2005 7:30 pm Subject: MsgBox Options |
Currently, the "options" variable in the MsgBox command cannot accept variables. In other words:
msgboxoption=4096
msgbox, %msgboxoption%, Title, Hello, Dave.
returns a msgbox that contains t ... |
| |