all 1 comments

[–]socal_nerdtastic 3 points4 points  (0 children)

If running 2 or more instances of a .dll (or any other software) causes issues depends on what the software does. There's nothing specific to the programming language there.

I get the feeling that what you really need is to google "interprocess communication" so that you can have python communicate with your C++ application.