Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Component Library for Cross Platform


Related Topics

In the News (Wed 30 May 12)

  
  Visual Component Library - Wikipedia, the free encyclopedia
In computing, VCL (Visual Component Library) is a visual component-based framework for developing Microsoft Windows applications, developed by Borland for use in its Delphi and C++ Builder software development environment.
A cross-platform equivalent of VCL called CLX (Component Library for Cross Platform) was later developed for use in Delphi, C++ Builder and Kylix, it was however abandoned in favor of VCL.
As an object-oriented approach, the VCL forms an object hierarchy where all other objects inherit or indirectly inherit the TObject class.
en.wikipedia.org /wiki/Visual_Component_Library   (211 words)

  
 Component Library for Cross Platform - Wikipedia, the free encyclopedia
In computing, Component Library for Cross Platform (CLX), is a cross-platform visual component-based framework for developing Microsoft Windows and Linux applications.
It is developed by Borland for use in its Kylix, Delphi, and C++ Builder software development environment.
There is a Microsoft Windows-only equivalent of CLX called VCL (Visual Component Library).
www.encyclopedia-online.info /CLX   (147 words)

  
 Visual Component Library - Wikipedia, the free encyclopedia
In computing, VCL (Visual Component Library) is a visual component-based framework for developing Microsoft Windows applications, developed by Borland for use in its Delphi and C++Builder software development environment.
A cross-platform equivalent of VCL called CLX (Component Library for Cross Platform) was later developed for use in Delphi, C++Builder and Kylix.
As an object-oriented approach, the VCL forms a object hierarchy where all other objects inherit or indirectly inherit the TObject class.
www.encyclopedia-online.info /VCL   (151 words)

  
 PHP - Wikipedia, the free encyclopedia
PHP provides bindings to GUI libraries such as GTK+ and text mode libraries like ncurses in order to facilitate development of a broader range of cross-platform GUI applications.
For convenience, the engine will supply a function that imports all of the properties from the source object, so that they can start with a by-value replica of the source object, and only override properties that need to be changed.
Some PHP extensions use libraries that are not threadsafe, so rendering with Apache 2's Multi-Processing Module or Microsoft's IIS in ISAPI mode may cause crashes.
en.wikipedia.org /wiki/PHP   (1819 words)

  
 Kylix: Rapid Application Development on Linux
In Kylix, the component framework is called CLX (pronounced "cliks"), which sort of stands for component library for cross-platform development.
Components are objects, so each component you drop on a form needs a field (data member) in the form class.
Components have events for user interactions (such as OnClick for a button or OnShow for the form) and for behind-the-scenes actions (such as BeforeInsert for a database record or OnTimer for a periodic timer event).
www.linuxjournal.com /node/5429/print   (1755 words)

  
 Intro to XPCOM, Part 4   (Site not responding. Last check: 2007-10-31)
To give this fictional component a little more meaning, suppose you were given a nice cross-platform mapping tool that could scale and rotate two dimensional mapping data on the screen.
The strategy for our component, then, is to come up with a common interface and then create separate implementations for each of the various types of GPS receivers out there.
If your component does not require sharing any carnal knowledge of its internals with other related components, then you can leave the class declaration in the implementation source file.
www-106.ibm.com /developerworks/components/library/co-xpcom4/index.html   (1560 words)

  
 Create a Reusable Component to Connect Delphi 7 to DB2 with dbExpress   (Site not responding. Last check: 2007-10-31)
TSQLConnection is the component that uses the dbExpress layer to connect to the DBMS.
The TDataSource component acts as a gateway between the TClientDataSet and any so-called data-aware components in Delphi (all found on the Data Controls tab of the Component Palette).
The final dataset component on the dbExpress tab of the Component Palette is TSimpleDataSet.
www-128.ibm.com /developerworks/db2/library/techarticle/0210swart/0210swart.html   (2160 words)

  
 Rapid Application Development with Mozilla - $39.99   (Site not responding. Last check: 2007-10-31)
The Mozilla Platform is a large software development tool that is a modern blend of XML document processing, scripting languages, and software objects.
As a result of the browser wars in the late 1990s, the platform has been heavily tested and is highly optimized and very portable.
The core of the Mozilla Platform is implemented in the C and C++ programming languages, using many object classes.
www.phptr.com /bookstore/product.asp?isbn=0131423436   (3121 words)

  
 RedbackSystems - XULU™: Cross Platform Application Framework
