Hi, I have created a resource DLL for an IE addon with Visual C++ in Visual Studio 2005, but I cannot access the files (html and icons) within the DLL. I tried with and without a resource file but I still haven't been able to access them. the /NOENTRY option is set, since it is a resource dll. to access the resources I use a path similar to this: "res://C:\Program Files\MyApp\MyDLL.dll/myfile.htm" but it does not seem to work. Did I miss a step or is there something I'm not doing right? Please let me know.
Thanks,
Olivier.