Questions tagged as 'windows'

1
answer

Compile app for ios done in react in windows environment

I'm studying react native and need to compile an app for android and ios. I would like to know if I can develop everything in the windows environment and then just copy the files to a virtual machine running OS X to compile and publish the app...
asked by 07.12.2017 / 20:37
1
answer

How to move a window using a button? W#

I have a WPF application that has no borders or background, it's just a stylized button with an image and a frame, but I wish it were possible to move it. My current code looks like this: <Button Name="button" Margin="10,130.475,377.541...
asked by 06.01.2018 / 00:00
1
answer

Reference error in winsock2

I am trying to create a socket in c with windows api winsock2.h but when trying to compile my code it returns me the following error    undefined referrence to WSAStartup       undefined referrence to WSAGetLast       Error: ld returned 1 e...
asked by 18.09.2017 / 00:40
2
answers

.bat which deletes the file name by leaving only what is inside ()

I have a file of this genre: blabla_(29ago2017)_blabla I need you to look like this: (29ago2017) There is some code in .bat that will make this work for me, ie just leave what is in parentheses as the filename.     
asked by 25.08.2017 / 01:09
2
answers

How to use argc and argv in a windows terminal?

I'm creating a stack for valid expression checking, but it should be used in this int main( int argc, char **argv ) for input. I compiled and did not give any error, however I can not create an executable file through the prompt. And I al...
asked by 13.07.2017 / 14:46
1
answer

Forbidden when accessing my directories - Apache

I'm using Windows 7 x64 and I installed apache 2.4 with PHP 7.1 separately, set everything up and when I put localhost, it works normally. Then inside my htdocs, I created a folder called projects. When I access the address link it returns...
asked by 08.06.2017 / 15:37
1
answer

Same code producing distinct results in Codeenvy and Windows 8.1

I had made the following code in codevy.io and the Python installed in codenvy is 3.5.1. I got this code and put it to run on windows 8 with python 3.6.1. The purpose of the code is to clean up a CSV file and write them concatenated in a sing...
asked by 05.05.2017 / 16:52
1
answer

How to remove beep from application windows

I have an application developed in Delphi7, in some calls, windows emits that beep , and is filling & < I wanted to know if you have disable sound from windows in my application, with some windows feature call and application disable. I do...
asked by 02.05.2017 / 22:43
1
answer

error c1803 in kyvi installation

Every time I try to install kyvi, the following error message appears: "fatal error C1083: Can not open include file: 'GL / glew.h'     
asked by 01.04.2017 / 22:11
1
answer

Delphi registry key permissions

Windows security settings often do not allow registry keys to be changed by the user. As is the case with the key: "HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Schedule \ TaskCache \ Tree" that manages the softwar...
asked by 16.08.2016 / 22:33