摘要: procedure ExtractRGB(const Color: Graphics.TColor; out Red, Green, Blue: Byte);var RGB: Windows.TColorRef; // RGB equivalent of given Colourbegin RG... 阅读全文
posted @ 2015-09-02 15:34 lypzxy 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 升级到C++Builder RAD 10 Settle 一些错误解决方法,使用LLVM CLang编译器,BCC32Chttp://docwiki.embarcadero.com/RADStudio/Seattle/en/Stricter_C%2B%2B_Compilers_%28Clang-bas... 阅读全文
posted @ 2015-09-02 14:46 lypzxy 阅读(1318) 评论(0) 推荐(0) 编辑
摘要: Seattle bcc32c compiler error[ilink32 Error] Error: Unresolved external '___seh_personality_v0' referenced from \DEBUG\PROJECT2.OBJ[ilink32 Error] Err... 阅读全文
posted @ 2015-09-02 14:26 lypzxy 阅读(557) 评论(0) 推荐(0) 编辑
摘要: Win32终于支持类内变量初始化了,C++11用bcc32C编译器 llvm CLang。还支持Unicode 中文汉字 变量名。用经典的bcc32编译还是不支持! class TPerson { public: String Name = "tt"; ... 阅读全文
posted @ 2015-09-02 12:37 lypzxy 阅读(1697) 评论(1) 推荐(0) 编辑