I was attempting to do my first Unicode build of the contrib plugins workspace, and the linker was unable to find the Unicode library for the Key Binder Plugin.
I looked at the directories under the linker and what it is currently:
$(#WX.lib)\gcc_dll
shouldn't it be:
$(#WX.lib)\gcc_dll$(WX_CFG)
I compiled C::B fine in Unicode build. Keybinder is the only one that can't seem to find the library. I think it is because the others include the WX_CFG variable. I keep my wxWidgets Unicode library build under $(#WX.lib)\gcc_dllu (& $(#WX.lib)\gcc_dllu\mswu).
On a side note, did the update batch file get updated to include the new Editor & Environment dialog graphics? The reason I ask is because I saw the graphics when I ran a previous build I did (ansi) in the build directory, and now it can't load the graphics since I copied the "updated" stuff to my development (not stable) C::B directory. It doesn't effect the performance--stuff compiles. It just brings up an annoying message telling me it can't load the images.
Thank you, and keep up the good work.
jmccay