I'm porting an application over from CVF. Still having some problems, but now I'm trying to figure out what runtime libraries I need to distribute with my program. I'm using multi-thread DLLs.
Is there a runtime distribution "kit" or something??
Thx,
Wes
链接已复制
1 回复
Not yet - it's on our "wish list". Please register your desire for this by filing a feature request with Intel Premiere Support.
I suggest getting Dependency Walker, a great tool for seeing which DLLs your program or DLL depends on. That will tell you which DLLs you need to distribute.
I suggest getting Dependency Walker, a great tool for seeing which DLLs your program or DLL depends on. That will tell you which DLLs you need to distribute.