CShellBrowser: Bug
Brought to you by:
kprobst
The CShellBrowser class was not updated to reflect the
changes in modCBDeclares so it fails to run. Specifically,
change line 87 from this:
ubi.lpfn = GetProcAddress(AddressOf BFFCallback)
to this:
ubi.lpfn = cbxGetProcAddress(AddressOf BFFCallback)
This will be corrected in release 2.1. In the meantime
please download the updated class from
http://www.vbbox.com/vb/codebox/Utility/?
duid=C59DD0265E104B118E8E03A73F4FF35A
Thanks.
Logged In: YES
user_id=677921
Note that this problem occurs only if CBX_BFF_CALLBACK is
#defined. See the documentation page for more information.
Logged In: YES
user_id=677921
Fixed for 2.1