c++ - MSVS 2015 Profile Guided Optimization - Deploy Instrument Build on Various Machines -
i perform following:
- build instrumented pgo exe using msvs 2015 ide
- copy generated exe along .pgd file several other machines
- run exe command line on machines. note these machines not have msvs compiler on them.
currently, can run exe on machine compiled on , through ide option build->profile guided optimization->run instrumented/optimized application. if try run through command line (on of machines), following error:
the application unable start correctly (0xc00007b)
could please let me know if trying possible , steps make work if is? thanks.
to pgo instrumented version run on remote machines, had install msvs 2015 redistributable package use correct pgort140.dll. on local machine had following versions:
c:\program files (x86)\microsoft visual studio 14.0\vc\bin\pgort140.dll (49 kb)
c:\program files (x86)\microsoft visual studio 14.0\vc\bin\amd64\pgort140.dll (55 kb)
c:\program files (x86)\microsoft visual studio 14.0\vc\bin\arm\pgort140.dll (49 kb)
the 1 \bin causing error occur. had use dll \bin\amd64 exe run, copied version remote machines.
Comments
Post a Comment