XULRunner is a cross platform executable environment that provides much of the Mozilla toolkit as a standalone development environment, eventually even Firefox and Thunderbird will use as well.
The "thin" cross platform clients would render and run a lightweight XML based interface, which offloads to the core application servers as needed.
By using this mechanism the application front end can be cross platform and server agnostic, whilst providing the ability to dynamically stream the application interface to the client as required, and significantly reduce the load on the application servers.
www.redbacksystems.com /projects/xulu   (856 words)

  
 Platform Express Library : Mentor / Leon2   (Site not responding. Last check: 2007-10-31)
This library contains many components derived from the 2.0.10 release of the Leon2 processor design (available from Gaisler Research, and included in the library release).
All of the components have wrappers to translate the VHDL record port types into more familiar std_logic and std_logic_vector types.
The following tools are used or referenced by some or all of the components in this library.
www.mentor.com /products/embedded_software/platform_baseddesign/library_9407.cfm   (261 words)

  
 lf350, SoftwareDevelopment: Platform Independent Software Develoment
Native libraries: For the display of elements the corresponding routines of the operating system are utilized.
With the help of Borland's CLX library (Component Library for Cross-platform) applications may be developed under Delphi and C++, which are able to run under both platforms.
Under the name of.NET a platform was developed, which, last not least, shall reduce the migration of software developers to the competing Java platform.
mercury.chem.pitt.edu /~sasha/LinuxFocus/English/October2004/article350.shtml   (4096 words)

  
 Getting started with PyXPCOM, Part 2   (Site not responding. Last check: 2007-10-31)
Cross-platform component object model (XPCOM) is the component system developed in the Mozilla project.
His tutorial is out of date in places, so I would still spend some time in the official documentation of the particular components you're using.
As an example of how XPCOM components work together, listing 1 is a Python program that reads in the Mozilla configuration, modifies the browser startup screen, and writes the result of the update to a temporary file ("/tmp/foo.prefs").
www.ibm.com /developerworks/components/library/co-pyxp2.html   (1514 words)

  
 DB2 and C++ - True RAD With C++Builder   (Site not responding. Last check: 2007-10-31)
TSQLConnection is the component responsible for using the dbExpress layer to connect to the DB2 DBMS through the DB2 client.
This means that you can open the table and walk through it from the first record to the last, but you cannot move backwards or jump to the last record, and you cannot make any changes to the table.
This component acts as a gateway between the TClientDataSet and any so-called data-aware components in C++Builder (all found on the Data Controls tab of the component palette).
www.ibm.com /developerworks/db2/library/techarticle/0302swart/0302swart.html   (2415 words)

  
 Programming Kylix with the CLXDisplay API   (Site not responding. Last check: 2007-10-31)
Thus CLX -- the Component Library for Cross-platform-- was born.
The Qt library is a set of C++ classes, and it's not entirely compatible with Kylix.
Sender is the component that emitted the signal and Receiver is the component whose slot will be executed when the signal is emitted.
bdn.borland.com /article/0,1410,27231,00.html   (2878 words)

  
 O'Reilly -- Kylix is Coming! Delphi and C++ Builder Invade Linux
The framework is called CLX (component library for cross-platform, pronounced "kliks").
Third-party tool and component vendors are already working with early releases of Kylix to get their components ready.
Editing components is a poor way to design menus, so Kylix has an interactive menu editor that makes is easy to edit menus visually.
www.oreilly.com /news/kylix_0800.html   (2195 words)

  
 Intelligent Enterprise Magazine - Web Services Development
That model, anchored by the Visual Component Library (VCL), provides a well-designed and complete class hierarchy that is generally easy to use.
The library components are written in ObjectPascal and the source code is provided with the Professional and Enterprise Editions of Delphi 6.
While a programmer may never tweak VCL code, it's important to be familiar with the library, and not just at the component property level.
www.intelligententerprise.com /010918/414products1_1.shtml   (967 words)

  
 Inprise/Borland Introduces Borland CLX   (Site not responding. Last check: 2007-10-31)
New York, NY (June 27, 2000) - Inprise/Borland announced Borland CLX (component library for cross-platform), the next-generation component library and framework for developing native Linux and Windows applications and reusable components.
CLX simplifies graphical user interface, database, and Web application development with a cross-platform component framework design based on the Delphi and C++Builder visual component library (VCL).
CLX will be available in the forthcoming Linux version of the Borland Delphi and C++Builder tools, code-named "Kylix." The Kylix Project is a native rapid application development environment for the Linux operating system, and will also be incorporated into the next Windows versions of Delphi and C++Builder.
www.delphizine.com /news/2000/10/di200010BorlandCLX_n/di200010BorlandCLX_n.asp   (127 words)

  
 Overview of the VCL for .NET   (Site not responding. Last check: 2007-10-31)
