visual c++ - Microsoft VC++ Runtime Library : abnormal termination -
we using vc ++ dll in vb 6.0 application. working in current server. plan deploy application in new server.
now when tried execute vb6.0 application throwing abnormal erro , closes vb 6.0 application.
i tried install vc++ redistributable package 2005 & higher.. not working..
please giude me pick correct version of redistributable package vb 6.0
thanks, gunasekaran sambandhan
1) use dependancy walker(depends.exe). application show dependancies needed vc++ dll.
2) show list of dlls. copy dlls directory vc++ dll exists.
3) if s vc++ mfc dll built "shared dll" option might need mfc dlls copied.
4) check correct c runtime library file msvcrt*.dll. file might required. although depends show these dependancies.
5) depends show whether there dependancy of c runtime library.
Comments
Post a Comment