c++builder
How create an standalone (without DLL file dependencies) C++Builder console application like a Delphi application?
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[详细]
2023-04-13 04:41 分类:问答How can I generate continuous tones of varying frequencies?
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[详细]
2023-04-12 18:28 分类:问答Why does TMutex method Acquire() not lock a mutex?
So far I have this code: ****SimpleForm.h**** class TForm1 : public TForm { __published:// IDE-managed Components[详细]
2023-04-12 14:10 分类:问答How to access COM objects from different apartment models?
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[详细]
2023-04-12 13:35 分类:问答How to open HTMLHelp (.chm) file from Borland C++ Application
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[详细]
2023-04-11 07:39 分类:问答HTTP Server in CBuilder
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[详细]
2023-04-11 05:05 分类:问答Priority between thread messages?
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.[详细]
2023-04-09 18:28 分类:问答How to edit html (tags), before being executed by CppWebBrowser
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[详细]
2023-04-09 16:20 分类:问答How to avoid overloading of application main form by multi tabs webbrowser?
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[详细]
2023-04-09 13:58 分类:问答Firebird TIBQuery insert with returning ... INTO
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.[详细]
2023-04-08 16:01 分类:问答