简体   繁体   中英

ATLComTime.h is part of what redistributable?

I added functionality to a code base someone else wrote and while the "Not using ATL" flag was set in VS2005 I see that there is #include <ATLComTime.h> in one of the files. I have only sent the C-Runtime library ( see here ) redistributable. The client can not get the code to worktheir machines. They receive a "DLL entry point not found" error. I feel that it's some sort of missing DLL or library on the target machine since we've been able to install it in all of our test machines.

They want me to make sure that I don't send a "bogus" redistributable to a client. Since I can't seem to find ultimately which redistributable this header pertains I'm asking here. I'm at a loss. Can help?

将项目配置为与 ATL 静态链接(Project | Properties -> Config Properties -> General -> Use of ATL)可执行文件,或随应用程序分发 atl.dll。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM