python - How to run c++ script written by different version of visual studio in cmd? -


now i'm trying use python subprocess module spawn 2 sub-processes, 1 of them running c++ source code using microsoft visual studio 2010 , 1 running c++ source code using microsoft visual studio 2012. how can achieve that?

the python code like:

import subprocess subprocess.popen(['run code1 visual studio 2010']) subprocess.popen(['run code2 visual studio 2012']) 

the reason why want cannot combine these 2 source code together, since use different visual studio system runtime. if know answer or how fix runtime problem, please give me advice, appreciated!!


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -