dixo Posted May 11, 2008 Posted May 11, 2008 hey im a beginner to script but how do i make a .dll file and what is the command to uploade the .dll into the script ;D ---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|
martin Posted May 11, 2008 Posted May 11, 2008 hey im a beginner to script but how do i make a .dll file and what is the command to uploade the .dll into the script ;DYou can't make a dll with AutoIt. Look up DllCall in the help to see how a dll can be used. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
dixo Posted May 11, 2008 Author Posted May 11, 2008 heh sry did't understand, but do you get a link to a guide and the program???. would be great ---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|
ProgAndy Posted May 11, 2008 Posted May 11, 2008 You can create dll-Files with c(++). Even the M$-Visual Studio c++ compiler is free. But it's not easy to understand c++ *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
dixo Posted May 11, 2008 Author Posted May 11, 2008 dammm ---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|
James Posted May 11, 2008 Posted May 11, 2008 You don't. I am sure if you searched a bit you would find a dozen topics about this exact same thing. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Zedna Posted May 11, 2008 Posted May 11, 2008 (edited) If you really will start making DLL in C++ then look here:http://www.autoitscript.com/forum/index.php?showtopic=41358EDIT:DLL files can be created also by another languages not only by C++ (but really not by AutoIt)Search forum for more details Edited May 11, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
dixo Posted May 11, 2008 Author Posted May 11, 2008 heh ty ---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|
ProgAndy Posted May 11, 2008 Posted May 11, 2008 DLL files can be created also by another languages not only by C++ (but really not by AutoIt)Search forum for more detailsYes, but I didn't know any free compiler other than c++. Now I searched a bit and found e.g. http://www.freebasic.net/ which can create dlls *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Greenhorn Posted May 11, 2008 Posted May 11, 2008 Yes, but I didn't know any free compiler other than c++. Now I searched a bit and found e.g. http://www.freebasic.net/ which can create dlls Hi Andy,you surely mean gcc ...You can check also this one -> http://www.codeblocks.org/GreetzGreenhorn
Zedna Posted May 11, 2008 Posted May 11, 2008 Also Free Pascal http://www.freepascal.org/ Resources UDF ResourcesEx UDF AutoIt Forum Search
ProgAndy Posted May 11, 2008 Posted May 11, 2008 I meant http://www.microsoft.com/express/ , but gcc too And freebasic is basic-like, so this should be more easy for AutoIT beginners than c++ *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
Zedna Posted May 11, 2008 Posted May 11, 2008 Dev-C++http://www.bloodshed.net/devcpp.htmlFree C/C++ Compilers and Interpretershttp://www.thefreecountry.com/compilers/cpp.shtmlhttp://www.freebyte.com/programming/cpp/http://www.compilers.net/Dir/Free/Compilers/CCpp.htm...and others by Google :-) Resources UDF ResourcesEx UDF AutoIt Forum Search
dixo Posted May 11, 2008 Author Posted May 11, 2008 THX alot!! ---------------------------------------------------------------------------------------------------------------->>>>>>| |My scripts: |Warcraft lll auto login -- an auto login to warcraft lll ;) |Wow auto login -- an auto login to wow ;) | |---------------------------------------------------------------------------------------------------------------->>>>>>|
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