/py2exe

py2exe by using python3.dll.

Primary LanguageC++MIT LicenseMIT

py2exe

py2exe by using python3.dll.

脑子抽抽了用LoadLibrary去调用pythonx.dll了,重写。

TODO LIST :

  • Start a separate thread to call pythonxx.dll
  • ...........
  • studio cannot be used after using AttachConsole

cmd.exe is a application so freopen("CONIN$", "r+t", stdin); after using AttachConsole is not completely valid!In addition, another reason for the input problem is that cmd.exe does not know if it needs to wait. (WinMainCRTStartup) Can see c++ - Console showing when running winapi program - Stack Overflow