| Author |
Message |
Topic: [Class] Log - Logging and log file management library |
bmcclure
Replies: 17
Views: 9079
|
Forum: Scripts & Functions Posted: Thu Aug 18, 2011 2:53 pm Subject: [Class] Log - Logging and log file management library |
| I'm not sure at this point--I likely won't need to utilize any additional external libraries, but some of the libraries I used are out of date and have added features since then (such as the Class lib ... |
Topic: [Class] Log - Logging and log file management library |
bmcclure
Replies: 17
Views: 9079
|
Forum: Scripts & Functions Posted: Wed Jul 27, 2011 10:00 pm Subject: [Class] Log - Logging and log file management library |
| I've been away from AHK development for a while, but as I will soon be consolidating all of my development projects into one place and determining which ones I will be supporting going forward, I will ... |
Topic: [lib] Bencode 0.9.8 - Create/Load/Modify/Save Bencoded files |
bmcclure
Replies: 25
Views: 4247
|
Forum: Scripts & Functions Posted: Mon Jul 25, 2011 8:01 pm Subject: [lib] Bencode 0.9.8 - Create/Load/Modify/Save Bencoded files |
I haven't tested it on Windows 7, although that's the same OS I'm using now
I'm sad to say I haven't had a reason to use or enhance this library in a long time, as I have moved most of my larger ... |
Topic: [Class] IniFile 0.6.6 - Object-oriented INI file handling |
bmcclure
Replies: 32
Views: 5958
|
Forum: Scripts & Functions Posted: Tue Jan 11, 2011 8:57 pm Subject: [Class] IniFile 0.6.6 - Object-oriented INI file handling |
| Terribly sorry, I've moved sites several times since this was posted. I will get all of my old scripts back online and linked properly ASAP. |
Topic: [Class] Log - Logging and log file management library |
bmcclure
Replies: 17
Views: 9079
|
Forum: Scripts & Functions Posted: Wed Oct 06, 2010 8:03 pm Subject: [Class] Log - Logging and log file management library |
You can just create a 'lib' folder, either under C:\Program Files\AutoHotKey\lib, or under My Documents\AutoHotKey\lib
You can put any lib-friendly scripts there and use them as if you had included ... |
Topic: DirectDraw Overlay (Proof of Concept) |
bmcclure
Replies: 10
Views: 3890
|
Forum: Scripts & Functions Posted: Tue Jun 15, 2010 4:41 pm Subject: DirectDraw Overlay (Proof of Concept) |
My needs expanded beyond what made sense to try and code with AutoHotKey, so I moved some of my bigger projects to C# and just keep my generally smaller projects with AHK.
What type of script are y ... |
Topic: User library functions not being included |
bmcclure
Replies: 2
Views: 209
|
Forum: Ask for Help Posted: Thu May 27, 2010 1:05 am Subject: User library functions not being included |
| Unfortunately the code is very complex and uses a lot of include files, so it probably is not best to try and post it all here--needless to say, it's working code that compiled on my system before wit ... |
Topic: User library functions not being included |
bmcclure
Replies: 2
Views: 209
|
Forum: Ask for Help Posted: Wed May 26, 2010 11:27 pm Subject: User library functions not being included |
I haven't compiled anything with AHK in a while that uses my standard lib functions, so I'm not sure when this problem started.
I tried recompiling a script of mine from last year, which used to wo ... |
Topic: SteamWin - Project now split from SteamLab |
bmcclure
Replies: 5
Views: 1600
|
Forum: Scripts & Functions Posted: Sat Oct 31, 2009 9:07 am Subject: SteamWin - Project now split from SteamLab |
It's not just you--I doubt any of my current links work due to a lot of network restructuring.
This version of SteamWin is outdated anyhow; it "outgrew" AHK and graduated to Visual C#, bu ... |
Topic: [Class] IniFile 0.6.6 - Object-oriented INI file handling |
bmcclure
Replies: 32
Views: 5958
|
Forum: Scripts & Functions Posted: Mon Oct 12, 2009 2:20 am Subject: [Class] IniFile 0.6.6 - Object-oriented INI file handling |
| This was built surrounding the recognized INI file "standards" (basically non-existent) stating that a semicolon indicates the start of a comment and everything after it should be ignored (s ... |
Topic: AHKLitening - Wrapper/helper lib for SQLitening (SQlite) |
bmcclure
Replies: 23
Views: 3681
|
Forum: Scripts & Functions Posted: Thu Aug 13, 2009 9:37 pm Subject: AHKLitening - Wrapper/helper lib for SQLitening (SQlite) |
A small part of the wrapper works, but it is fundamentally broken, and I could not figure out why.
My two largest projects I was planning to use this for were FOMS and SteamLab, however both projec ... |
Topic: Parsing XML from an input stream |
bmcclure
Replies: 2
Views: 984
|
Forum: Ask for Help Posted: Wed Jun 24, 2009 6:01 am Subject: Parsing XML from an input stream |
| Yes, I'm implementing SAX, and am creating an XMLReader based on the XMLReader interface (to be provided by the XMLReaderFactory class). There is no official SAX API, but I'm using the SAX class refer ... |
Topic: Parsing XML from an input stream |
bmcclure
Replies: 2
Views: 984
|
Forum: Ask for Help Posted: Tue Jun 23, 2009 9:23 pm Subject: Parsing XML from an input stream |
I'm writing a SAX (Simple API for XML) implementation for AHK, modeled after SAX for Java
I have an input stream of bytes (in this case characters) that I would like to parse.
My question is bas ... |
Topic: Class library (OOP) - Help Thread |
bmcclure
Replies: 92
Views: 10805
|
Forum: Ask for Help Posted: Tue Jun 16, 2009 7:40 pm Subject: Class library (OOP) - Help Thread |
| Generally yes, I think you're right. Automatically assuming size assumes that your getters and setters are in proper byte order (eg. no bytes skipped when specifying indexes), and might slow down the ... |
Topic: Class library (OOP) - Help Thread |
bmcclure
Replies: 92
Views: 10805
|
Forum: Ask for Help Posted: Mon Jun 15, 2009 6:43 pm Subject: Class library (OOP) - Help Thread |
The first thing I see is that you need to set your builtInSize in your constructor function.
Currently the static builtInSize = 0, but you should make it 8, to indicate two 4-byte values (b1 and b2 ... |
| |