精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● Powerbuilder>>程序打包与发布>>给exe设定路径及dll文件的含义说明

主题:给exe设定路径及dll文件的含义说明
发信人: geng_sm()
整理人: leitiger(2002-06-05 23:53:56), 站内信件
【 在 jeff_xiong (bear) 的大作中提到: 】
: 小人初学pb感觉不错但今天把一个应用做成exe文件后无法连接上sql anywhere 
: 制作 的数据库.(用profilestring 从ini 文件中得到信息)
: 而在pb 中该程序能正常运行.我该整么办

1.在Windows注册表以下位置,加一个名称与你的应用程序同名的键,
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths
\
2.将这个键的默认值改为exe文件的代路径名称,如:"c:\temp\a.exe"
3.再在这个键中加入一个名为Path的串值,在这个值中写入EXE文件所在目录。

如果在没有安装过PB的机器上动行这程序,应将PB中相应的*.DLL文件复制到
应用程序工作目录中。

Minimum Required 32bit DLL's
DLL Name Description 
PBBGR050.DLL Business Graphs, Provide all graphing functions  
PBDWE050.DLL Datawindow Engine, Provide all Datawindow functions  
PBROI050.DLL OL2 2, COM Support  
PBRTE050.DLL PowerBuilder Runtime Engine, used to execute your applica
tion functions, this is required by p-code and machine code  
PBRTF050.DLL PowerBuilder Runtime Functions, used to execute your appl
ication functions, this is required by p-code and machine code  
PBSHR050.DLL Storage Manager, Print Support and Other Functions, used 
to allocate memory and track objects  
PBTYP050.DLL System Object and Function Definitions  

Optional 32bit DLL's
DLL Name Description 
PBDBL050.DLL Database Interface for PBSYB, PBMDI and PBNET  
PBDBT050.DLL Database Interface for PBSYC  
PBDPB050.DLL Distributed PB, Local Driver Interface  
PBDSE050.DLL Distributed PB Interface  
PBIDBF050.DLL Datawindow Import dBase  
PBIN050.DLL DATABASE Interface for Informix 5  
PBITXT050.DLL Datawindow Import Text  
PBMDI050.DLL DATABASE Interface for Sybase MDI  
PBMSS050.DLL DATABASE Interface for SQL Server  
PBNET050.DLL DATABASE Interface for Net Gateway  
PBNPC050.DLL Distributed PB Named Pipes Client Interface  
PBNPS050.DLL Distributed PB Named Pipes Server Interface  
PBO71050.DLL DATABASE Interface for Oracle 7.1  
PBO72050.DLL DATABASE Interface for Oracle 7.2  
PBODB050.DLL DATABASE Interface for ODBC 1  
PBOSC050.DLL Distributed PB Open Server Client Interface  
PBOSS050.DLL Distributed PB Open Server Server Interface  
PBRTC050.DLL Rich Text Support  
PBSMI050.DLL Distributed PB  
PBSYB050.DLL DATABASE Interface for Sybase DBLIB  
PBSYC050.DLL DATABASE Interface for Sybase CTLIB  
PBWSC050.DLL Distributed PB Winsock Client Interface  
PBWSS050.DLL Distributed PB Winsock Server Interface  



--
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.96.135.116]

[关闭][返回]