scintilla4evr Posted July 18, 2016 Author Posted July 18, 2016 Attention! If you want more "experimental" features, go to my GitHub repository - https://github.com/scintilla4evr/mograph-au3. I'll upload changes there before they'll end up here. Just Monika. Spoiler CompileIt - an experimental AutoIt-to-machine code compiler Apps: Power Calculator | AutoItFX | AudioBox | vPaint 4 | Color Book Editor UDFs: Advanced Math UDF | Blender UDF | Motion Graphics UDF | ColorEx UDF | ChakraCore UDF | CUDA UDF Adobe UDFs: Photoshop | ... Examples & Small Scripts: Distorting GDI+ Paths with other Paths | Combining GDI+ Paths with different combine modes | _WinAPI_DwmEnableBlurBehindWindow in Windows 10 | Running AutoIt code from any web browser
scintilla4evr Posted July 26, 2016 Author Posted July 26, 2016 0.0.7: Added OscillatorValue Added linear gradient brushes Motion Graphics UDF Just Monika. Spoiler CompileIt - an experimental AutoIt-to-machine code compiler Apps: Power Calculator | AutoItFX | AudioBox | vPaint 4 | Color Book Editor UDFs: Advanced Math UDF | Blender UDF | Motion Graphics UDF | ColorEx UDF | ChakraCore UDF | CUDA UDF Adobe UDFs: Photoshop | ... Examples & Small Scripts: Distorting GDI+ Paths with other Paths | Combining GDI+ Paths with different combine modes | _WinAPI_DwmEnableBlurBehindWindow in Windows 10 | Running AutoIt code from any web browser
pat4005 Posted March 20, 2018 Posted March 20, 2018 (edited) Hi, scintilla4evr, your MotionGraphics UDF is amazing. But I cannot compile no example of yours. Au3Check (I guess) points at many errors in syntax: Edited March 20, 2018 by pat4005
kaz Posted March 20, 2018 Posted March 20, 2018 I just try , and everything is working. Do you have the last autoit version?
pat4005 Posted March 22, 2018 Posted March 22, 2018 kaz, I've updated the AutoIt to the latest stable 3.3.14.5, but this is obviously not a root problem. The thing is I use Scite's build made by Yashied, and also he have created his own wrapper to the original compiler and when I use it I get pile of errors (with or without #AutoIt3Wrapper_Run_AU3Check=n directive), though with the original one I got everithing compiled like a charm. And when I do syntax check manually both Scites indicates multiple errors in syntax. I'm wondering, what programming style or method keeps autoit thinking that there's an error, but everithing works fine at the same time? Can I even mix usage of pragma and AutoItWrapper directives?
pat4005 Posted June 5, 2018 Posted June 5, 2018 Hello again. I've solved my problem with script not compiling. Just have downloaded the right version of SciTE from the official forum page. Now I can disable syntax check by applying the right directive. I assume that my previous SciTE wasn't contain AutoIt3Wrapper at all. Also I was questioning about strange syntax this UDF uses. I understood that this UDF contains AutoItObject UDF and AO, in one's turn, uses different syntax with two parts of brackets near each other, like this: Local $hBrush = ($oOutline.brush)($iTime)
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