Jump to content

Recommended Posts

Posted

I fixed an issue where if compile both was set to N, then the Out pragma wouldn't be created.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

See the first post for download.
 

  Quote

Changed: Compiled with AutoIt v3.3.9.16.
Changed: pragma directives are still added before the first #AutoItWrapper directive, except for Au3Check parameters.
Fixed: If all #AutoItWrapper directives were removed, then adding to the first #AutoItWrapper directive might have failed (unlikely.)

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 weeks later...
Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.9.20.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.9.21.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 1 month later...
Posted

See the first post for download.

 

  Quote

Changed: Comment description about the version of AutoIt it was compiled with.

Changed: Re-compiled with AutoIt v3.3.9.21.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 3 weeks later...
Posted

See the first post for download.

 

  Quote

Changed: Re-compiled with AutoIt v3.3.9.22.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 weeks later...
Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.9.23.

Changed: Syntax for If statements and readability of the MsgBox lines.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Fixed issue with the associative array possibly not being recognised in certain situations. I basically added .Item() as a valid property.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.9.24.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 2 weeks later...
Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.9.25.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Fixed corrupted ZIP file. Sorry about that.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I have been using this quite recently and can see it being used even more so in the future. So if there are any bugs to report then please don't hesitate to let me know.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

See first post for download.

  Quote

- ADDED: _StringRegExpExpand().

- CHANGED: [rn]{1,2} to R.

- CHANGED: Compiled with AutoIt v3.3.10.0.

- FIXED: Indented comments not removed.Added: _StringRegExpExpand().

Note: This is useful for converting AutoItWrapper directives into AutoIt native pragma directives.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

See the first post for download.

 

  Quote

Changed: Compiled with AutoIt v3.3.10.1.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

What is Pragma and why was this needed? It looks like it does all the same things that Scite editor adds when you use the compile settings area only with different formatting?! Unless I am missing something.

Edited by Morthawt
  • Developers
Posted

#pragma directives are supported by aut2exe.

#Autoit3Wrapper directives are supported by AutoIt3Wrapper.

There is a benefit when the program resource updates are conducted by AUT2EXE in stead of afterwards by AutoIt3Wrpper but both are possible now since the latest release.

Jos

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.
  :)

Posted
  On 12/29/2013 at 6:48 PM, Morthawt said:

What is Pragma and why was this needed? It looks like it does all the same things that Scite editor adds when you use the compile settings area only with different formatting?! Unless I am missing something.

What Jos said. But I will add this was created a single click conversion, as I didn't want to have to go back and forth converting AutoIt3Wrapper directives into valid pragma directives, especially as human error would likely miss one or two.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I added a link in the first post to stop any further confusion from happening.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I tried this with one of my main program a3x compiled scripts but it was only compiling as exe format even though the script was told to compile to a3x. I had to manually remove the output pragma part and put the original one back. Does Pragma not allow a3x?

Posted (edited)

Show me your directives please and I will tell you the problem. Thanks.

Note: I don't think it's my program that is at fault.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...