Git Product home page Git Product logo

Comments (1)

vczh avatar vczh commented on September 27, 2024

1、pdb和lib本来就是超级大的,这是VS的问题
2、exe的话,如果你链接了GacUIReflection.cpp那就会很大,主要是因为这个文件夹进了一大堆为了支持反射而存在的字符串和代码,如果你尝试压缩他们的话会变的很小
3、最近正在做一个Workflow script转C++的功能,如果搞定了,那大部分程序都不需要GacUIReflection.cpp和Workflow.cpp,就可以变回原本的700k-2M大小了。

一个小的GacUI程序只需要链接Vlpp.cpp和GacUI.cpp。在Workflow script转C++还没做完之前,如果你只链接这两个cpp,就不能使用XML功能。我个人认为这样会比较蛋疼,不过架不住反正有人喜欢裸写GUI……所以我才把他分开为GacUI.cpp和GacUIReflection.cpp两个文件。

from gacui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.