Jump to content

Recommended Posts

Posted (edited)
4 minutes ago, Ontosy said:

this work:

A3C_A2E=@CMPD>Aut2exe.exe

this not work:

A3C_A2E=@CMPD>Aut2exe_x64.exe

Yep as mentioned in update post, 64 bit is not really supported.

I should really have been clearer on this.

The options for 64 bit remain (rather confusingly) because they could be introduced modularly in the future should I or someone else be inclined without updating the main program.

Edited by Mobius
Clarity

wtfpl-badge-1.png

  • 1 year later...
Posted (edited)
On 3/19/2023 at 4:23 AM, NewCommer said:

Thanks for great app !

Question: If the AutoIt code contains #Include .a3x, the program will report an error and cannot output the exe. You can fix it.

I don't see why this would be the case but then it has been a long time.

What does this do in Autoit code? #Include .a3x

Ed: Wait I think I see now, you are saying that when you include pre built a3x files in your exe it is unable to run them is that correct?

Edited by Mobius

wtfpl-badge-1.png

Posted

So to follow up on the last user query for other users since they have not responded.

I could find no reference in the documentation to Autoit being able to include .a3x files unless it is beta branch functionality (possible).

Regardless, the following is true:

An Autoit script built with AutoCamo will NOT recognise a3x files/data that were generated in the traditional way, ONLY a3x files that are built using the same modified builder (with the same generation seed) as the current executable being generated will be recognised.

This is fairly simple to do at runtime with AutoCamo and there are examples of it working within the distribution.

wtfpl-badge-1.png

Posted

Hey @Mobius, I was recently trying to access the attachments that you had uploaded, but unfortunately, they seem to be unavailable now. I was really interested in reviewing those attachments, and I was wondering if there is any chance that you could re-upload them or provide an alternate link to access them 🤔 .

Posted (edited)

Heya sylremo,

Busted again are they, I'll see about fixing them when I get back to the office in a little while.

Edited by Mobius

wtfpl-badge-1.png

  • 2 years later...
  • Moderators
Posted

gero,

The download links in the OP work for me.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...