Hello everyone,
Sometimes you need to get the md5 amount of the mini soft when running the software when you attach this mini soft as a plugin. For the windows solution, I have this code:
Is there a similar mac (means GetModuleFileName() - <= 10.9 ) for all macOS versions or do ypu haveexample on c++ via BundleID?
If you have any ideas, it would be nice to hear them…project on c++
Sometimes you need to get the md5 amount of the mini soft when running the software when you attach this mini soft as a plugin. For the windows solution, I have this code:
Code:
LPTSTR strDLLPath1 = new TCHAR[_MAX_PATH]; ::GetModuleFileName((HINSTANCE)&__ImageBase, strDLLPath1, _MAX_PATH);
ss << “{\n “sum_artifact”: “” << md5.digestFile(strDLLPath1) << “”\n}”;
Is there a similar mac (means GetModuleFileName() - <= 10.9 ) for all macOS versions or do ypu haveexample on c++ via BundleID?
If you have any ideas, it would be nice to hear them…project on c++