Office Add-in
-
At the moment I'm trying to write an Office XP (specifically PowerPoint) add-in based on the excellent article by Amit Dey http://www.codeproject.com/com/outlookaddin.asp[^] When I try to use the import directive to add MSO.DLL to the project I get the following linker error. StdAfx.obj : fatal error LNK1179: invalid or corrupt file: duplicate comdat "_IID_CanvasShapes" The build environment is VC6 SP5, with Office XP, SP1. Any Ideas? :)
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
-
At the moment I'm trying to write an Office XP (specifically PowerPoint) add-in based on the excellent article by Amit Dey http://www.codeproject.com/com/outlookaddin.asp[^] When I try to use the import directive to add MSO.DLL to the project I get the following linker error. StdAfx.obj : fatal error LNK1179: invalid or corrupt file: duplicate comdat "_IID_CanvasShapes" The build environment is VC6 SP5, with Office XP, SP1. Any Ideas? :)
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling
Solved the problem, was missing an .olb file, :-O I think I'm just having one of those days after working out what I'd done I realised that I'd made a spelling mistake in the .rgs file :sigh:
If you can keep you head when all about you Are losing theirs and blaming it on you; If you can dream - and not make dreams your master; If you can think - and not make thoughts you aim; Yours is the Earth and everything that's in it. Rudyard Kipling