Text in error window:
“The procedure entry point EncodePointer could not be located in the dynamic link library KERNEL32.dll”
Found in:
Comodo Dragon version “21.0 (portable)”
Replication:
Launch portable version in old version of windows, eg WinXP SP1 (32 bit)
Additional info:
This looks to be a compiler linker configuration problem. See MS info on the error
Link: http://support.microsoft.com/kb/2005279
Title: “Application statically linked with Visual C++ 2010 C/C++ runtime fails to launch with error ‘The procedure entry point EncodePointer could not be located in the dynamic link library KERNEL32.dll’.”
Recommendation:
Per the link:
“stop statically linking the C/C++ runtime into the application, and instead rely on the runtime installed on the host OS”
Thank you…