﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1348	aut2exe Mangles Named RCDATA Resources	wraithdu		"If I add a named resource to AutoItSC.bin with ResHacker, then compile a script, the resource name is mangled.  For example:
{{{
ResHacker -add AutoItSC.bin, AutoItSC.bin, mydata.dat, rcdata, MYDATA, 1033
}}}
Viewing the resulting AutoItSC.bin in ResHacker:
{{{
RCData -> MYDATA -> 1033
}}}
Viewing the compiled EXE in ResHacker:
{{{
RCData -> M( -> 1033
(or some other mangled name)
}}}
The actual data seems intact.  The same problem happens with named resources of types BITMAP and ICON as well.  I do not know if aut2exe_x64 has this problem or not."	Bug	closed		Aut2Exe	3.3.1.7	None	No Bug	aut2exe rcdata	
