W
wolf-lee
Unregistered / Unconfirmed
GUEST, unregistred user!
在C++ builder 4.0中,这个调用不能连接:Sysutils::GetDiskFreeSpaceEx(tempVideoDirectory.c_str(), TotalDiskFree, DiskSpace, tmpTotalDiskFree);(100分)<br />在C++ builder 4.0中,这个调用不能连接:Sysutils::GetDiskFreeSpaceEx(tempVideoDirectory.c_str(), TotalDiskFree, DiskSpace, tmpTotalDiskFree);<br><br>连接时报告错误:[Linker Error] Unresolved external 'Sysutils::GetDiskFreeSpaceExA' referenced from D:/.../MAIN16V33STD.OBJ.<br><br>MAIN16V33STD.OBJ是我的主程序,变量定义如下:<br>unsigned __int64 DiskSpace, TotalDiskFree;<br>Windows:LargeInteger tmpTotalDiskFree;<br><br>请大侠们指点.<br>谢谢!