c++builder-5
Borland C++ Builder: Some UI-Events not available anymore?
I\'m currently porting old code from Borland C++ Builder 5 to C++ Builder XE (the newest version). There seem to be a lot of properties and some events that are not anymore supported in XE. Most of th[详细]
2023-03-28 20:07 分类:问答Borland C++ v5.5 installation procedure
I have downloaded the latest version available of Borland C++ 5.5 compiler. I开发者_StackOverflow中文版 have installed the exe file but the program doesn\'t run.[详细]
2023-02-07 06:36 分类:问答Handling TCP Streams
Our server is seemingly packet based. It is an adaptation from an old serial based system. It has been added, modified, re-built, etc over the years. Since TCP is a stream protocol and not a packet pr[详细]
2023-01-18 07:07 分类:问答What is the difference between building C++ Builder project from IDE and command line?
I have different behaviour of compiler, when building project from IDE and from command-line, which I can not explain.[详细]
2023-01-11 02:45 分类:问答Function Should Return Value Question
Given a function like so bool RequestStatus() { ... if (code == myCode) { return true; } el开发者_JAVA百科se {[详细]
2023-01-04 09:19 分类:问答C++ Builder - Spawn TThreads On the Fly
I\'m looking for the ability to spawn a thread or function so that it returns immediately to the calling line and continue on with the program but continues with the thread work.[详细]
2022-12-14 01:27 分类:问答Iterate Over Struct; Easily Display Struct Fields And Values In a RichEdit Box
Is there an easier way to display the struct fields and their corresponding values in RichEdit control?[详细]
2022-12-13 20:25 分类:问答How to avoid use of timer when using TThread to communicate with UI thread
I have a TThread which receives and sends to a device on a COM port. After I read the data, I want to activate the GUI (not in the same thread) using Synchronize(function name). However, when I call t[详细]
2022-12-13 16:10 分类:问答