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

Issues related to Enigma Virtual Box
Post Reply
fanyao1983
Posts: 3
Joined: Tue Jan 02, 2018 2:00 pm

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

Post 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
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

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

Post 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.
Post Reply