英文: Is this a bug in boost type erasure library? 问题 在Windows环境和C++ Builder 11.3中使用boost类型擦除库时,我遇到了编译...
不理解关于类声明和使用与List对象相关的错误消息。
英文: Not understanding error messages about a class declaration and usage with List objects 问题 我正在为Wi...
VCL App in C++ Builder 和 FormCreate 事件更好的理解
英文: VCL App in C++ Builder and FormCreate Event Better Understanding 问题 作为一个对VCL应用程序新手,我的基本理解是,任何包含在...
项目无法编译,因为代码块已删除。
英文: Project not compiling due to deleted blocks of code 问题 I am following the RAD Studio tutorial in...
Issue handling TComponent objects (TEdits, TLabels, …) from a TForm object, saved in an unordered_map (member of my own class)
英文: Issue handling TComponent objects (TEdits, TLabels, ...) from a TForm object, saved in an unorde...
FastReports Pro VCL中的用户函数在使用C++函数时显示”实际参数太多”。
英文: User function for FastReports Pro VCL says "Too Many Actual Parameters" when using a C...
C++Builder keeps saying it can't find .LIB when build starts then tries to link with it – but the component was uninstalled?
英文: C++Builder keeps saying it can't find .LIB when build starts then tries to link with it - bu...
RAD Studio: 我如何构建我的C++应用程序,以便可以分发?
英文: RAD Studio: How do I build my C++ application so it is ready to be distributed? 问题 我使用RAD Studio...
尝试在C++Builder中打开.dpk文件时没有任何反应,没有消息,什么都没有?
英文: Trying to open .dpk file in C++Builder does nothing, no message, no nothing? 问题 我有一个组件,其中包含一个名为 ...
访问另一个窗口中的变量?
英文: How to access a variable in another window? 问题 我试图通过在Form1中调用Form2的Funkcja()函数来访问Form2中的变量,但我遇到了...