When I create a Delphi console application, I can deploy the generated EXE file without worrying about external DLL files. But if I createvery simple C++Builder (version 2007) console 开发者_C百科appl
I want to generate and play a continuous sound with specific frequencies and amplitudes that change over time. I don\'t want to开发者_如何学C have a delay between sounds. How can I do this with Delphi
So far I have this code: ****SimpleForm.h**** class TForm1 : public TForm { __published:// IDE-managed Components
I have a multi-threaded C++Builder GUI app, which communicates with a third-party app via COM. I need to call methods of the COM object from several threads, and I\'m protecting access witha mutex. A
We have a legacy application developed in Borland C++ Builder.Now we have updated the help file to HtmlHelp (.chm)开发者_运维问答 file, we want to click on the Help button in the legacy c++ applicatio
I am a new user in CBuilder Programming. I am writing HTTP Server application, which receives mixed data:both text and a binary data at a time. But I don\'t know which component and how to use to pars
Though I开发者_JAVA技巧 am quoting this in context of Borland C++ application, but the question is both specific for Borland as well as generic in nature.
I can\'t solve my problem, and I hope somebody knows how... I have a component on my form TCppWebBrowser, and when I navigate to a URL, after the document was downloaded, in method OnDocumentComplete
I\'m using multiple TCppWebBrowsers on main form, and when I start the application all tabs from last internet session are recovered. But this makes the main form of application to overload much. My q
I have a firebird 2.x database with Generator and a trigger to generate the key field. I need to get the returned value from below query.