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
I am trying to use a C# DLL which has multiple references to .NET classes and C# Classes in Embarcadero C++ Builder.
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
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
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
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.
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
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
I\'m starting to work with JSON in builder by including #include<DBXJSON.hpp> doing simple parsings but no result
I created a thread using CreateThread() with standard function prototype DWORD WINAPI func(LPVOID param);