Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 15595

how to call api from python38.dll,run python without pythonw.exe?

$
0
0
how to call api from python38.dll,run python without pythonw.exe?
maybe call by cdecl:
Declare Function PyRun_SimpleString CDecl Lib "python25" (ByVal Str As String) As Integer

Private Declare Function PyEval_EvalCode Lib "python38.dll" () As Long

Private Declare Function PyAST_CompileEx Lib "python38.dll" () As Long
Private Declare Function PyAST_CompileObject Lib "python38.dll" () As Long
Private Declare Function PyAST_FromNode Lib "python38.dll" () As Long
Private Declare Function PyAST_FromNodeObject Lib "python38.dll" () As Long
Private Declare Function PyAST_Validate Lib "python38.dll" () As Long

Viewing all articles
Browse latest Browse all 15595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>