文件名称:skin3pb
介绍说明--下载内容均来自于网络,请自行研究使用
在PowerBuilder中调用Skin++:
1、导入Rect结构定义,将rect.srs导入到程序PBL中,这样程序中就有名为Rect的结构定义了。Rect结构在Skin++的接口中要用到。
2、拷贝下面的 中所有的函数定义到工程Application的全局外部函数定义区域
3、Skin++调用,在Application的Open的开头添加如下:
string strSkinfile = .\PixOS.spp
sppLoadSkin(strSkinfile,false)
4、编译运行,调用成功。
注意事项:
Skin++采用动态链接库时由于在Skin++ DLL的DLL_PROCESS_DETACH中调用了sppExitSkin函数,所以用户不需要在程序中调用sppExitSkin,Skin++会自动释放所占资源。-In PowerBuilder call Skin++: 1, import Rect structure definition, PBL will rect.srs imported into the program, so there is a program called Rect structure definition. Rect structure in Skin++ to use the interface. 2, copy all of the following function definitions to the project Application of the global external function definition region 3, Skin++ call, the beginning of the Application of the Open to add the following: string strSkinfile = ' . \ PixOS.spp' sppLoadSkin (strSkinfile, false) 4 , compile and run, call a success. Note: Skin++ using dynamic link libraries in the Skin++ DLL as the calling of the sppExitSkin DLL_PROCESS_DETACH function, so users do not need to call in the program sppExitSkin, Skin++ will automatically release the share of resources.
1、导入Rect结构定义,将rect.srs导入到程序PBL中,这样程序中就有名为Rect的结构定义了。Rect结构在Skin++的接口中要用到。
2、拷贝下面的 中所有的函数定义到工程Application的全局外部函数定义区域
3、Skin++调用,在Application的Open的开头添加如下:
string strSkinfile = .\PixOS.spp
sppLoadSkin(strSkinfile,false)
4、编译运行,调用成功。
注意事项:
Skin++采用动态链接库时由于在Skin++ DLL的DLL_PROCESS_DETACH中调用了sppExitSkin函数,所以用户不需要在程序中调用sppExitSkin,Skin++会自动释放所占资源。-In PowerBuilder call Skin++: 1, import Rect structure definition, PBL will rect.srs imported into the program, so there is a program called Rect structure definition. Rect structure in Skin++ to use the interface. 2, copy all of the following function definitions to the project Application of the global external function definition region 3, Skin++ call, the beginning of the Application of the Open to add the following: string strSkinfile = ' . \ PixOS.spp' sppLoadSkin (strSkinfile, false) 4 , compile and run, call a success. Note: Skin++ using dynamic link libraries in the Skin++ DLL as the calling of the sppExitSkin DLL_PROCESS_DETACH function, so users do not need to call in the program sppExitSkin, Skin++ will automatically release the share of resources.
相关搜索: PowerBuilder
(系统自动生成,下载前可以参看下载内容)
下载文件列表
使用说明.txt
SkinPPPowerBuilder.dll
PixOS.ssk
rect.srs
SkinPPPowerBuilder.dll
PixOS.ssk
rect.srs