visual-studio tag

144 questions


1 answers
123 views
0
Open3D Build Fails on Windows 10

I want to use Open3D in C++, so I'm building it based on the official article, but it doesn't work.Official Open3D Build ProcedureThe environment is also as follows:Windows 10Visual Studio 2017cmake 3...

2 years ago

1 answers
77 views
0
I want to reduce the time it takes to get RGB color for pixels (pixels) at a specified location.

[Visual Studio, VB] I want to shorten the time it takes to get RGB colors for pixels (pixels) at the specified locationCreating Windows form applications in Visual Studio 2017 Community.The pixel colo...

2 years ago

1 answers
86 views
0
How to debug javascript within the VisualStudio 2017 Django project

We are developing the Django project using VisualStudio 2017.I can't debug the javascript that I'm using.Could you tell me how to enable javascript debugging?I debugged the javascript code with a brea...


1 answers
46 views
0
How do I download the Visual Studio Community 2013 installation image?

Microsoft has announced Visual Studio Community 2013. I would like to use it, where can I get it from?

2 years ago

2 answers
48 views
0
I would like to use the program created in .NET Framework 4.5 as an installer package, but is it impossible to use VS2013 Express?

As Visual Studio 2013 Express cannot create a setup project, we downgraded to .NET Framework 3.5 and rolled back the development environment to develop on Visual Studio 2008 Pro (modified project file...

2 years ago

1 answers
43 views
0
Error with newer version than assembly referenced in SDK for VisualStudio 2019

We would like to develop using the SDK of VisualStudio 2019. Sample code https://github.com/Microsoft/VSSDK-Extensibility-SamplesI've tried using the ErrorList in , but I'm having trouble with the fol...

2 years ago

1 answers
135 views
0
Open External Symbols Occurred in relation to SOIL.lib

I'm in big trouble https://github.com/gameprogcpp/codeEven though I tried to copy chapter07 in to opengl's software called SOIL, I made the necessary entries for additional dependent files and additio...


1 answers
82 views
0
Project file error occurs in MSBUILD.

Run Environmentvisual studio 2019Windows 10 cmake --build.--config RELEASEcmake --build.--config RELEASE --target INSTALLThis error occurred when I ran this command. C:\pytools\dlib\examples\build>...


1 answers
53 views
0
Obtaining an Index When You Click a Control Stored in a Two-Dimensional Array

C# stores Label controls in a two-dimensional array as follows:this.labels=newLabel [8,4]; for (inti=0; i<labels.GetLength(0); i++) { for (int j=0; j<labels.GetLength(1);j++) { This.labels...

2 years ago

1 answers
44 views
0
How do I invoke a method from a class?

class sample { public void sample_method() { Test (); // Call Error } } public void test() { Console.WriteLine(Call Complete; }In this case, how do I write the test method to call it?visual studi...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.