XxShadowxX Posted April 22, 2010 Posted April 22, 2010 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?
Developers Jos Posted April 22, 2010 Developers Posted April 22, 2010 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.
XxShadowxX Posted April 22, 2010 Author Posted April 22, 2010 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.
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