Questions tagged [windows64]

102 questions
4
votes
2 answers

Copying .lnk onto 64 bit Windows changes shortcut contents

We use SCCM 2012 R2, server 2012 servers, and Windows 7 clients. Student machines are typically Win7-64. I created a script to install Eclipse, basically, create a directory and copy the files (Eclipse has no installer and is 32 bit software). In…
failure
  • 215
  • 1
  • 3
  • 12
4
votes
1 answer

"The command line is too long" -- when running maven test

Running $mvn test on a 64-bit Windows gives me the following error, even if I do $mvn test -Dgwt.genParam=false: The command line is too long
quarks
  • 33,478
  • 73
  • 290
  • 513
3
votes
0 answers

Cannot run windows service in jvm mode: error 1067

I'm trying to create a windows service using Apache Common Daemons but I'm not able to make it work as it is meant to. Using jvm mode it always returns error 1067 with no further explanations. Here is procrun log: [2020-11-18 15:56:20] [info] …
Azathoth
  • 582
  • 1
  • 7
  • 29
3
votes
1 answer

No WM_SIZE received when windows resized

I have a fairly simple windows program that created a listview control that should exactly fill the client area. That works at start up, and I think will work if the window is resized --- except the windows NEVER receives any WM_SIZE messages (after…
Steve Valliere
  • 1,119
  • 7
  • 12
3
votes
1 answer

Running PHP on 64 bit Windows platform - issues?

We need to have our PHP application hosted on a 64 bit Windows OS due to another application's requirement. However, reading a bit more on the topic revealed that the PHP implementation is only for a 32 bit environment on Windows. From:…
DrMHC
  • 795
  • 2
  • 11
  • 21
3
votes
1 answer

windows 7 command prompt run grails functional testing with geb and spock

I can't seem to run functional tests from the command prompt. Interestingly it works fine with Intellij... I am using Grails 2.2.0, seleniumVersion = "2.27.0", spockVersion = "spock-grails-support:0.7-groovy-2.0", geb = "0.9.0-RC-1",…
Calahad
  • 1,408
  • 14
  • 22
3
votes
4 answers

Unresolved inclusion: in Eclipse helios (Windows 7 64bit)

I am trying to install Eclipse on my computer: I have a 64bit Windows 7. I have installed a 64bit Java, and a 64bit version of Eclipse helios (C/C++). When I tried to compile a hello world project I got an error Unresolved inclusion: < stdio.h> I…
Belgi
  • 14,542
  • 22
  • 58
  • 68
3
votes
1 answer

reg file by .bat in windows x64

I run reg file by .bat in windows x64 but my reg file add to wow6432node, and i want Add to : HKEY_LOCAL_MACHINE\SOFTWARE\Myproject in windows x64 . My .bat file command : %windir%\System32\regedt32.exe e5.reg please help me Thank you
user2436375
  • 29
  • 1
  • 2
2
votes
1 answer

Get Filename from External Process File Handle for Win64bit - C#

can somebody please help me. I want to get the filename that corresponds to a file handle of an external process. Currently i managed to do that only on Win32bit and not Win64bit. Is code signing required to do that in Windows 64bit ? Thanks !
alexandertr
  • 943
  • 1
  • 9
  • 18
2
votes
0 answers

having problems including winbase.h

I'm building a program on Visual Studio 2017 and I need Winbase.h in order to write INI files. However when I try to debug the program I'm getting a bunch of errors related to Winbase.h, even though I haven't changed anything in that…
2
votes
1 answer

32-bit Keyboard Hook unexpectedly works in 64-bit apps, but is hanging Outlook

Have been reading a lot about this one and the picture just gets muddier. I have a 32-bit app that installs a KeyboardHook to wait for a global hotkey and wake up. Running it on Win 7 x64 edition I notice it hangs Outlook x64 edition when the hotkey…
Nicholas
  • 447
  • 1
  • 4
  • 18
2
votes
2 answers

GraphLab create installation error: No matching distribution found for graphlab-create>=2.1

Unable to install Graphlab create from the link which I got in my mail. Facing the below issue. Can anybody please help on the below issue? (env) C:\Windows\system32>pip install --upgrade --no-cache-dir…
2
votes
2 answers

Installing Scapy on anaconda python 3. Windows 10-64

I am trying to install scapy on my anaconda. I am using windows 10. Everytime i try to install scapy for windows -64 it does not install. I install from the prompt. any other ideas, please :/
Alexander Rey
  • 23
  • 1
  • 3
2
votes
0 answers

long long epoch time to tm

I have a value for milliseconds since epoch stored in a long long variable milliseconds_since_epoch. I wish to convert this to some more standard and easier to process time structure like perhaps tm. Is there some library function to do this? I have…
Mick
  • 8,284
  • 22
  • 81
  • 173
2
votes
2 answers

Allow child window to process all keystrokes

I have a program which has two windows, one for displaying graphics (call this the "graphics window"), the other for entering and displaying text (call this the "text window"). The text window is a child of the graphics window. The program processes…
Mick
  • 8,284
  • 22
  • 81
  • 173