Early project without default library

xiaoxiao2021-03-06  76

Select / NodeFaultLib can generate items without the default library. If the previous item is generated with a default library and wants to make iostream calls, you must give a new standard C runtime library (libcp.lib, libcpmt.lib, msvcprt.lib, etc.) or old iostream runtime library (libci. One name in lib, libcimt.lib, msvcirt.lib, etc. can be linked to the appropriate library.

In the early versions of Visual C (4.1 and earlier), the name of the runtime library is libc.lib, libcmt.lib and msvcrt.lib. These libraries contain old iostream libraries. The old Iostream library has now removed from these libraries. If you do not choose to ignore the default library and include the old iostream header file in the code, the old iostream running time library (libci.lib, libcimt.lib, msvcirt.lib, etc.) will be linked by default. However, if you choose to ignore the default library and manually add one of the earlier runtime libraries, the iostream call will be disconnected immediately.

http://msdn.microsoft.com/library/chs/default.asp?url=/library/chs/vcore/html/_core_ectier_projects_built_with_no_default_libralies.asp

转载请注明原文地址:https://www.9cbs.com/read-75259.html

New Post(0)