I'm currently trying to write a wrapper for Gecko on wxWindows. One of the many problems I'm faced with is that of protocols. Since wxWindows already has its own way of handling custom protocols, I'd like to completely override Mozilla's protocol handlers.
Does anyone have any hint on how I can do this ? Oh, and I would really prefer not having to mess with Mozilla's directory. Thanks in advance, YA