I have a VB 6 application that uses a date picker. When trying to access the form that uses date picker on a Windows 7 machine, gives an error "you must specify a license string for the control". On an earlier occasion, simply re-registering the control
MSCOMCTL.OCX and/or MSCOMCT@.dll using regsvr32 solved the problem. However, when two of my customers attempt to re-register now, on two separate Windows 7 machines I get the following error.
"The procedure entry point wow64enablewow64fsredirection could not be located in the dynamic link library kernel32.dll"
Anyone else run into this before? Any suggestions?
TIA.