dominique wrote: > Hi > i have written a couple of XPCOM components that are linked to external > libraries. Whether it is on linux or on windows, i can use them only on > the computer where it was compiled! > > My external libraries are are compiled using GCC in linux and VC6 > compiler on windows, i import them in a xul application, and every > thing works fine on my computer but when i copy them on another one, > where the exernal libs are installed correctly (other program using > them is working) then the component is not there (TypeError: > Component.class[...] has no properties) > > any idea? > thanks > > dominique Another dumb question: are you sure your component is correctly installed? Sound's like the message you've got when the component is not registered.
_______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
