Hi Gregor, I have couple questions.
I how do you register protocol in Mozilla after writing MyProtHanlder.h, cpp MyProtModule.h, cpp MyProtChannel.h, cpp files and linking them in the executable? Also how do you process picture data in channel, what format? > I've written my own protocol handler for loading data from a resource file. > Everything works fine except when im trying to load a picture that is > referenced in an html file (<img src="myprot://picture01">). The picture > gets displayed as a broken-image. > > When i'm just loading the picture it is working fine. > > Has anybody an idea how to solve this? > >
