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
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
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).
I\'ve been assigned a project in which I\'ve to basically read the information from an interface eg:hardware interface like the device
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
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
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
I use Borland C++ Builder. And i had o problem #include <Classes.hpp> class TMyObject : public TObject
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
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