Re: HTAs, code protection and resource compiling.



Hi,

I too use HTA's a lot and use a resource DLL to store all my script
files and images.

To create a resource DLL you have to create a resource description
file. Then compile this file with a resource compiler which will give
you a .RES file. This file must be used in a linker to create a DLL
file. Check this website for the tools and more explanation.
http://www.godevtool.com/

.



Relevant Pages

  • Re: HTAs, code protection and resource compiling.
    ... > I too use HTA's a lot and use a resource DLL to store all my script ... > files and images. ... Then compile this file with a resource compiler which will give ...
    (comp.lang.javascript)
  • Questions on Resource DLLs
    ... is there an easy way to create a resource dll ... tutorials I've been able to find involve localization string resources in an ... I'm trying to develop a playing card library in the CF similar to a desktop ... say that pegcards.dll only contains the images to the cards, ...
    (microsoft.public.dotnet.framework.compactframework)
  • resource dll problem
    ... I have application whci load different resource dll depending on language ... Everything works ok when I want to display resource like image etc in main ... images for different languages in separate dlls. ...
    (microsoft.public.vc.mfc)
  • Re: resource dll problem
    ... I have application whci load different resource dll depending on language ... images for different languages in separate dlls. ...
    (microsoft.public.vc.mfc)

Loading