Questions tagged as 'windows'

1
answer

Solve the following argument errors

Hello, I can not solve the following argument errors. The code I use is the following: string pro = "aplicacion"; HRSRC res=FindResource(NULL,pro.c_str(),RT_RCDATA); HANDLE hFile=CreateFile("C:/Users/Usuario/Desktop/aplicacion.exe",GENERIC_WRI...
asked by 15.02.2017 / 21:46
2
answers

Problems with registering a .tlb file

The situation is as follows: I have created a small class library project in C # that allows me to perform certain operations. The name of the created file is, for example, MyFirm.cs . But since I need the component generated from C # to...
asked by 24.08.2016 / 19:55
1
answer

How to create an autorun on a USB for windows 10?

I made a small program in C# , this I have it in a usb memory that saves the windows user of the pc where the usb is connected, but I want it to run every time I connect it to a pc with windows but that is transparent for the user, I was t...
asked by 26.11.2018 / 18:46
2
answers

how do I start dual ubuntu if my computer starts with windows 10? [closed]

This question is different, or at least I think so, from the others that I have seen. It turns out that I installed ubuntu well (I reiterate, I installed well, I followed all the steps correctly) 18.04 from my usb on my computer, which has windo...
asked by 18.10.2018 / 00:57
1
answer

VirtualHost force https instead of http with .dev domain

I have created a Virtualhost for a project. In httpd-vhosts.conf : <VirtualHost *:80> DocumentRoot "C:/xampp/htdocs/" ServerName localhost </VirtualHost> <VirtualHost *:80> DocumentRoot "C:/xam...
asked by 30.07.2018 / 23:29
1
answer

Project in git for macOS and Windows

I have a workstation at home under macOS, and then a laptop under Windows. I have started working with git to be more productive, but the problem has been when after creating a web project in the imac with npm using bootstrap, font-aweso...
asked by 18.03.2018 / 03:13
1
answer

Read console arguments in a winmain (WINAPI)

I'm modifying a small one that works only by console and requires console arguments. But now I wanted to pass it to winmain (form) and get those arguments using GetCommandLine and use them in WinMain as I did in console. The progra...
asked by 25.03.2017 / 10:42
1
answer

Eclipse or Android Studio? which is better for application development with OpenCV library [closed]

In Kali Linux I program with Eclipse Neon in NDK but I can not make the OpenCV library that I imported, be added as a library of my project. Which IDE is best to program with the OpenCV library? considering the version of the IDE and the version...
asked by 27.02.2017 / 18:33
1
answer

Can I configure a Raspberry Pi card from a PC with Windows Operating System?

I intend to start a project with a Rasberry Pi using Python language, however I understand that the Rasberry Pi can only be configured with Linux and on my laptop I only own Windows 10. Is this an inconvenience? When entering the Raspberry pi...
asked by 30.04.2017 / 22:43
2
answers

Is it possible to download and integrate APIs to Android Studio without having internet on the PC that contains the program?

I have Android Studio on a desktop PC with Windows 8.1, but for now I do not have internet on that computer. The equipment I have does not support the emulation of the android emulator, so I wanted to use my Android phone to test my application....
asked by 29.12.2016 / 17:29