|
|
WinPack DocumentationThe following documentation is currently available for WinPack:JavaDoc
Questions and Answers (FAQ)Answers to commonly asked questions about getting started and working with the WinPack. WinPack TroubleshootingContains description of common problems, their causes and suggests solutions. Mapping for Native Types to JNIWrapper ClassesReference table describing mapping of C/C++ types to JNIWrapper classes. This is useful when working with native methods calls within your java code. Mapping for Windows Types to JNIWrapper and WinPack ClassesWindows API includes many data types. If you need to use one of such types, use Windows-specific documentation such as MSDN to find out the actual C type that corresponds to it (e.g. LPSTR corresponds to char*) and use the relevant JNIWrapper type for the argument. You can also check the online Windows Data Types table available here. Installation InstructionsFor installation and troubleshooting instructions, please see the ReadMe.txt file inside the WinPack package. Release NotesEach new version of WinPack is supplied with updated Release Notes. To view version specific information, make sure to check the appropriate section inside What's New page before installing WinPack. |

