Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, May 29, 2013 6:48:11 AM(UTC)

Ryan  
Guest

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>

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, April 28, 2014 8:12:21 AM(UTC)
markaarnold

Groups: Registered
Posts: 4


For more info:

http://blogs.msdn.com/b/vcblog/archive/2012/09/28/10354327.aspx
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.072 seconds.