Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.195.114 Times

PowerBuilder::ORCA 0.05

  Date Added: January 26, 2010  |  Visits: 1.142

PowerBuilder::ORCA

Report Broken Link
Printer Friendly Version


Product Homepage
Download (157 downloads)



PowerBuilder:: ORCA is a Perl interface to PowerBuilder ORCA API. SYNOPSIS use PowerBuilder::ORCA qw/:const/; #open new ORCA session my $ses=new PowerBuilder::ORCA([d:WORKCxsPowerBuilderORCApbtest.pbl], d:WORKCxsPowerBuilderORCApbtest.pbl, pbtest); #now, it is possible to carry out manipulations with objects my $rc=$ses->Export("pbtest.pbl","f_is_dir",PBORCA_FUNCTION,$buf); my %h; $ses->EntryInfo("pbtest.pbl","f_db_connect",PBORCA_FUNCTION,%h); #close session $ses->Close(); This module enables to use Powersoft Open Library API (ORCA) from Perl. ORCA is software for accessing the PowerBuilder Library Manager functions that PowerBuilder uses in the Library painter. A perl script can use ORCA to do the same kinds of object and library management that the Library painter interface provides. ORCA was created for CASE tool vendors as part of the Powersoft CODE (Client/Server Open Development Environment) program. CASE tools needed programmatic access to PowerBuilder libraries to create and modify PowerBuilder objects based on an application design. To execute programs using ORCA API it is necessary to have pborcNN.dll, which is part professional and enterprise versions of PB, where NN - number of PB version. For example, PowerBuilder version 6 - pborc60.dll..

Requirements: No special requirements
Platforms: Linux
Keyword: Api Interface Libraries Library Orca Perl Powerbuilder Powerbuilder Orca Api Powerbuilderorca Programming
Users rating: 0/10

License: Freeware Size: 48.13 KB
USER REVIEWS
More Reviews or Write Review


POWERBUILDER::ORCA RELATED
Libraries  -  clipsmm 0.0.7
clipsmm is a C++ interface and library for CLIPS. CLIPS is an environment for creating rule-based and/or object-based expert systems. clipsmm extends the CLIPS C API in several ways: CLIPS Environments are encapsulated in an Environment object...
419.84 KB  
Programming  -  Java Speech User Interface Library 1.0
Speech based User Interface Components Library for Java is a project to create Java controls and applications that can be used not only by literate people but also by non-literates. Speech and visual element with minimal text is used to create...
607.11 KB  
Programming  -  Millstone 3.1.0
Millstone is Web user-interface component library for Java programmers. Millstone lets you program user interfaces on the server side in a clean, object-oriented manner without getting your hands dirty with XHTML, CSS, JavaScript, and browser...
4.2 MB  
Education  -  clipsmm - A C++ CLIPS Interface 0.1.0
clipsmm is a C++ interface and library for CLIPS. CLIPS is an environment for creating rule-based and/or object-based expert systems. clipsmm extends the CLIPS C API in several ways: CLIPS Environments are encapsulated in an...
481.28 KB  
Science  -  K8055 User Interface and Library (Mac) 1.0
K8055 User Interface is a Mac OS X based Cocoa application for controlling the Velleman K8055 USB interface. Included is a static library which can be used for developing other applications and closely replicates the Velleman Windows .DLL functions.
143.26 KB  
Libraries  -  Audio::Moosic 0.09
Audio::Moosic is a Moosic client library for Perl. SYNOPSIS use Audio::Moosic; $moo = Audio::Moosic::Unix->new(); $moosic->append(/home/me/somewhat.ogg); $moosic->play; print $moosic->current, "n"; $moosic->pause; ... Audio::Moosic...
9.22 KB  
Libraries  -  Multi-Agent Grid Engine library 0.1.3
Multi-Agent Grid Engine library is an experiment aimed to make a programming tool for creation of autonomic systems..
696.32 KB  
Libraries  -  Easy Game Library 20040323
Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites. It should compile on different platforms because it uses SDL library...
58.37 KB  
Programming  -  Dynamic Gui for Perl 35
This project aims to add the ability to create a graphical user interface (gui) dinamically for Perl programs. Main features are the ability to specify gui of programs on external files and the usage of a simple script language to define navigation.
168.76 KB  
Programming  -  libdc1394 2.1.2
libdc1394 is a library that provides a complete high level application programming interface (API) for developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specifications (also known as the IIDC or...
573.44 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB