c++ - Runtime error due to WTTlog.DLL? -
i'm running vc++ code in vs2008 in win8 os.
when click on "f5" (run project), see errro message below
"the program can't start because, wttlog.dll missing computer. try reinstalling program fix problem"
i manually copied wttlog.dll release/debug folder in vs project i'm running. still error.
can kindly me if need copy wttlog.dll specific location ? tried registering dll,but getting message like
"the module wttlog.dll loaded entry point dllregiterserver not found".
1) can kindly let me know how execute vc++ solution without getting wttlog.dll error ?
2) reason error ?
thanks in advance.
this file part of microsoft driver test manager/studio.
the file location should this..
'c:\program files\microsoft driver test manager\studio\wttlog.dll'
or
c:\program files (x86)\windows kits\8.0\hardware certification kit\tests\[architecture]\nttest\driverstest\storage\wdk
or
c:\program files (x86)\windows kits\8.1\hardware certification kit\controller
or
c:\windows\assembly\gac\
make sure while installing installing wtt(testing tool) client..
if not
try (re)placing dll there , should done problem,
windows driver kit required or windows testing tool..
i hope ... :)
Comments
Post a Comment