windows-7-x64

node-gyp build error windows x64

强颜欢笑 提交于 2019-12-17 06:25:32
问题 Here's what I've done so far on my x64 OS: Installed Python (v2.7 --specifically 2.7.6) and added it to the system path (C:\Python27) Installed MS VS C++ 2010 Express Version (I already had VS 2012 but without the C++ component) Installed the compiler update for Windows SDK 7.1 Successfully executed node-gyp configure (from my add-on directory under nodejs\node_modules where binding.gyp is located) ran node-gyp build (as administrator)** This is what crashed, leaving me with: this error: C:

Windows 7 - Add Path

*爱你&永不变心* 提交于 2019-12-17 02:23:23
问题 I need to add a new path (sumatraPDF) on my PATH variable . I don't know why it does not work... I think everything is right but when I try to execute sumatrapdf.exe from CMD it cannot find the program. This is what I did: The path is correct, I checked it 1000 times. The idea is use LaTeX with sublimetext and when I save a .text file sumatra has to open and show to me the result. If I want that I have to add the path of SumatraPDF... but it does not work. 回答1: I think you are editing

Change C# DllImport target code depending on x64/x86

本秂侑毒 提交于 2019-12-17 02:23:09
问题 I have an external c++ dll to import using DLLImport. If my application is compiling in x64 I need to import the x64 version of this dll, if it is an x86 build, I need the x86 dll. What is the best way to achieve this? Ideally, I'd like some preprocessor directive, but I understand this doesn't work in c#? More info: the DLL is being imported by a project which is set to AnyCPU. A parent project is the one which determines whether the application compiles as x64 or x86. We compile both

Android SDK installation doesn't find JDK

与世无争的帅哥 提交于 2019-12-16 20:14:16
问题 I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed because it doesn't find the JDK installation. Is this a known issue? And is there a solution? 回答1: Press Back when you get the notification and then Next . This time it will find the JDK . 回答2: Actual SETUP: OS : Windows 8.1 JDK file: jdk-8u11-windows-x64.exe ADT file: installer_r23.0.2-windows.exe Install the x64 JDK , and try the back-next

Error:CreateProcess error=193, %1 is not a valid Win32 application

送分小仙女□ 提交于 2019-12-14 04:15:12
问题 My project was working fine,but now when i try to run my project i am getting following error and not able to run my project,can any one please help me with this? I am using Android Studio 2.2 Beta 3, and I have Windows 7 64 bit Error:CreateProcess error=193, %1 is not a valid Win32 application 回答1: Your installation is broken just reinstall Android Studio. In the simplest case just download the zip file and extract it in your current Android Studio directory. Just in case start scan your

Accessing icons in a 64bit exe with a 32bit program?

Deadly 提交于 2019-12-14 02:40:55
问题 Is there any way to access 64bit exe-files with a 32bit app? I am using Delphi 2009 (upgrade to XE2 is not possible, moneywise, right now) I am making this launcher, and when running it on win7 64bit, it doesn't pickup the right icons for 64bit apps, and ShellExecute doesn't seem to work either with those apps. Now, all these apps are in "C:\program files" which suggests that this is a WOW64 thing. I have googled various ways to temporarily disable wow-redirection, but none seems to work. 来源:

Array in my debug mode only display first 14 elements and the rest are display (?) question mark [duplicate]

血红的双手。 提交于 2019-12-13 23:29:54
问题 This question already has answers here : Get question mark instead property name and value in Debug Mode in Visual Studio (9 answers) Closed last year . I am using windows 7 x64. I happens to notice this problem yesterday. In the code, I have a array of type int and size 500, or anything actually and X > 14 I am using a for loop to put number into that array. And, I set a debug break point at the end of the loop to look at the element in the array. But, only the 0-14 elements of the array

Changes to TRegistry key dont 'hold'

谁都会走 提交于 2019-12-13 22:14:25
问题 From my Win32 app I'm reading and writing HKEY_CURRENT_USER\Software\Embarcadero\BDS\9.0\History Lists\hlRunParameters , that is where the Delphi XE2 IDE writes run-time parameters. This is the write code: procedure TFrmCleanIDEParams.BtnWriteClick(Sender: TObject); var lReg : TRegistry; lValue, lKey : String; i, lNrToWrite, lNrRegVals: Integer; begin ..... lKey := Trim(EdtRegKey.Text); // '\Software\Embarcadero\BDS\9.0\History Lists\hlRunParameters' if lKey = '' then Exit; if lKey[1] = '\'

Can't find msguniq. Django 1.8, Windows 7 64 bit

我只是一个虾纸丫 提交于 2019-12-13 16:14:43
问题 I've successfully installed msguniq (can check its version), I've tried to change compatibility to windows xp and run it as administator, but still I'm getting this error: CommandError: Can't find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. I'm really confused because I've done everything like in this answer. I'm really out of ideas how can I fix it (also tried to change gettext.exe and xgettext.exe to windows xp compatibility). 回答1: I was having the extact same

MIT App Inventor 2: emulator doesn't launch companion

早过忘川 提交于 2019-12-13 14:44:13
问题 When I run aiStarter.exe as administrator, and the click on connect to the emulator in http://ai2.appinventor.mit.edu, then the emulator starts, the black screen with android is displayed and after a couple of seconds I get the android home screen. Then every couple of seconds, a line "127.0.0.1 - date/hour/ "GET/echeck/..." is added in aiStarter.exe , and on http://ai2.appinventor.mit.edu the message asking me to wait a minute or two while it's starting emulator remains. I have waited for