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
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.
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
I have different behaviour of compiler, when building project from IDE and from command-line, which I can not explain.
Given a function like so bool RequestStatus() { ... if (code == myCode) { return true; } el开发者_JAVA百科se {
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.
Is there an easier way to display the struct fields and their corresponding values in RichEdit control?
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