If you build a component against the 1.7 source tree, then it can only be used in 1.7 or later releases. If you want to build a component that works in 1.6 and later, then you need to compile your component against the 1.6 SDK.
Right, so ideally I should be compiling against an old SDK as possible to be compatible with as many versions of Mozilla. If I ever get this working, I guess I'll try it with the 1.4 SDK.
You should use the Gecko SDK instead. That way, it will be very clear at compilation time if you are attempting to use non-frozen functions or interfaces.
Thanks. The decoder uses bits from gfx and dist/include/imglib2 which are now specifically included.
Now I have to figure out what to do with:
error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall nsRect::nsRect(int,int,int,int)" (__imp_??0nsRect@@[EMAIL PROTECTED]@Z)
But there's always Google for generic problems like this :)
Thank you both Darin and Doug. Arunan _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
