From: Alexander F. <Ale...@gm...> - 2001-07-17 19:54:29
|
On Tuesday, 17. July 2001 21:02, Joseph Wenninger wrote: > Hi > > On Tuesday 17 July 2001 17:19, you wrote: > > On Tuesday, 17. July 2001 16:28, Richard Moore wrote: > > > Please use KLibLoader and friends for dynamic loading - it uses ltdl > > > underneath but is easier to port to different platforms. If you need > > > a hand figuring out how to use it, let me know and I'll give you a > > > hand. > > > > I'm not sure if KLibLoader is suitable for my needs. The classes which > > are loaded are not QObjects at all. I don't need GUI elements, KGlobal > > and such stuff. > > I think I wrote/used a library which had nothing todo with QT with > klibloader at work. > According to the information in the header file you have to use QObject to use KLibLoader. Am I wrong? > Is there really now way / function to tell klibloader in which directories > to look for the libraries ? > I think you can add additional direcries to the search path but you cannot force to use one compiled-in path. Alexander |