Questions tagged as 'windows'

1
answer

Create executables in python (portability)

I have python code developed in MacOs system. Is it possible to generate executables to run on other systems (windows, linux)? Example:    The file.py file was written and tested on the MacOs system, but I want to generate an execut...
asked by 25.11.2015 / 22:54
1
answer

Multiplatform C program

If I make a program in C and do not use any Windows library by leaving the program completely pure in C can I compile it for Linux too? Will it work normally?     
asked by 04.08.2015 / 19:22
1
answer

Error with app Flask Babel Python3 (Windows)

I'm following the article's tutorial link I came in part III and gave this error. I'm confused because the author has run run.py inside the Script folder of virtualenv. Being that it commands to create run.py in the root...
asked by 29.08.2015 / 02:22
1
answer

Error starting PowerShell in Windows Server 2008 R2. How to solve?

I have installed SQL Server 2014. When I start PowerShell on Windows Server 2008 R2 and do the "sqlps" command to test, this error occurs which shows in the image below ... On another computer, with windows 7 and the same version of SQL Serve...
asked by 20.08.2015 / 21:25
1
answer

Start application on a specific monitor in Adobe AIR

I'm developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors the computer has, and calculates using a rectangle to popular them. This way it's all right, my question is why the mouse has de...
asked by 12.08.2015 / 10:20
1
answer

How to keep SDK and Java JRE installed and updated in a windows development environment

How to maintain a secure, clean and updated java (SDK and JRE) installation of Java on a computer used for software development? I'm having problems maintaining my development environment, because I have Eclipse IDE and Android Studio install...
asked by 29.04.2015 / 01:24
1
answer

Windows Service 'System.TypeInitializationException' at startup

Hello, I'm creating a windows service to perform a backup job. I have created other services before but never had a similar problem. It was all going well, during the development I installed the service on a computer and was running it nor...
asked by 14.04.2015 / 00:54
1
answer

Program crashes after stack allocation and call in C

I'm trying to make a simple program: it allocates an integer in the stack, calls% c_of% of the C library, and prints it to the screen. I have already disassembled it in C , and I try to reimplement it, without success. I tested the allocation w...
asked by 08.02.2015 / 23:07
1
answer

Send email via PHP on windows server 2008 R Standard with wampserver 2.0

I'm using wampserver 2.0 on windows server 2008 R2 Standard. SMTP Virtual Server is installed on the server. In php.ini I have the following configuration: [mail function] SMTP = 000.00.000.000 //IP do servidor SMTP, substituí o IP original só...
asked by 21.08.2014 / 13:55
2
answers

Batch script to rename file extension recursively

I need a bat script that allows you to rename all files with EXTENSION * .rar to * .cbr, you need to rename any files in the subfolders from the root directory D: \ Downloads. The command I made is so (ren * .rar * .cbr) That way I just renam...
asked by 16.09.2018 / 22:57