为什么找不到指定模块?
我写了一个com组件,但是在注册时却遇到了问题,比如我已将dll文件放在e盘com下,e:\com\test.dll,当我在控制台里输入regsvr32 test.dll时它却告诉我LoadLibrary("test.dll") failed - the specfied module could not be found。我感到很迷惑,我明明就在test.dll所在的目录下运行的regsvr32,它却告诉我找不到test.dll!查了一些资料也没找出所以然,只好在这里来求助了,还望高手指点.