LEADTOOLS Support
General
General Questions
Deploying a C# or VB.NET WinRT application.
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, May 29, 2013 6:48:11 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Our WinRT libraries are internally built from Native C++ libraries. So just as with our .NET libraries you still need to deploy the C++ Runtime files with your WinRT application.
To handle this you can add a dependency in your projects Package Manifest.
Add the following tag your PackageManifest file:
<Dependencies>
<PackageDependency Name="Microsoft.VCLibs.110.00" MinVersion="11.0.0.0" />
</Dependencies>
#2
Posted
:
Monday, April 28, 2014 8:12:21 AM(UTC)
Groups: Registered
Posts: 4
For more info:
http://blogs.msdn.com/b/vcblog/archive/2012/09/28/10354327.aspx
LEADTOOLS Support
General
General Questions
Deploying a C# or VB.NET WinRT application.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.