wpkg 0.8.3 available

Ooops! I just created version 0.8.3 since someone pointed out that to run wpkg.exe or wpkg64.exe one needed to install the usual programmer DLLs. (the infamous MSVCR100.dll and MSVCP100.dll files!)

Now I put a quick fix in 0.8.3 which generates a problem for the DLL versions of the different libraries because these are now compiled with /MT and /MTd which is not compatible with proper DLLs. If you want to use the DLLs, I suggest you look into recompiling wpkg first, or use 0.8.2 or 0.9.0 (which is about to be published, I still need to find out why Doxygen does not generate the function's documentation!)

Note that this is the only change between 0.8.2 and 0.8.3. The /MT instead of /MD.

This version can be downloaded here:

https://sourceforge.net/projects/unigw/files/wpkg/0.8.3/