windows-7-x64

Error when start an instance of SQLLOCQLDB 2017 on windows 7 64bit (entry point not found except)

拥有回忆 提交于 2019-12-05 09:00:48
I tried to start an instance of SQLLOCALDB 2017 on win7 (x64) but this message box Appears : "The procedure entry point BCryptKeyDerivation could not be located in the dynamic link library bcrypt.dll" Anybody knows it's reason? more info from CMD: Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\hashem-7-x64>SQLLOCALDB INFO MSSQLLocalDB C:\Users\hashem-7-x64>SQLLOCALDB VERSIONS Microsoft SQL Server 2017 (14.0.1000.169) C:\Users\hashem-7-x64>SQLLOCALDB START MSSQLLOCALDB Start of LocalDB instance "MSSQLLOCALDB" failed because of the

How to install PL/Python on PostgreSQL 9.3 x64 Windows 7?

痞子三分冷 提交于 2019-12-05 08:00:00
I have tried to install the PL/Python v2.x language inside PostgreSQL on my database running the query: CREATE EXTENSION plpythonu; (I got this from http://www.postgresql.org/docs/9.3/static/plpython.html ) But I'm getting this error: ERRO: não pôde acessar arquivo "$libdir/plpython2": No such file or directory ********** Error ********** ERRO: não pôde acessar arquivo "$libdir/plpython2": No such file or directory SQL state: 58P01 How to install this in an automated way? I need to install it on many computers. Typically this error message is a misleading one emitted by the Windows API

opencv 2.3.* imread not working

人盡茶涼 提交于 2019-12-05 04:11:19
I cant get imread to work, its same problem as this guy: OpenCV imwrite 2.2 causes exception with message "OpenCV Error: Unspecified error (could not find a writer for the specified extension)" on Windows 7 I just dont wannt use the workaround. Anyone know the problem? Using windows 7 64bit The problem was due to mixing up debugging and release builds. If building in debug mode, the debug libs are needed. On unix this dont seem to be a problem. Jav_Rock imread(filename) doesn't load any data if you use release libraries in debug mode. This is weird, I think it should'n happen but actually it

PostgreSQL 9.2.4 (Windows 7) - Service won't start, “could not load pg_hba.conf”

爷,独闯天下 提交于 2019-12-05 03:51:34
I am trying to get Postgres 9.2.4 to run as a service on Windows 7. After installing postgres, the service was running fine. However, after setting postgres up as a server for another program, the service stopped running. When I try to start the service now, I get a message saying : "The postgresql-x64-9.2 - PostgreSQL Server 9.2 service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs." When I try running the program that should use the database server, I get this error : "A problem was encountered while

x64 Application Accessing mdb database

只愿长相守 提交于 2019-12-05 03:36:54
问题 I have an application that needs to be built under x64 platform. I need to access an .mdb file. By accessing I mean, inserting, deleting or updating the db. I having trouble using Jet OLE db and ODBC drivers. With OLE db it shows "Jet Oledb not registered". With ODBC Platform mismatch between driver and application. I can do these operations in X86 platform. But in my application I was asked to build my project under x64 platform. Can anybody provide me with any solution. N.B. I should not

python_x64 + C library compiled with mingw_x64 on Windows7 Py_InitModule4

浪子不回头ぞ 提交于 2019-12-05 02:37:33
I'm trying to compile C library for python on Windows7 (64-bit) using mingw-x64. It all worked like a charm with 32-bit versions. I used to compile my library with gcc -shared -IC:\Python27\include -LC:\Python27\libs myModule.c -lpython27 -o myModule.pyd and it worked with 32-bit versions. The same procedure is working with 64-bit linux. But on 64-bit windows7 (using 64-bit x86_64-w64-mingw32 and 64-bit python 2.7.5) I have a problem: C:\Users\sergej\AppData\Local\Temp\cci8TbXw.o:myModule.c:(.text+0x267): undefined reference to `__imp_Py_InitModule4' collect2: ld returned 1 exit status I

runas /savecred… don't accept cmdkey /add (credentials)

馋奶兔 提交于 2019-12-05 02:27:12
问题 I have a problem with runas /savecred ... and cmdkey /add.... I have a batch file contains this line: runas /profile /savecred /user:MyDomain\MyUserName "MyProgram.exe" I'm logging to my computer as Administrator and I want to execute MyProgram.exe with another user: MyUserName. When I launch my batch file the firt time, it prompts for password for MyUserName, I type the password and it works nice !!! For second time, it don't ask for password because /savecred has saved MyUserName and

Links to games created by Windows when delphi projects create exes with specific names

和自甴很熟 提交于 2019-12-05 01:46:32
I have a Delphi project called VR that produces an executable named VR.exe. To my dismay I discovered Windows (I am running Window 7 64 bit Ultimate) has added links to the start menu and under games: Search & Rescue: Vietnam MED+EVAC. The icons for the links are the default delphi app icon. Did a bit of research and I found this post: http://social.technet.microsoft.com/Forums/windows/en-US/a5919fc1-db3d-4f13-b241-d059df2bf11f/renaming-a-file-into-vrexe How can I prevent windows from doing this? Update: I have another project MM, which produces mm.exe. This one created a link to the Steam

Convert seconds to hh:mm:ss,fff format in PowerShell

落花浮王杯 提交于 2019-12-05 00:45:33
I have a string representing a time in seconds and milliseconds. I want to convert it to a string in the format "hh:mm:ss,fff". My solution still has the flaw that hours less than 10 are shown with one decimal instead of two: PS> $secs = "7000.6789" PS> $ts = [timespan]::fromseconds($s) PS> $res = "$($ts.hours):$($ts.minutes):$($ts.seconds),$($ts.milliseconds)" PS> $res PS> 1:56:40,679 What is the right way to achieve this? I'm sure there is a more elegant way with -f and datetime. In PowerShell 4.0 $s = "7000.6789" $ts = [timespan]::fromseconds($s) ("{0:hh\:mm\:ss\,fff}" -f $ts) Output: 01:56

Can Install EGit: Missing requirement: Git Team Provider Core

自作多情 提交于 2019-12-05 00:00:20
So I am using Coldfusion Builder with Ecplise. I am trying to get EGit installed in it so I can do Git stuff. The only thing I can ever get installed is EGit 0.11.1 from http://download.ecplise.org/releases/helios/ . When I try to install the latest version from http://download.eclipse.org/egit/updates version 2.3.1.xxx I always get the Missing requirement error: Missing requirement: Git Team Provider Core 2.3.1.201302201838-r (org.eclipse.egit.core 2.3.1.201302201838-r) requires 'bundle org.eclipse.core.runtime [3.7.0,4.0.0)' but it could not be found Cannot satisfy dependency: From: Eclipse