GEOSoft Posted November 3, 2009 Share Posted November 3, 2009 Take a look at the spelling of GUICtrlUpdate Managenent.htm George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Valik Posted November 3, 2009 Share Posted November 3, 2009 (edited) Thanks Tweaky. Good to see the DllCall() issue is also addressed. AutoIt 3.3.1.5 will pass cleanly.Edit: Wow, it's much faster, too. It used to take several minutes to run, now it only takes 30 seconds or so.Edit2: Tweaky, if I add the doc source for AutoItX to the 3.3.1.5 archive, can you update your script to support it? Edited November 3, 2009 by Valik Link to comment Share on other sites More sharing options...
Tweaky Posted November 4, 2009 Author Share Posted November 4, 2009 (edited) Hi, yes I can update my script. Edited November 4, 2009 by Tweaky Link to comment Share on other sites More sharing options...
Valik Posted November 6, 2009 Share Posted November 6, 2009 Tweaky, I forgot to add the AutoItX docs to the doc source for 3.3.1.5. I also forgot to make this post earlier when I realized it. If I remember then tomorrow I'll re-upload the archive with the AutoItX doc source included. Link to comment Share on other sites More sharing options...
Valik Posted November 12, 2009 Share Posted November 12, 2009 AutoItX documentation source will be released with 3.3.1.6 in the usual archive. For reals this time, already wrote and tested the code and everything. Link to comment Share on other sites More sharing options...
Tweaky Posted November 24, 2009 Author Share Posted November 24, 2009 (edited) Hi, do you not integrate my script in the build process? Or why can I not find it in the folder "docs\autoit\english"? I will add an option, so that the errors will be written into a file or write into console. I will look if I could check the files in the folder "autoitx" too. Edited December 5, 2009 by Tweaky Link to comment Share on other sites More sharing options...
Valik Posted November 24, 2009 Share Posted November 24, 2009 (edited) The scripts you are referring to in that directory are only part of the scripts used to build the documentation. They are called by our real build process. Eventually those scripts you see are going to go away in favor of better scripts that are better integrated into the the rest of our build system. Your script is already integrated into the proper place in the system. Edited November 24, 2009 by Valik Link to comment Share on other sites More sharing options...
Tweaky Posted November 24, 2009 Author Share Posted November 24, 2009 OK, but when we want to compile a new help file in german. Can we do this or is something missing? Link to comment Share on other sites More sharing options...
Valik Posted November 24, 2009 Share Posted November 24, 2009 Sigh. I'll have to figure something out. Until about 2 hours ago when I read your last post I wasn't even aware anyone was using the scripts to build CHM files outside of us. To answer your question, yes, parts of the script are now "missing". I moved the code that calls hhc.exe out to another file so that it better integrates into the build process. Link to comment Share on other sites More sharing options...
Tweaky Posted November 25, 2009 Author Share Posted November 25, 2009 (edited) We use your script to generate a german help file. So we will need all files for this. Will be in the next beta-file all files so that we can generate a new help file? Edited November 25, 2009 by Tweaky Link to comment Share on other sites More sharing options...
Valik Posted November 25, 2009 Share Posted November 25, 2009 We use your script to generate a german help file.So we will need all files for this.Will be in the next beta-file all files so that we can generate a new help file?No. You will need to use the scripts provided with one of the earlier betas. After the next stable release I'm going to try and re-write the documentation build scripts. I'll deal with your need for the scripts then. Link to comment Share on other sites More sharing options...
Tweaky Posted December 5, 2009 Author Share Posted December 5, 2009 I will add an option, so that the errors will be written into a file or write into console.Done. I have added an option so that the erros can be written into a file or into consoleI will look if I could check the files in the folder "autoitx" too.For this I have have no time at the moment. SorryHelp Check 01 Test 24.rar Link to comment Share on other sites More sharing options...
Valik Posted January 18, 2010 Share Posted January 18, 2010 Tweaky, your script is reporting 1 error that isn't really an error: 1 DllCall The word "[optional]" is missing, has been misspelled or is unnecessary in the description (at least one variable) I think the error is due to the formatting of the syntax: DllCall ( "dll", "return type", "function" [, type1, param1 [, type n, param n]] ) Your code seems to see "param1" and thinks it's not optional because it isn't immediately preceded by a [. However, the documentation is correct. If you specify typeN then you must also specify paramN. Link to comment Share on other sites More sharing options...
Tweaky Posted February 7, 2010 Author Share Posted February 7, 2010 Hi, I have updated my script And I have add point 21 (Link works not online (maybe you used \ instead of / or casesense is not ok))Help Check 01 Test 25.rar Link to comment Share on other sites More sharing options...
Tweaky Posted March 24, 2010 Author Share Posted March 24, 2010 Hi, I have changed my script a littleHelp Check 01 Test 26.rar Link to comment Share on other sites More sharing options...
Valik Posted March 29, 2010 Share Posted March 29, 2010 Thanks, appears to work fine for us. Link to comment Share on other sites More sharing options...
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