I cannot get dotfuscator to work with the HI_RES_AWARE resource and a .NET CF
1.0 app.
If I use res2exe to add the resource before running dotfuscator, I get the
nice error "ilasm returned 1" from dotfuscator.
If I use res2exe to add the resource to the obfuscated assembly, it appears
to succeed, but the resource is not recognized on the device and I get pixel
doubling.
What's the secret?
_dtaylorus - 30 Apr 2006 10:00 GMT
Never mind! My build script was pointing res2exe to a nonexistent file.
Running res2exe after dotfuscator does work.
> I cannot get dotfuscator to work with the HI_RES_AWARE resource and a .NET CF
> 1.0 app.
[quoted text clipped - 7 lines]
>
> What's the secret?