I have a vc6 application and using python27.dll.
if the runtime environment have python27/lib/* files, it's be ok.
but no python27/lib/* files,the application will termination.
I have using Process Monitor and watch process will load many py. (like os.py...)
and I saw vc6 message window show "Python failed to load the default activation context" message. (I trace message occur at dll_main in dl_nt.c)
how to using python27.dll and no other lib/files....?
before using python23.dll , it's run all right.