List of runtime files
All PowerBuilder runtime DLL files are digitally signed (starting
from PowerBuilder 2019 R2).
Database connectivity
Files required for database connectivity are listed separately
in Database
connections.
Core runtime files
The following table lists the core PowerBuilder runtime
files.
Name |
Required for |
---|---|
pbvm.dll |
All. |
libjcc.dll (required in 32-bit libsybunic.dll (required in 32-bit pbshr.dll pbuis.dll |
All. pbvm.dll has dependencies on these |
libjtml.dll (required in 32-bit libjutils.dll (required in 32-bit nlwnsck.dll (required in 32-bit |
All. libjcc.dll has dependencies on these |
AtlAuxiliary.dll |
InkEdit and InkPicture support |
pbacc.dll, PBAccessibility.dll |
UI accessibility and automation support (Section The UI accessibility and automation support |
pbcomrt.dll (required in 32-bit |
COM/COM+ support |
pbcrypt.dll |
Encryption and decryption support |
pbdpl.dll |
Data pipeline support |
pbdwe.dll pbdwr220.pbd (required in |
DataWindows and DataStores |
pbresource.dll |
PowerBuilder resource file |
pbsysfunc.dll |
System functions |
pbtra.dll pbtrs.dll |
Database connection tracing |
Microsoft files
When you deploy the core PowerBuilder runtime files, you must also
deploy the Microsoft Visual C++ runtime libraries, if they are not
present on the user’s computer. The PowerBuilder runtime files have a
runtime dependency on these files. See Third-party components and deployment for
more information.
-
For 32-bit: vcruntime140.dll, concrt140.dll,
msvcp140.dll -
For 64-bit: vcruntime140.dll, vcruntime140_1.dll,
concrt140.dll, and msvcp140.dll
Additional runtime files
The following table lists additional runtime files that your
application might not require. For example, pbvm.dll is required for all
deployed applications, but pbrtc.dll and its associated runtime files
are required only if your application uses Rich Text controls or
RichText DataWindow objects.
Name |
Required for |
---|---|
pbcompression.dll |
Compression and extraction support (used by |
PBDOM.pbx |
PB DOM |
PBDotNet.dll, PBDotNetInvoker.dll, |
.NET assembly calls |
PBDWExcel12Interop.dll, |
MS Excel12 support |
pbhttpclient.dll |
HTTPClient support |
pbjson.dll |
JSON support |
pblab.ini |
Label DataWindow presentation-style predefined |
PBMSText.dll, pbrtc.dll |
Microsoft RichEdit Control (64-bit) |
pboauth.dll |
OAuth 2.0 support |
pbpdf.dll, pdflib.dll |
NativePDF support (Saving DataWindows as PDF files |
pbpdfbuilder.dll, pdflib.dll, NotoSans-Bold.ttf, |
PDFBuilder support |
pbrestclient.dll (and its dependent DLLs: |
RESTClient support |
PBRibbonBar.dll (and its dependent DLLs: |
RibbonBar support |
pbsmtpclient.dll, libcurl8_0_1.dll |
SMTPClient support |
pbtabbedbar.dll |
TabbedView support |
pbtheme.dll, pbjson.dll, and “theme” (“theme” folder must be manually copied from |
UI theme support |
pbtxtext.dll, pbrtc.dll, mfc120u.dll, msvcr120.dll, |
TX Text Control ActiveX |
pbwebbrowser.dll, webbrowserapi.tlb, and “PBWebView2” folder is required |
WebBrowser support |
PBXerces.dll, xerces-c.dll |
XML support (for DataWindowsDataStores and Web |
Installed path
%systemdrive%Program Files
(x86)AppeonCommonPowerBuilderRuntime [version].
The Sybase DLLs are installed to %AppeonInstallPath%PowerBuilder
22.0DotNETin.
The Sybase.PowerBuilder.DataWindow.Excel12.dll file will be
automatically installed to the Windows GAC folder, for example,
C:WindowsMicrosoft.NETassemblyGAC_MSILSybase.PowerBuilder.DataWindow.Excel12,
if you run the MSM or MSI package. However, if you manually copy runtime
DLLs to the client (instead of using the MSM or MSI package), make sure
to copy the Sybase.PowerBuilder.DataWindow.Excel12.dll file to the same
directory as the application executable, as this file is a C# assembly
DLL and cannot be loaded through the environment variable.
Deployment path
Same directory as the application, in a directory on the system
path, or in the App Path registry
key.
Registry entries
Localized runtime files
Localized runtime files are provided for French, German, Italian,
Spanish, Dutch, Danish, Norwegian, and Swedish. These files are usually
available shortly after the general release of a new version of
PowerBuilder. The localized runtime files let you deploy PowerBuilder
applications with standard runtime dialog boxes in the local language.
They handle language-specific data when the application runs.
For more information, see Localizing the product.