Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (463 - 465 of 3933)

Ticket Resolution Summary Owner Reporter
#1616 Fixed AutoIt3Wrapper Icon Resource Error SkinnyWhiteGuy
Description

I was trying to add around 75 icons to a program I was writing, so I didn't have to use a resource dll or anything like that. I kept getting the wrong icons for my toolbars and such, and couldn't figure out why, I knew I was using the right index's. I finally loaded my exe into ResHacker, to see what it saw for icons. I found most of the Icon Groups had only the first few icons I had added, just repeated, and some of them were mixed up. I couldn't figure out why that was, until I noticed that none of what it calls "Ordinal Numbers" were above 255. On a hunch, I looked in the AutoIt3Wrapper.au3 file, and found where the icons are added, and found the ResourceID was indeed a byte. I searched online, and found this http://msdn.microsoft.com/en-us/library/ms997538.aspx. According to it, the nID (our ResourceID) should be a word, or 2 byte short. I changed my copy of AutoIt3Wrapper to reflect that, and all my problems went away.

So, in short, line 1803 in AutoIt3Wrapper.au3 needs ResourceID changed from byte to short.

#554 Fixed AutoIt3Wrapper not processing "&" in path properly Jos dg0421
Description

My source files are contained in: E:\ACE-IDS\XP & 2003 SLCD\Utilities\CoRAL\Include Files

You will notixed that the 2nd folder has an "&" ampersand contained in its name. This seems to be confusing the wrapper when it passes parameters to the Auto2Exe. In fact no parameters are successfully passed to Auto2Exe. I could change the folder name but I have other source files besides AutoIt contained in this folder structure that have links, so by changing the folder name I will loose the link, which would be a big pain.

#1657 Works For Me AutoIt3Wrapper on XP 64 bit error Jos sheck@…
Description

OS: XP 64 bit SP2 Autoit V3 3.3.6.1 Scite 1.79 AutoIt3Warpper 2.0.1.24

No matter which script I try to compile I always get errors:

03:32:23 Performing the Program Resource Update steps:

!>03:32:23 Error: Failed to enumerate RT_VERSION resources, using defaults. ...>Updating Program Version information. ...>Adding 6 Icon(s). !>03:32:24 Error: Failed to append script data to end of updated executable. Try recompiling your script.rc:2

Exit code: 0 Time: 23.289

I tried using the latest beta of Autoit3warpper, but getting the same error. However, older Scite with autoit3warpper version 2.0.0.0 works fine. I also tried different versions of Autoit, which made no difference, meaning that the problem is with autoit3warpper itself. I tried the same on XP 32 bit and everything works there, no matter which version of autoit3warpper I use. So the problem only occurs in 64 bit OS.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.