Questions tagged as 'windows'

0
answers

Error LNK2019 compiling OpenCL Project on Windows [closed]

I'm getting a lot of LNK2019 errors, after I use the nmake command on VS2015 console: kmeans.cpp.obj : error LNK2019: unresolved external symbol clGetPlatformIDs referenced in function "int __cdecl initialize(int)" (?initialize@@YAHH@Z) kmean...
asked by 18.03.2017 / 02:18
0
answers

Project in Qt compiles in Ubuntu but does not compile in Windows

I have a project for college originally produced on linux platform using Qt Creator and I need to migrate it to windows. I tried to compile but the project has errors in a single header file and I do not understand why. Some of the errors are...
asked by 20.10.2016 / 20:30
0
answers

Configure multiple domains for the same site (different files) IIS WS2012

I have a website that caters to multiple companies. But the domain is the same. You have acquired two new domains to resolve these issues but the site will be kept the same IIS server. Now what I can not do is the following: Today I have t...
asked by 28.09.2016 / 20:46
2
answers

Error in the mdstring extension is missing

I installed wampserve64bit on windows 10 and the following message appeared when I opened phpmyadmin ;    the mdstring extension is missing please check youtu php configuration How do I resolve?     
asked by 31.08.2016 / 15:40
1
answer

Multiple sharing users when installing SQL Server

I recently installed SQL Server Express 2016 on my machine with Windows 10 . After a while I noticed that 13 new entries appeared in SQLEXPRESS NN format / em>, where NN ranges from 01 to 13. The image illustrates better:...
asked by 30.08.2016 / 02:38
1
answer

Problem when calling DLL in Python ctype windows

I'm having trouble calling a dll in Python ... is giving the following error: WindowsError: exception: access violation reading 0x026A65F0, sometimes works without giving this error but most do not work. I'm using this way: from ctypes import...
asked by 27.08.2016 / 21:50
0
answers

The command prompt does not recognize the "python" command even though it is in the PATH

I installed Python 2.7.9 64 bit. In PATH was added "C: \ Python27 \ python.exe" where Python was installed. The problem is that the prompt does not recognize the "python" command     
asked by 13.09.2016 / 22:26
1
answer

Verify that the 3.5 framework is installed on the machine

I have to perform a C # function that checks that the 3.5 framework is installed on the machine but does not use Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\...") , since this function must be used on several different...
asked by 18.03.2016 / 12:09
1
answer

Backup Windows Server 2008 FTP and Cloud

I need to generate daily backups on a windows server 2008 R2 server, the backups are of several folders and applications installed on this server, does windows server have tool for this, some tool of the system itself? I have little experienc...
asked by 01.07.2016 / 16:29
3
answers

Problem in program executable created in c

Well, I'm currently facing a somewhat strange problem here with my program in c. I'm creating a program in c that le integers from an external text file (I use the standard library and the fscanf function) and store it in a dynamically allocated...
asked by 25.07.2016 / 17:42