jimollerhead Posted April 17, 2011 Posted April 17, 2011 Lordy lordy, please help convince me that I am not losing it and haven't imagined once having a copy of the K8055.au3 include file? It contains a set of functions that in turn call the routines in the K8055 DLL file but I can't find my copy anywhere NOR can I find a mention of it (the windows version that is) anywhere in the forums... Even Google can't find anything useful. Does anyone have a copy of this library I could download? Thanks, Jim.
Developers Jos Posted April 17, 2011 Developers Posted April 17, 2011 This thread maybe? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
jimollerhead Posted April 17, 2011 Author Posted April 17, 2011 Thanks for the quick response but I already followed that link and it is Linux specific. I KNOW this library existed once because I have got the example script with the #include at the top but it's so long since I did anything with the board that the au3 has got lost in the throes of various PC and O/S upgrades. I backed up my source code but forgot about the library. Hmph!
BrewManNH Posted April 17, 2011 Posted April 17, 2011 That link shows a script where AutoIt is being used to interface with the DLL, it seems it can be used in the Windows environment as well. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
jimollerhead Posted April 17, 2011 Author Posted April 17, 2011 Ah-ha.... cue the clanking of the penny dropping and the blowing away of cobwebs from my memory...! It seems that the posting by the nfwu person is actually the Windows-compatible list of calls to the DLL (using the CallDLL command - surprise!) so that they can be used with the USB<function> syntax within an AutoIT script (my example script uses it!). If anyone else is thinking of copying this list of calls into their own k8055.au3 file I should warn you that there are a couple of misspellings ('Chanel' for one) and 'Return $Result[0]' will also fail due to it not being an array variable (just comment out the [0] or the whole $Result[0] -- it seems to have been done in the first one but left in the later ones) What is a bit surprising is that later posters in the thread say that it worked for them but hey-ho...
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