Import python dll in to Qt cpp
-
wrote on 30 Sept 2022, 10:00 last edited by
can we use python dll in Qt cpp, if possible how to do pls suggest.
-
@harsha123 What Python DLL do you mean? Python itself is a script language.
-
wrote on 30 Sept 2022, 10:36 last edited by
@harsha123
As @jsulm has said. You can embed Python script/code into C++ if that is what you really mean.
1/3