Borland has included experimental versions of the VCL (Visual Component Library) for.NET in an update to the Delphi for.NET preview, which is available for download by registered users.
CLX is now the official term describing the entire component framework that is used in Delphi, C++Builder, and Kylix.
Qt, a class library from TrollTech, is used as the graphical API for VisualCLX.
bdn.borland.com /article/0,1410,29460,00.html   (3177 words)

  
 Ultimate++
C++ is a great programming language but C++ programmers are sometimes hampered by the lack of effective libraries.
U++ libraries enable genuine productivity gains with shorter development times and greatly reduced application source code size.
Rapid development is achieved by the smart and aggressive use of C++ rather than through fancy code generators.
upp.sourceforge.net   (271 words)

  
 xrefer - news & events
Eight library systems in total have chosen to purchase access to Xreferplus to provide online reference material for their library users for an initial period of two years.
In addition, each Reference Universe query is automatically matched against the library's local print and electronic reference holdings, facilitating research for patrons and librarians who, up until now, had to separately research their local printed collections and their full-text electronic reference databases.
Institutions whose libraries purchase access to Who's Who 2005 online via xrefer will enable their users to search and browse for anyone whose biography has been included in the latest edition of the famous reference work.
www.xrefer.com /news/index.jsp?m=03:30   (3153 words)

  
 Ask the Experts   (Site not responding. Last check: 2007-10-31)
Many times there are disagreements of what is truly BI verses operational (such as reporting) and what components should be supported.
Because you are performing the benchmarks to determine your platform, and because you do not want to have to change out platforms as you grow, be sure to build the benchmark using volumes that are at least three times your expectations.
He has worked in multiple platforms and his experience spans operational and data warehouse environments.
www.dmreview.com /editorial/online/ate_main.cfm   (3451 words)

  
 Borland Kylix Product Description- MSMIAMI.com
Kylix 3 shares the same CLX (Component Library for Cross-Platform) library and designers as Delphi 6 and C++ Builder 6.
CLX based applications developed in Kylix 3 for Linux, including both source code and projects, can be recompiled in Delphi 6 and C++ Builder 6 for Windows and vice-versa.
Any open source license that requires shipment of sources of linked proprietary libraries is not compatible.
www.msmiami.com /html/pages/products/kylix/description.htm   (451 words)

  
 Notes on the code for Twootie CLX: Linux programmers needed
They are Delphi 6 (in Windows), Kylix 2 (in Linux) and the "Component Library, cross-platform", also known as CLX.
CLX is a cross-platform library, and it allows the programmer to develop an application that (with some adjustments) runs in both Windows (98, 2000, NT, and XP) and in Linux.
Turbo Pascal had a standard library of functions some of which are not found in Delphi.
www.ucc.uconn.edu /~wwwphil/clxnotes.htm   (1798 words)

  
 Platform Lab Hardware Options
Platform Lab offers a wide variety of hardware, software and operating system options to help create the exact environment that you need to conduct your testing, drills, or classes.
Platform Lab draws upon resources available from Ohio Supercomputer Center, Ohio State University and our numerous vendors to fulfill client specifications.
Please inquire to Platform Lab for a particular operating system to be included in your configuration.
www.platformlab.org /software-options.asp   (3444 words)

  
 database crossplatform library
Important information on database crossplatform library, that you need.
The BSD database library for C (version 1).
The ClanLib Game SDK is a crossplatform game library designed to ease the work for game developers...
www.software-again.com /articles/41/database-crossplatform-library.html   (443 words)

  
 Borland Speeds Linux(R) Into the Mainstream With Kylix(TM)
Kylix is the first native rapid application development (RAD) environment for the Linux(R) operating system (OS) combining an intuitive visual design environment, optimizing compiler, interactive debugger and comprehensive component suite to give developers the tools they need to deliver Web, desktop and database applications on Linux fast.
Modeled after the award-winning component library of Borland Delphi and C++Builder(TM), CLX will simplify the migration of today's Windows-based applications onto the Linux platform.
Borland is the vendor of choice for professional e- business solution providers who demand a vendor-independent implementation platform that supports rapid time to market, high productivity, performance and availability.
www.prnewswire.com /cgi-bin/stories.pl?ACCT=104&STORY=/www/story/01-31-2001/0001416569&EDATE=   (780 words)

  
 Borland hopes to tow Windows programmers toward Linux | CNET News.com
The CLX components can "wrap" similar software components used by existing Linux software such as the KDE desktop interface.
Though Borland supports the connection to KDE, it's leaving support for the competing Gnome desktop to the open-source community, where programmers already are working on the project, Borland executives said.
The CLX components are available under a dual license--one that permits use in proprietary software and a second, the General Public License, for use with open-source software.
news.com.com /2100-1001-251850.html   (716 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.