关于obj文件链接的问题
我在程序中链接一个obj文件,obj文件可能是用汇编编译生成的
在VC中链接此obj文件,出现如下错误,这是怎么回事?
Linking...
pci.obj : warning LNK4033: converting object format from OMF to COFF
pci_test.obj : error LNK2001: unresolved external symbol _PCIFindClassDevice
pci_test.obj : error LNK2001: unresolved external symbol _PCIBiosPresent
PCI Test.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.
PCI Test.exe - 3 error(s), 1 warning(s)