Tag:VS2019
-
Time:2021-1-14
1. Select the row to align 2、CTRL+K 3、CTRL+F Before alignment: After alignment: Supplement: Code alignment and other shortcut keys in VS In VS2008, after selecting the code, press Ctrl + K + F to align the code automatically. Note: press Ctrl and K first, then f, because Ctrl + F is the shortcut to find. […]
-
Time:2021-1-1
This paper introduces how vs2019 uses Windows desktop application module to create Windows 32 window, which is shared with you as follows: Header file project1. H: #pragma once #include “resource.h” Implementation file project1.cpp: //Project1.cpp: defines the entry point of the application. // #include “framework.h” #include “Project1.h” #define MAX_LOADSTRING 100 //Global variables: Hinstance hinst; // current […]
-
Time:2020-12-8
The main reason for the undefined end1 error in vs2019 is that endl is not end1, it is letter L, not number 1, so how to solve it? Let’s take a look at the detailed tutorial. Software name: Microsoft Visual Studio 2019 professional Chinese active Edition Software size: 1.13MB Update time: 2019-11-05Download now 1. The […]
-
Time:2020-11-27
origin Some time ago, some netizens encountered a strange problem, saying that he was on the machinevs2019compileC++Engineering report error. At that time, I had two doubts 1. The project setting is wrong. 2.vs2019It’s not installed. Since the simplest project is created, the compiler will report the same error, so the problem of project settings can […]
-
Time:2020-11-21
When using visual studio to write code, some partners may need to add extension components to the software, but they don’t know how to add them. How to add extension components? Let’s take a look at the detailed tutorial. Software name: Visual studio 2019 official version (with offline installation package) simplified Chinese version Software size: […]
-
Time:2020-10-10
Phenomenon: when installing vs2019, the following interface will exit after running, and the next installation interface will not pop up automatically Cause analysis: The running and installation environment of vs2019 is win10, while mine is win7 + 64 bit, which may be incompatible terms of settlement: Step 1: enter C: program files (x86) – […]
-
Time:2020-10-9
1、 Connect existing projects in vs2019 with remote libraries Creating remote library in GitHub First of all, create a library in GitHub, and do not check the option “readme” (when I try, if the project initially created on GitHub has readme, I always report errors when I push at the beginning and wait for answers). […]
-
Time:2020-10-8
Reprint the picture of the problem ——————————————– This is the wrong report Microsoft Visual Studio —————————The ‘referencemanagerpackage’ package could not be loaded correctly. This problem may be caused by a configuration change or the installation of another extension. You can view the file “C: users / administrator / appdata / roaming / Microsoft / Visual […]
-
Time:2020-10-7
The newcomer Xiaobai had problems with vs for the first time, as shown in the figure The main performance is: generation error occurred. Do you want to continue running the last successful buildAt this time, click “yes” and start to report the error in the above figure. The new Xiaobai’s solution If you just write […]
-
Time:2020-10-6
First, log in to the unit official website with the address attached https://unity.cn/releases First download unityhub, and the corresponding system will download it. I use windows 10 here, so I downloaded unity hub (win). unityHub As shown in the figure below 3. Click the settings button as shown in the figure below and select your […]
-
Time:2020-9-28
How to add parameters in vs? Property > configuration property > debug > space between command parameter parameters How to configure the header file of the third party library? Properties > C / C + + / general > attach include directory Execute CMD with administrator privileges Properties > linker > manifest file > UAC […]
-
Time:2020-9-15
After Microsoft released the official version of net core 3.0, I can’t wait to experience creating WinForm program under net core 3.0 with visual studio 2019. The creation method is very simple, similar to the previous version of visual studio. After the creation is completed, embarrassing things happen. You can’t use the form designer. Double […]