Jump to content

AutoIt3Wrapper Error Successful?


Recommended Posts

This error happens when I try to add resources when I compile.

Error: EndUpdateResource: Returncode = 0 - LastError:0:The operation completed successfully.

I'm pretty sure that AutoIt3Wrapper shouldn't count this as an error because when I modified AutoIt3Wrapper and tried it, the resulting executable worked and had correct resources...

Anyone know of any possible fixes?

Link to comment
Share on other sites

  • Developers

This error happens when I try to add resources when I compile.

Error: EndUpdateResource: Returncode = 0 - LastError:0:The operation completed successfully.

I'm pretty sure that AutoIt3Wrapper shouldn't count this as an error because when I modified AutoIt3Wrapper and tried it, the resulting executable worked and had correct resources...

Anyone know of any possible fixes?

Need more details to be able to figure out what the problem is:

- version info of AutoIt3wrapper.

- short example script that makes it fail so we can replicate the problem.

- additional files in case you're include them in the resources.

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

Link to comment
Share on other sites

Need more details to be able to figure out what the problem is:

- version info of AutoIt3wrapper.

- short example script that makes it fail so we can replicate the problem.

- additional files in case you're include them in the resources.

Jos

AutoIt3Wrapper Version 2.0.1.24

This is just an example of the resources:

#Region
#AutoIt3Wrapper_Icon=[ICON GOES HERE]
#AutoIt3Wrapper_Outfile=[EXE NAME GOES HERE]
#AutoIt3Wrapper_Compression=4
#AutoIt3Wrapper_UseUpx=n
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Res_Comment=Example of the resources
#AutoIt3Wrapper_Res_Description=Example of resources
#AutoIt3Wrapper_Res_Fileversion=[VERSION #]
#AutoIt3Wrapper_Res_LegalCopyright=[COPYRIGHT GOES HERE]
#AutoIt3Wrapper_Res_requestedExecutionLevel=highestAvailable
#EndRegion

It's pretty basic, so I'm not quite sure why it would fail.

If it helps, I'm using Windows Vista.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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