Introduction - If you have any usage issues, please Google them yourself
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.