[SOLVED]_ftol2 could not be located in msvcrt.dll

I just made a simple terrain example into a p3d file with this extera code:

print(msilib.gen_uuid())

And it just worked.(i removed my SDK and Panda3d folder in app data before running)
From what i googled msvcrt.dll should not redistribute by final C++ application. that’s why microsoft invented vc++ runtimes which contain msvcrtxx.dll and … . i guess these act like a proxy for system msvcrt.dll (but i’m not a C++ developer) :wink: