MIDL cascading
-
Hi all, I do hope somebody has some experience in this field... We are trying to port a project that we have taken over from another party from Visual Studio 6 to Studio 2008 (since we need to migrate to a 64bit platform). Part of the project uses type libraries. In itself this works fine (except for al the warnings that we need to tackle of course) The problem is that we have a dll A that is #imported into project B. This generates another dll (and type library) We then make a project C in which we #import both dll A and dll B. However, when importing dll B, the linker complains about not being able to find types from dll A (it replaces them with _unknown_ or something) This all worked fine in studio 6. Has anyone got any idea as to how to tackle this issue. I do assume there is something trivial that needs to be defined, the question is ---what---?? Thanks in advance. William