rsn Posted April 3, 2024 Posted April 3, 2024 I've added #Au3Stripper_Parameters=/mergeonly to my script and looked at the line in question and it is #Region which is surrounding the variable declaration area. Another 7 lines up and we're in the includes. I had been running 3.3.14.5 but updated to 3.3.16.1 when this happened. The script runs fine in SciTE but throws the error when compiled. No other scripts seem to be affected. Any insight?
Moderators Melba23 Posted April 3, 2024 Moderators Posted April 3, 2024 rsn, Are you looking in your original script, or the "merged" script that AutoIt3Wrapper should have put in the same folder? M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Developers Solution Jos Posted April 3, 2024 Developers Solution Posted April 3, 2024 ... also remember that the errorlinenumber in the merged script could be one or a few lines off, depending on other #xxx lines you have used in the script. 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.
rsn Posted April 3, 2024 Author Posted April 3, 2024 @Melba23 I'm in the merged script for the line number and the original to make changes. @Jos Okay. I'll play around with it some more.
rsn Posted April 3, 2024 Author Posted April 3, 2024 As it turns out it was in fact 1 line below (thanks @Jos). That line was borrowed and adapted from another post and, me not knowing what I'm doing most of the time anyway, butchered it. 🤦♂️
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