The attached patch applies to 1.0.2 RC2 to correct the
Win32 build (all versions of VC++) in Release
configuration. The "axPlugin" project has an incorrect
library search path -- the Release config is looking in
the Debug directory. This corrects that behavior.
The change is one-line in the .dsp and .vcproj. I have
only tested the change on VC++ 7.1 since that is all I
have, but I believe it will operate correctly on all
three compiler versions.
Patch to correct axPlugin build in Release configuration