studio tag

324 questions


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
61 views
0
Layout for FHD (1080x1920) on Android

How can I create a layout for FHD (1080x1920) on Android?The problem is that I want to separate the layout of FHD+ or Quad HD+ from FHD, but it looks like this:Here's what I've tried:1.Create layout f...


1 answers
89 views
0
Hot Reload and Build Defects in flutter vscode simulator emulaor

Introducing flutter using flutter vscode androidstudio xcodeHotreload does not work on xcode and AndroidstudioPress run to work properly on each simulator.Both hotreload and run work on AndroidThe sam...


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
54 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
46 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

2 answers
75 views
0
Development of Android External NFC

I developed an attendance management application at Nexus 7. However, since NFC is hard to touch on the back, I am thinking of buying an external NFC card reader and touching it.The NFC card reader is...

2 years ago

1 answers
58 views
0
compiler error C2872 ambiguous symbol.

The compilation error cannot be resolved.Please let me know.■ Compilation error contenterror C2872: 'MarketplaceWebServiceProducts': ambiguous symbol■What you want to doAmazon API Marketplace Web Serv...


1 answers
70 views
0
java.lang.UnsatifiedLinkError: dlopen failed:library "libXXXXX.so.0"not found

Attempted to create libXXXXX.so by cross-compiling the third-party code for Android.The app is Android Studio and the build was successful, but when running the app, the following error occurs:logcat ...

2 years ago

3 answers
44 views
0
C# Windows form application development, I want to draw a straight line again while leaving the straight line I drew.

We are currently developing Windows form applications.The code description programming language is C#.What we're doing at this point is we can draw a straight line connecting the two points by left-cl...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.