Is there any way to find out the list of undefined symbols in windows static library compiled using VC6?
I know the nm command will list all the symbols in linux and symbols with a tag of "U" can be identified as undefined. But, how to do it Windows?