visual-studio-2013

Compiling NTL library in Visual Studio 2013

淺唱寂寞╮ 提交于 2020-01-16 03:05:41
问题 I have downloaded NTL version 6.1.0 from http://www.shoup.net/ntl/download.html and having trouble compiling it in Visual Studio 2013. The documentation (http://www.shoup.net/ntl/doc/tour-win.html) only shows how to compile NTL in MSVC++ 6 which is not working in my case. I need to use the NTL library to code the prime number in my cryptography project - ElGamal Digital Signature Scheme. 回答1: Use the "File\New\Project From Existing Code..." menu item. In the first page of the "Create New

How to statically link to MSVCP120.dll in VS2013

时光怂恿深爱的人放手 提交于 2020-01-15 12:15:31
问题 When I launch .exe it gives error MSVCP120.dll is missing. How do I add statically link to project. Is it in Linker? Do I need to give path to MSVCP120.dll? 回答1: In general, you should not use static CRT linking as it creates a number of potential problems, security risks, and servicing concerns. You can require the VC++ REDIST package to be run (which requires admin rights) to install the 'system' version, you can use the VC++ MSM modules with your own MSI installer, or you can just use side

Multi Device Hybrid Apps on debugging using Ripple Emulator does not open chrome

混江龙づ霸主 提交于 2020-01-15 08:28:33
问题 I have created a blank project using Visual Studio 2013 CTP version for Multi Device Hybrid App template. When I run the project for Android platform using Ripple Nexus Galaxy, it does not open the chrome. The output window displays a message that Deployment succeeded. But does not really open the browser window. Is there a configuration that I need to look at? 回答1: When this issue occurs, what works is to exit Visual Studio, kill any Chrome processes from the task manager, and reboot the

targeting WP 8.0 app to WP8.1 app?

大城市里の小女人 提交于 2020-01-15 04:57:17
问题 I installed Visual Studio 2013 (With Update 2) and i was working on my Project in VS2012 for Windows Phone 8.0 And now i decided to Upgrade it to a Windows Phone 8.1 app so i followed the instructions and Targeted the app ! and everything's done successfully , BUT! the app now is (Windows Phone Silverlight 8.1) Picture: unlike other people who targeted to (Windows Phone 8.1) , there is a huge difference between the two types of the projects I can't use the new XAML controls - Windows.UI.XAML

targeting WP 8.0 app to WP8.1 app?

白昼怎懂夜的黑 提交于 2020-01-15 04:57:07
问题 I installed Visual Studio 2013 (With Update 2) and i was working on my Project in VS2012 for Windows Phone 8.0 And now i decided to Upgrade it to a Windows Phone 8.1 app so i followed the instructions and Targeted the app ! and everything's done successfully , BUT! the app now is (Windows Phone Silverlight 8.1) Picture: unlike other people who targeted to (Windows Phone 8.1) , there is a huge difference between the two types of the projects I can't use the new XAML controls - Windows.UI.XAML

Building Sencha Touch app for Windows 8 (not windows phone 8) Microsoft Surface

╄→гoц情女王★ 提交于 2020-01-15 04:53:13
问题 I want to build a a simple Sencha Touch-2.3.1 application generated by Sencha CMD to run it on Windows 8.1 Microsoft Surface Simulator. 1-I opened Visual Studio (2013) and created a new JavaScript Windows Store project. 2-Copied the generated Sencha Touch app files to my project. 3-Changed the start page from default.html to index.html. I then ran it on the simulator, but the application hangs at the blue loading screen with white dots. I opened the js console and found nothing in the log. Is

Custom DataGridView adds columns every time I build

与世无争的帅哥 提交于 2020-01-15 04:17:02
问题 I am writing an inherited DataGridView control which by default will have two columns. The DGV lives on a user control GeneralTabPanel which inherits from MainTabPanel which inherits from UserControl . Reason is MainTabPanel contains a virtual function that every inheriting panel must override. The problem is whenever I look at the GeneralTabPanel in the Designer and I hit Build, Visual Studio Express 2013 will generate two columns in the Designer and add them to the DGV. SuperDataGridView

Custom DataGridView adds columns every time I build

跟風遠走 提交于 2020-01-15 04:16:08
问题 I am writing an inherited DataGridView control which by default will have two columns. The DGV lives on a user control GeneralTabPanel which inherits from MainTabPanel which inherits from UserControl . Reason is MainTabPanel contains a virtual function that every inheriting panel must override. The problem is whenever I look at the GeneralTabPanel in the Designer and I hit Build, Visual Studio Express 2013 will generate two columns in the Designer and add them to the DGV. SuperDataGridView

Error installing Visual Studio Multi device Applications after update

巧了我就是萌 提交于 2020-01-14 18:55:19
问题 I have recently updated Visual Studio 2013 to version 4 and then I have tried to update Apache Cordova Multi Device Tools to the new version but I get an error saying its blocked and I have to uninstall the older version. I clicked the link http://go.microsoft.com/fwlink/?LinkID=518308&clcid=0x409 and tried to follow the instructions but it says in the CMD prompt that the file dosn't exist. I have checked and the Hybrid Apps CPT2.0 is not in my Programs and Features list so it's deleted ok

Visual Studio: How to have explicit type by default

99封情书 提交于 2020-01-14 18:52:09
问题 We have Visual studio(2013) and resharper(V9), and currently by default, when create a new variable, we always have the first proposal as var . We are kind of allergic of this var (this is our opinion,I can accept that other doesn't have the same, but that's not the point). We can select with the keyboard arrows the explicit type, but we would like have it by default. I'm not sure if that default comes from Resharper or from Visual Studio, but does anyone has an idea how to have the explicit