为什么在创建DLL时,在Debug目录下并没有产生相应的import LIB文件?
下面引自<<VC技术内幕>>
When you build a DLL, the linker produces a companion import LIB file, which contains every DLL's exported symbols and (optionally) ordinals, but no code.
问题:When I Built the Ex22a.dll, it didn't produce the associating import LIB file under the directory of Debug.
程序环境:VC6.0(MFC)