c++builder
Checking if any other button was clicked
I tried to find answer, but I didn\'t find it. I want to do something like this: when I click button, I would like it开发者_如何学JAVA to repeat actions till another button is clicked[详细]
2023-03-26 19:34 分类:问答How to extract part of a string in c++
To Extract part of a string in a given line: Given line is: D:\\AB554P_Itr23\\ModelDir\\AB554P_approximation_NodeData.dat Read 3/18/2010[详细]
2023-03-26 06:45 分类:问答C++ Builder 2010, add folder to project
I am sorry for this \"beginner\" question, but I am not able add directory with the existing 开发者_Python百科source code to the new project created in C++ Builder 2010 (that I am using very rarely).[详细]
2023-03-25 14:31 分类:问答BIOSCOM command in c programming
I\'ve been assigned a project in which I\'ve to basically read the information from an interface eg:hardware interface like the device[详细]
2023-03-25 09:14 分类:问答Stop C++Builder XE from removing/editing UI components in the .dfm files
How can I stop C++Builder XE from automatically editing .dfm files? I\'m currently porting a rather big code base from BCB5 to XE. A lot of external components have been used in the old code, but are[详细]
2023-03-25 06:16 分类:问答IDE inserts incorrect #include statement
I\'m working with Borland C++ 2007. My project group consists of a package and several projects that use a component within that package. When I use this component using the design 开发者_StackOverflo[详细]
2023-03-23 22:35 分类:问答tlibimp.exe output differs on different OSes
I\'m trying to import a third-party .NET type library (COM server DLL) u开发者_如何学Pythonsing tlibimp.exe (version 11.0). This basically works fine, but the results differ when I run it on different[详细]
2023-03-23 14:12 分类:问答Destructors and inheritance in C++?
I use Borland C++ Builder. And i had o problem #include <Classes.hpp> class TMyObject : public TObject[详细]
2023-03-23 06:45 分类:问答network delays and Application->ProcessMessages()
I am writing a networking DLL that I use in my C++Builder project.This DLL works with remote FTP servers.I noticed a strange behavior when recv() is called.Sometimes it returns 0.But in another thread[详细]
2023-03-22 18:37 分类:问答Thread execution "stops" when main form button is clicked
I use Borland C++Builder 6. I have an app, with a form. The app/main form kicks off a thread. (TThread) Thread creates a new instance of server socket, and listens for data. When data comes in, thread[详细]
2023-03-21 17:43 分类:问答