Skip to main content

Questions tagged [windows]

Writing software specific to the Microsoft Windows operating system: APIs, behaviours, etc. GENERAL WINDOWS SUPPORT IS OFF-TOPIC. Support questions may be asked on https://superuser.com

windows
0 votes
0 answers
8 views

No known features for CXX complier Error for Windows

enter image description hereI was trying to install opencv file paths and qt on cmake. I added the appropriate paths and configured, I did not receive any errors, but when I try to generate, I get a ...
Anka Hanım's user avatar
0 votes
0 answers
9 views

Tensorflow lite build fails on windows because of symlink

I'm trying to build tensorflow lite 2.16.2 (c++) for windows 10 and I'm getting this error when I run this command bazel build -c opt //tensorflow/lite:tensorflowlite I have installed msys2, added to ...
Turgut's user avatar
  • 709
0 votes
0 answers
11 views

Envs Directories on Anaconda

I installed anaconda on D-drive, but it does have its folders in C drive in these locations - inside C:\Users\grelnob\.conda and C:\Users\grelnob\AppData\Local\conda Here is the location of the envs ...
CuriousMind's user avatar
1 vote
0 answers
12 views

How Can I Access a 32-bit ODBC Driver with Node.js? Getting "Architecture Mismatch" Error

I'm currently working on a Node.js application that needs to connect to a 32-bit ODBC driver. When I attempt to connect, I receive the following error message: "The specified DSN contains an ...
Ankit Chhalotre's user avatar
1 vote
0 answers
13 views

Link function calls against reverse engineered binary

I created an windows x86 .exe file that I reverse engineer. Imagine I only have the .exe file and I reverse engineered some functions. The goal is to create a dll that links with this .exe so the dll ...
Edward Gynt's user avatar
0 votes
1 answer
18 views

Error when trying to run ClojureScript on Windows

I try to run ClojureScript "hello-world" project on Windows 10 Home 22H2 19045.4529. I follow documentation from https://clojurescript.org/guides/quick-start and get following output: C:\...
mikeeeeeee's user avatar
0 votes
0 answers
16 views

Flutter: universal_ble package. Can't set notification on the bluetooth device

I have 2 apps: desktop on Flutter and mobile Java on Android. What I'm tryin to do is to connect to the Android app's GattServer and set its characteristic to notify me when its value change through ...
Lee Koldun's user avatar
0 votes
0 answers
12 views

when downloading vscode it doesnt allow me to click agree to the terms and condition in vscode and i dont know why, in the pop up installer

when downloading vscode it doesnt let me accept the terms and conditions, like clicking agree to the terms and conditions doesnt do anything, like it doesnt let me click it. i have had vscode 3 days ...
Israel Barrios's user avatar
0 votes
0 answers
10 views

How to install python 3.x with debug library (i.e. python3xx_d.lib) in anaconda in windows?

I see this pull request seem to be related to my problem and it was merged. I think maybe python 3.11 on anaconda include the debug library. So, I install it by the following command: conda install ...
Rock's user avatar
  • 1
0 votes
0 answers
26 views

Docker error /bin/sh: 1: /usr/bin/dnf: not found

I'm working on a password manager project, and I developed on Fedora 40 in a pretty quick way, now I'm trying to make a .exe file to deploy my project on Windows, so I built the .exe file with ...
Juan Garcia's user avatar
-1 votes
0 answers
27 views

PWA gigantic performance difference between Chrome V8 and Safari WebKit [closed]

Any ideias why https://colmeio.com/config takes less the a second to render in Android/Windows using V8 and it takes 20 seconds on Safari WebKit to render. Also the user interaction with the ...
Victor de Genaro's user avatar
1 vote
1 answer
26 views

How do I choose the default Python by it's path?

The Windows 8.1 PC I'm working on has several Pythons installed in different locations (as indicated by py -0p). Most of them are to be considered unreliable: their versions are changed, they get ...
multus's user avatar
  • 11
-1 votes
0 answers
14 views

Forward traffic from host through the hyper-v vm [closed]

I have Windows 11 host and Windows Server 2022 VM In VM side I have 2 ethernet adaapters: external for network access internal for access to other resources I need to forward specified traffic from ...
Aleksey Fomichev's user avatar
-1 votes
0 answers
42 views

Auto clicking the left mouse button while holding down the left mouse button in c++

#include <iostream> #include <cstdlib> #include <ctime> #include <windows.h> using namespace std; int c; void menu() { cout << "Enter CPS: "; cin >...
Neal's user avatar
  • 9
0 votes
0 answers
29 views

How can I declare a pointer to a constant struct literal that uses a flexible array in C if possible? [duplicate]

So I wanted to store some constant text and data for parts of a level in a game in a struct, then put pointers for all those structs in a struct for each level, and pointers for all the level structs ...
nathanael grix's user avatar

15 30 50 per page
1
2 3 4 5
11253