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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -