上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页
摘要: thread Thread c++builder XE8 / RAD 10 Settle TThread.Synchronize(nil, procedure begin Memo1.Lines.Add('Server has NOT resume download feature'); end); 阅读全文
posted @ 2015-09-06 16:25 lypzxy 阅读(2033) 评论(0) 推荐(0) 编辑
摘要: delphi 蓝牙技术D:\Users\Public\Documents\Embarcadero\Studio\17.0\Samples\Object Pascal\Multi-Device Samples\Device Sensors and Services\Bluetooth\Classic ... 阅读全文
posted @ 2015-09-06 14:47 lypzxy 阅读(1220) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: NativeInt ni = 100; //Wrong. Will issue an Error NativeInt ni = NativeInt(100); //Correct System::GetMemory(0x100); // Error System::GetMemory(Nati... 阅读全文
posted @ 2015-09-01 17:54 lypzxy 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Delphi:procedure SetKeystrokeDebugging(Debugging: Boolean);var Dialog: IOTAKeyboardDiagnosticsbegin if Supports(BorlandIDEServices, IOTAKeyboardDiag... 阅读全文
posted @ 2015-09-01 17:51 lypzxy 阅读(208) 评论(0) 推荐(0) 编辑
摘要: RAD Studio 10 Seattle RAD XE10 Seattle RAD 10 Seattle c++builder 10 Seattle Delphi 10 Seattle http://docwiki.embarcadero.com/RADStudio/Seattle/en/Main 阅读全文
posted @ 2015-09-01 09:17 lypzxy 阅读(1739) 评论(0) 推荐(0) 编辑
摘要: DSServerClass1DSServerClass1DestroyInstancevoid __fastcall TServerContainer1::DSServerClass1DestroyInstance(TDSDestroyInstanceEventObject *DSDestroyIn... 阅读全文
posted @ 2015-08-24 17:00 lypzxy 阅读(790) 评论(0) 推荐(0) 编辑
摘要: SetSubComponentFClient.SetSubComponent(True); 阅读全文
posted @ 2015-08-21 22:49 lypzxy 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 一、FDConnection 连接池 http://docs.embarcadero.com/products/rad_studio/firedac/frames.html?frmname=topic&frmfile=Defining_Connection.html http://docwiki.e 阅读全文
posted @ 2015-08-21 19:09 lypzxy 阅读(5199) 评论(0) 推荐(0) 编辑
摘要: TDBXCommand *cmd;cmd= FDBXConnection->CreateCommand();cmd->CommandType=TDBXCommandTypes_DSServerMethod;FFindDataSetCommand->Text = "TServerMethods1.Fi... 阅读全文
posted @ 2015-08-20 10:53 lypzxy 阅读(895) 评论(0) 推荐(0) 编辑
摘要: IdTCPServer1 Server本身就支持多线程,一个服务端连接多个客户端。 IdTCPServer1.Bindings.Add.IP := '127.0.0.1';IdTCPServer1.Bindings.Add.Port := 153; 阅读全文
posted @ 2015-08-19 23:38 lypzxy 阅读(795) 评论(0) 推荐(0) 编辑
摘要: ClientDataSet、DataSetProvider1 Operation not applicableClientDataSet1->Open();解决办法1、update new midas.dll ,regsvr32 midas.dllor2、uses MidasLib 阅读全文
posted @ 2015-08-19 14:47 lypzxy 阅读(841) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 49 下一页