Hi Troy! Thank you for the hint. It's working pretty well now. Joachim > void mySearchFunction(SWModule *module, string text) { > static SWMgr searchModules; > searchModules.Modules[module->Name()]->Search(text); > } > > > Hope this helps. > > -Troy.