studio tag

324 questions


2 answers
45 views
0
How do I embed binary files into a program to view them in Visual Studio's C++ development?

Visual Studio's C++ development is looking for ways to embed binary files into the program and browse through the program.For C and C++ development in gcc, I think it is possible to embed binary files...

2 years ago

1 answers
65 views
0
ListView to Fragment or ListView to new Activity?

Now I'm creating an app for music scores, and first, the list of songs is ListView and appears as TextView.I am still a beginner in programming and Android Studio, but I would like to see the score of...


1 answers
99 views
0
Error running exe file in Windows 10: Access violation at address

When I run 'xxxxxx.exe' on Windows 10, I get the following error and I can't process it.Access violation at address0066472F in module 'xxxxxx.exe'.Read of address0000007C.If the above error occurs, pl...

2 years ago

1 answers
73 views
0
Build Fails in Android Studio

We are developing a hybrid app with ionic.When I build an ionic environment and build with Android studio, I get the following error:Task 'assembly' not found in root project 'app'. at the terminalion...


1 answers
83 views
0
How do I increase my IDE memory on Android Studio?

Recently I've been developing several projects and I've noticed that loading and starting IDE Android Studio takes too long.After that, I wonder how to increase the memory of IDE's Android studio?To s...

2 years ago

1 answers
115 views
0
After updating to Visual Studio 2019 Ver16.9.2, the Xamarin forms iOS Release Build failed to find the provisioning file.

At Visual Studio 2019, we are developing iOS and Android apps using xamarin forms (for the first time with Xamarin forms).I was able to register the release version in the App Store the other day, but...

2 years ago

1 answers
59 views
0
The import statement is not recognized by Android Studio.

We are currently developing an Android app.Even though it is imported on the library class, the import statement is not reflected and it is in the red as follows:As a result, the gradle syncs, but whe...


2 answers
99 views
0
Trouble with double variable ddx_text on VC2015.

I am creating a win32 dialog-based app in the Visual Studio 2015 Community Edition MFC, and I am having trouble with the mysterious behavior of ddx_text in the release version.It looks normal in the D...

2 years ago

1 answers
62 views
0
Is there a way for Visual Studio C++ development to embed binary files into a static library and use them from the executable?

I'm looking for a way to embed the binary file into a static library and link it to the executable.How do I embed binary files into a program and browse them in Visual Studio C++ development?Add Binar...

2 years ago

1 answers
89 views
0
SourceTree Cloned Files Are Changed Due to Line Break Code Mismatch in VisualStudio 2013

Install Git, SourceTree and VisualStudio on new PCs as the environment transitions take placeWhen I cloned from the repository, a title event occurred.It did not occur in the previous environment.Old ...

« - 19 - »

© 2024 OneMinuteCode. All rights reserved.