quickbeam Posted March 27, 2023 Posted March 27, 2023 I added a timer to my app, it works fine when running from SciTe, but when I create an executable, the timer doesn't work, specifically _Timer_SetTimer( ) I traced it to using the au3stripper, doesn't seem to matter what option I select. I'm using AutoIt 3.3.14.5, I just tried updating to 3.3.15.5, but ran into a compile problem, haven't figured that out yet. TimerTest.au3
Solution quickbeam Posted March 27, 2023 Author Solution Posted March 27, 2023 Okay, nevermind. Doing some more research I found this thread: Turns out I needed to add a line into my source code to keep the call back function: #Au3Stripper_Ignore_Funcs=<call-back function name>
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