visual studio 2010 - Windows XP: the application failed to initialize properly (0xc0000005) error for my MFC app -


i have mfc dialog based installer. running fine on every os except windows xp doesn't initiate , gives error. enter image description here

i have c++ runtime environment installed on machine.

what may cause of error? need change project properties visual studio? how solve ? thanks.

use depends.exe (a tool can find on internet) see dlls exe needs. need provide of dlls installer.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -