WinPack Documentation

The following documentation is currently available for WinPack:

JavaDoc

Online Documentation: WinPack for JNIWrapper (JavaDoc) [new] html zip

API Differences Between WinPack 3.0 and 3.5 [new] html

Questions and Answers (FAQ)

Answers to commonly asked questions about getting started and working with the WinPack.

WinPack Troubleshooting

Contains description of common problems, their causes and suggests solutions.

Mapping for Native Types to JNIWrapper Classes

Reference 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 Classes

Windows 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 Instructions

For installation and troubleshooting instructions, please see the ReadMe.txt file inside the WinPack package.

Release Notes

Each 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.