| Author |
Message |
Topic: AHK_L - Mediainfo.dll extract data from pointer |
twhyman
Replies: 2
Views: 55
|
Forum: Ask for Help Posted: Fri Mar 12, 2010 6:46 am Subject: AHK_L - Mediainfo.dll extract data from pointer |
Hi,
I know because its unicode you need to double the place for a string,
But I don't know how to do that with pointers...
Maybe lexikos can help. |
Topic: AHK_L - Mediainfo.dll extract data from pointer |
twhyman
Replies: 2
Views: 55
|
Forum: Ask for Help Posted: Thu Mar 11, 2010 2:43 pm Subject: AHK_L - Mediainfo.dll extract data from pointer |
Hi,
I am trying to convert the mediainfo.dll script to work with the latest AHK_L
Unicode build.
;use your own paths here
PathToMediaInfoDLL := A_ScriptDir . "\MediaInfo.dll"
... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 11:44 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
| @hugov: what was discussed earlier in this thread? |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Tue Mar 09, 2010 10:33 am Subject: AHK_L Bug |
Hi,
I am using the latest build of AHK_L Unicode.
When running the following code I get the value "Error":
Genre_Renamer.ahk
Ini_File=%A_ScriptDir%\Genre_Renamer.ini
IniRead, Me ... |
Topic: iniread fails - allways get "ERROR" Value?! |
twhyman
Replies: 6
Views: 59
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 10:28 am Subject: iniread fails - allways get "ERROR" Value?! |
Hi,
Found the problem.
The ini file is in UTF-8 format, Revreting it back to ANSI solved the problem.
I will post a bug in AHK_L post.
Thanks for helping,
Twhyman |
Topic: iniread fails - allways get "ERROR" Value?! |
twhyman
Replies: 6
Views: 59
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 9:02 am Subject: iniread fails - allways get "ERROR" Value?! |
what do you mean hard code the path?
If you mean ini path, then yes the same error. |
Topic: iniread fails - allways get "ERROR" Value?! |
twhyman
Replies: 6
Views: 59
|
Forum: Ask for Help Posted: Tue Mar 09, 2010 8:49 am Subject: iniread fails - allways get "ERROR" Value?! |
Hi,
When running the following code I get the value "Error":
Genre_Renamer.ahk
Ini_File=%A_ScriptDir%\Genre_Renamer.ini
IniRead, MediaPath, %Ini_File%,Settings,Media_Path
msgbox ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Sat Feb 13, 2010 8:49 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Hi Lexikos,
Is there a plan to add support for network functions like FTP,SFTP,TCP or UDP?
Thanks,
Twhyman |
Topic: [AHK_L] HTTPQuery not working |
twhyman
Replies: 2
Views: 244
|
Forum: Ask for Help Posted: Thu Feb 11, 2010 6:07 am Subject: [AHK_L] HTTPQuery not working |
Hi,
Thanks for the detailed answer, I made all the changes you said and had a problem with strget, Then I noticed you moved the thread and updtaed the AHK_L to R46
So problem is solved.
... |
Topic: [AHK_L] HTTPQuery not working |
twhyman
Replies: 2
Views: 244
|
Forum: Ask for Help Posted: Wed Feb 10, 2010 6:07 pm Subject: [AHK_L] HTTPQuery not working |
Hi,
It seems that HTTPQuery does not work with AHK_L.
; exmpl.searchAHKforum.httpQuery.ahk
; Searches the forum for a given Phrase: in this case httpQuery
#noenv
;#include %A_ScriptDi ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 5:22 pm Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
please trim the original message to its relevant parts.]Does your hex editor support Unicode? I suppose "Au" in hex would be 41 75 (ANSI) or 41 00 75 00 (Unicode). You can figure out the ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 10:41 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Hi,
I re-downloaded the bin files, And its working now I was wondering too why the SC bin file was 2Mb
P.S
How can i change the ahk_class of the GUI window from AutoHotkeyGUI to a stri ... |
Topic: UNICODE version of AutoHotkey |
twhyman
Replies: 231
Views: 18787
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 6:49 am Subject: UNICODE version of AutoHotkey |
Did you save your file as UTF-8?
The compiled version (AutoHotkeySC.bin) supports UTF-8 only. The other encodings are not supported, including the system code page.
Source:
It works okay for me, ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Tue Feb 09, 2010 5:34 am Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Am i doing something wrong?
Thanks,
TwhymanYes. Close the already running compiled program first.
Hi,
This is not the problem... I have tried many scripts to compile, Two compute ... |
Topic: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
twhyman
Replies: 425
Views: 81194
|
Forum: Scripts & Functions Posted: Mon Feb 08, 2010 3:28 pm Subject: AutoHotkey_L : Arrays, Debugger, #If expression, etc. |
Hi,
Just downloaded the latest build from your site Revision 45.
placed autohotkey.exe in his place and placed the AutoHotkeySC.bin
Under the compiler folder.
When trying to compile to exe i g ... |
| |