I should be possible to replace all of the direct db* calls in devsupMain.cpp with indirect calls through _dbapi using the python interpreter. This would allow softIocPy* to be linked only with Com (and potentially not even than), so _dbapi to be linked "statically" without duplicate symbols, and the associated insanity.
@pheest fyi.
I should be possible to replace all of the direct
db*calls indevsupMain.cppwith indirect calls through_dbapiusing the python interpreter. This would allowsoftIocPy*to be linked only withCom(and potentially not even than), so_dbapito be linked "statically" without duplicate symbols, and the associated insanity.@pheest fyi.