c++builder
stand-alone NT service using RAD studio2010 / Oracle
Is it possible to deploy a stand-alone dbexpress NT serviceusing RAD Studio 2010 with Oracle as the data开发者_JAVA百科base? DBExpress uses external drivers for its database access.You would have to d[详细]
2023-02-22 20:41 分类:问答Using a Very C# DLL in C++
I am trying to use a C# DLL which has multiple references to .NET classes and C# Classes in Embarcadero C++ Builder.[详细]
2023-02-21 18:26 分类:问答What is the better method to implement drawing in my application by 3rd party plugins?
i created the app and all the plugins written for it should draw on special place on my form that will be random or specially selected for plugin, so everytime the coordinates is random. Also they sho[详细]
2023-02-21 08:44 分类:问答is HDC handle valid for another process?
i am creating clipped HDC (Device Context) handle using windows开发者_运维知识库 api, then sending it to another process. Will be this handle valid for drawing in it?You will need to expose a method o[详细]
2023-02-20 22:45 分类:问答Get program files directory from Windows in Borland C++ 6
I had to create an executable (using Borland C++ Builder 6) in place of a batch file for Windows 7, since permissions didn\'t allow ordinary users (non-admins) to run the necessary batch. We\'ve got a[详细]
2023-02-20 12:42 分类:问答Internet Radio player component for Delphi/C++Builder
I\'m looking for an Internet Radio player (SHOUTcast/IceCast) comp开发者_运维知识库onent for Delphi/C++Builder. Does such a thing exist? ActiveX component OK too.[详细]
2023-02-20 11:43 分类:问答How to build static library using RAD Studio 2010?
I have been confused by C++ Builder 2010 assuming my library is dynamic. I did not find any options or help in documents regarding what I need to change in the project to build stat开发者_如何学编程ic[详细]
2023-02-17 22:11 分类:问答How to use Crtl in a Delphi unit in a C++Builder project? (or link to C++Builder C runtime library)
I have a Delphi unit that is statically linking a C .obj file using the {$L xxx} directive.The C file is compiled with C++Builder\'s command line compiler.To satisfy the C file\'s runtime library depe[详细]
2023-02-17 06:14 分类:问答JSON is not parsing in c++ builder 2010
I\'m starting to work with JSON in builder by including #include<DBXJSON.hpp> doing simple parsings but no result[详细]
2023-02-15 23:40 分类:问答What conditions I should met to call TForm's members from win32 thread?
I created a thread using CreateThread() with standard function prototype DWORD WINAPI func(LPVOID param);[详细]
2023-02-14 18:53 分类:问答