I have a com object project which registers without problems on windows XP. for some reason, when i try to regiser it on windows 7, it gets stuck, and my app can't instantiate the com object.
what seems realy strange to me is that the dependency walker inducates a missing file "x.dll" whereas such file does not even exist. however, the com project has an "x.lib" file with which it compiles the program.
I believe there's some sort of problem with the definitions of dependencies, and can't realy figure out what it is.