Hey!
Tring to use UDF like in example
#include <cURL.au3>
; Initialise cURL
cURL_initialise()
; Return the HTML from "http://www.autoitscript.com/site"
$out = cURL_easy("http://www.autoitscript.com/site/")
; Output the HTML to the console
ConsoleWrite($out)
; Clean up cURL
cURL_cleanup()
And getting
+>21:19:54 Starting AutoIt3Wrapper v.2.1.3.0 SciTE v.3.3.6.0 ; Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86 Environment(Language:0419 Keyboard:00000409 OS:WIN_XP/Service Pack 3 CPU:X64 OS:X86)
>Running:(3.3.8.0):C:Program FilesAutoIt3autoit3.exe "C:Documents and SettingsAdminМои документыDropboxsmscurlcurl practice.au3"
--> Press Ctrl+Alt+F5 to Restart or Ctrl+Break to Stop
!>21:19:56 AutoIt3.exe ended.rc:-1073741819
>Exit code: -1073741819 Time: 3.505
Well usng http://fossies.org/windows/www/curl-7.34.0-ssl-sspi-zlib-static-bin-w32.zip/ and after scipt said i need zlib downloaded it from http://www.zlib.net/ version 1.2.8. I guess i need another version of curl lib ? Can some one upload it plz..
Mine are here for tests - https://www.dropbox.com/s/bkrtxssj6qtbr22/curl.rar
UPD:
Last one was from ruiing on X, now after try it on Win 7 i got more information -
Problem signature:
Problem Event Name: APPCRASH
Application Name: autoit3.exe
Application Version: 3.3.10.2
Application Timestamp: 52c196bd
Name of the module with the error: StackHash_0a9e
Version of the module with the error: 0.0.0.0
The time stamp module with the error: 00000000
Exception Code: c0000005
Exception Offset: 00000115
OS Version: 6.1.7601.2.1.0.256.1
Language Code: 1049
Additional Information 1: 0a9e
Additional information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
and in autoit >Exit code: -1073741819
Well where are no more function _FFGetValue(), it was replaced by _FFCmd(). I used search =) Well tryed your example and - _FFGetValue ==> Invalid value: (elements|id|name|class|tag) $sMode: window.content.status Maybe some1 who use this StatusBar information, tell me your FF version and code, maybe i use new version and it is unsupported..
Well, i do like this
_FFConnect(Default, Default, 3000)
sleep(3000)
_FFCmd("window.status")
_FFCmd("content.window.status")
_FFCmd("window.content.status")
sleep time helps me to put mouse on some link to see Status Bar message, but script cant read my StatusBar. In @error always 0.
_FFConnect: Browser: Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0
__FFSendJavascripts: Sending functions to FireFox .......... done
__FFSend: try{window.status}catch(e){'_FFCmd_Err';};
__FFRecv:
__FFSend: try{content.window.status}catch(e){'_FFCmd_Err';};
__FFRecv:
__FFSend: try{window.content.status}catch(e){'_FFCmd_Err';};
__FFRecv:
>Exit code: 0 Time: 4.095
Hello!
Can some one help to property get StatusBAr information ? I tryed
_FFCmd("window.status")
_FFCmd("content.window.status")
_FFCmd("window.content.status")
This doesnt work, help please!!!