I have created a Stub DLL that works as an addon in IE. I want this stub dll in turn use LoadLibrary function to load another DLL and make a function call in it.
As long is this second DLL is registered inside IE as addon it works fine but if I donot register it as addon in IE my stub dll fails to load second dll. If I register both dlls as addon in IE it works fine
Any suggestions how to handle this situation. I dont want to show two addons in the IE addon list.