Showing 1 open source project for "stdafx.h"

View related business solutions
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 1

    Chuyu

    VC 140 LTL

    将你的程序动态链接到系统的msvctr.dll中,有效减少程序体积。 温馨提示: 只有Visual Studio 2015才能使用 MFC工程无法使用。 一般来说,一些WTL或者纯Win32的工程可以正常使用。 使用方式: 你现在工程下面建个 VC140LTL文件夹,然后将本工程所有文件丢到里面 项目属性,C/C++目录, 包含目录 中增加 $(WindowsSDK_IncludePath) $(SolutionDir)\VC140LTL 最后去掉 从父级或者默认设置中继承,点击确定 然后在你的stdafx.h中增加 #include <_msvcrt.h> 然后在你的stdafx.cpp中增加 #include <_msvcrt.cpp> 在吧工程设置为动态链接(MD),在重新编译,即可得到轻巧的exe
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next