|
| FAQs |
Latest Questions |
Categories:
Advanced (14)
Architecture (17)
Business Classes (6)
Class Factories (7)
Client (5)
Command Line (1)
Communication (10)
Compatibility (12)
Connections (16)
Cross Platform (7)
Data Access (18)
DataSnap (7)
DataTables (7)
Drivers (7)
Environment (14)
Error Handling (2)
Exceptions (3)
Install (8)
Language (11)
New Users (9)
Other Platforms (5)
Packages (3)
Porting from Delphi (6)
Queries (3)
Scalability (6)
Schema Modeler (7)
Schemas (2)
Security (4)
Server (7)
Service Builder (5)
Sessions (5)
Streaming (2)
Syntax (6)
Threading (1)
Visual Studio (3)
|
FAQ176 - Does Oxygene support Solaris?
Oxygene supports Mono as a target, and Mono works on Solaris, among other platforms.
So using Mono it's possible to run mono on Solaris.
Oxygene version 2 integrates into Visual Studio, but you can cross-compile against
Mono from...
|
FAQ175 - Is it possible to use the DevExpress RibbonForm with Oxygene?
DevExpress does not provide a Oxygene template for the Ribbon, however it's easy
enough to add.
Create a new Windows Form and change the System.Windows.Forms.Form to DevExpress.XtraBars.Ribbon.RibbonForm
and reopen...
|
FAQ174 - How are the different columns used in Data Abstract's Field Mappings?
given this SQL statement:
Untitled
SELECT CUST_NAME AS CustomerName FROM ...
and a data table defined where the field is called "Name" in the schema,
the following column mapping is...
|
FAQ147 - How do I install the the FIBplus driver?
As versions of 3rd party libraries installed on your system might differ from user
to user, the Data Abstract Installer does not provide pre-built and pre-installed
packages for these drivers.
How to install third party drivers?
...
|
FAQ172 - Which of the many channels available should I choose and why?
There is an article available that covers this question: RO38
- Comparison of the RemObjects SDK Channels.
|
FAQ173 - Why does the TCP Super Channel use more threads than expected?
An average TCP Super Channel server has these threads:
Thread pool: with maxthreadcount of 5, this will use a maximum of 5 threads
and these will stay in memory
timeout timers: we use System.Threading.Timer to...
|
FAQ171 - Can I use the trial version of the RemObjects SDK with upgraded the Indy Components?
No, the trial version only supports the "official" versions of
Indy that ship with the respective versions of Delphi. Since the trials only ship
in .DCU format and without source code (obviously), it would be difficult to provide...
|
FAQ170 - What is Everwood and what does it do?
Everwood is a set of IDE extensions that we use for advanced IDE functionality across
all our products. it's not part of any core library.
We provide full source for our libraries and library products, including everything
you...
|
FAQ167 - Can I provide a temporary bypass of auto generation of files?
It can be done but it requires a little manual intervention. Allow the RemObjects
SDK to generate the _intf file and then comment out the following line in your project
file:
Untitled
...
|
FAQ168 - How do I install license keys?
With current versions of our products, you will be prompted by self-explanatory
dialogs when license keys are required.
For an alternative (which also supports our legacy versions), visit http://www.remobjects.com/myro
(which...
|
|