redistributable - Redistribute dll files -
i reading manual , found following information:
your application should:
link against assembly “streamsdk_dotnet.dll”.
redistribute:
“streamsdk_dotnet.dll”
“streamsdk_cpp.dll”
“microsoft.vc8.crt” (x86) or “microsoft.vc9.crt” (x64).
have .net framework 2.0 or later installed.
the managed code in assembly requires unmanaged code in c++ sdk
i not sure how redistribute dll files in program. suggestion?
well, zip files together, , distribute that, or use program create installers stuff such this: http://www.advancedinstaller.com/, include dll files parts of program, install , can give out single installer msi package.
Comments
Post a Comment