I\'m writing an add-on for IE using VC++ 开发者_如何学JAVAand ATL. It\'s a simple DLL and I have a text file that I use as a resource. This answer helped me in doing this.
I\'m writing a DLL in VC++ and I need to use external text file. I have something like this right now:
I have created a resource DLL for an IE addon with Visual C++开发者_如何学C in Visual Studio 2005, but I cannot access the files (html and icons) within the DLL. I tried with and without a resource fi
I am currently trying to build a Resource DLL on on Windows Server 2003 and 2008. I am currently working with the Resource DLL code samples supplied with the Windows SDKs, and I can\'t get them to wor