Hi Tory, You can not in general link object files, libs etc generated by different compilers. The c++ name mangling schemes also serve to prevent incompatible code from linking. The linking problem is a good thing:) Of course it is not so much fun having to recompile libs... Yours sincerely, Bjorn