Page 1 of 1

plz help me, how to solve c++ runtime library error

Posted: Tue Jan 02, 2018 2:12 pm
by fanyao1983
http://i4.bvimg.com/626327/4cd6d60f82533d9a.png
http://i4.bvimg.com/626327/99fb653a11a5af9d.png

i played around with this problem for a month, it seems an impossible mission 4 me to solve out.
plzzzzz help me..
if solution needs to setup with c++ run time library ,plz tell me where to download it.
thanks

Re: plz help me, how to solve c++ runtime library error

Posted: Thu Jan 04, 2018 4:20 pm
by Enigma
If you are a developer of this application you could fix the problem by recompiling the exe file with the option "Use standard windows libraries". The problem appears because the file is using mcvc runtime libraries that cause such problem if the library is loaded dynamically (as EVB does). If you get rid of mcvc runtime libraries the problem will be also gone.