|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?站点注册
×
本帖最后由 chinajsken 于 2015-6-4 15:39 编辑
Add the following to your application library list:
- advguicontrols.pbl
- advguiobjects.pbl
- advguithemes.pbl
For PowerBuilder 9 and 10, you will also need to add canvas.pbd to your library list. In some cases you may need to recreate the canvas.pbd file depending on your exact version of PowerBuilder 9 or 10. You can do this with the pbx2pbd PowerBuilder PBNI utility.
In a command prompt, run the following after moving the canvas.pbx file to a new directory called C:\temp\:
PB9
C:\Program Files\Sybase\PowerBuilder 9.0\SDK\PBNI\pbx2pbd900.exe c:\temp\canvas.pbd c:\temp\canvas.pbx
PB10
C:\Program Files\Sybase\PowerBuilder 10.0\SDK\PBNI\pbx2pbd100.exe c:\temp\canvas.pbd c:\temp\canvas.pbx
Now move the newly created canvas.pbd file to the same directory as your application.
|
|