c++ - VS2015 : The application was unable to start correctly (0xc000007b) -
i wrote code on visual studio 2015 windows 10 pc. application focused on udp communication , use boost libraries. works when move folder of code windows 7 receive error "the application unable start correctly (0xc000007b)". tried in windows 8.1 , after rebuilding libraries works.
what noticed when receive error not load .dll in other versions loads.
may problem boost? have ever experienced it?
0xc000007b error when try use x64 dlls in x32 application or other way around, copied wrong dlls. rebuild fixed this, prepared new dlls.
Comments
Post a Comment