I have a type library in a 32-bit Excel add-in application.
I need to convert the entire application to 64-bit.
I canโt just copy the typelib insert, because the GUID will encounter an already installed 32-bit application, i.e. for naming.
What is the best way to translate an application to 64-bit so as to avoid name conflicts?
Or is there some kind of mechanism that automatically resolves names and GUID collisions that I don't know about?
Johan source share