Questions tagged [windows-7-x64]

for questions specifically about the x64 version of Windows 7.

1819 questions
0
votes
1 answer

How to share a connection just by command?

I want to share one of my connection (e.g. Local Area network) to another connection (e.g. Wireless Network Connection 4). How can I do it in win7 64bit? I dont what ICSmanager or another .Net library & I dont want win server, win XP or win7 32bit…
0
votes
1 answer

Restrict IE configuration changes from user in Windows 7

I want to create a user in windows. And that user will not have permission to open any option from toolbar. Also disabled toolbar for Developer tools(F12) of IE. How can I achieve this?
0
votes
0 answers

Cannot do inital commit to Git repository

I navigate to a directory i want to make a new git repository in. I run the following code: git init touch readme git add --all git commit -m "test commit" and i get the following error: error: unable to find…
Peter
  • 11
  • 5
0
votes
1 answer

How to use Visual c++ compiler to run Cmake for boost 1.39.0 building library

I need to compile boost 1.39.0 library which on this version, don't provide installer in order to run a Visual Studio 2008 solution. The Cmake throw this exception. -- Building for: Visual Studio 9 2008 -- The C compiler identification is unknown …
Wiist
  • 25
  • 8
0
votes
1 answer

Windows Phone SDK for Windows 7x64 and Visual Studio 2012

I am trying install Windows Phone SDK for PhoneGap, but when I was installing Windows Phone SDK 7.1, but doesn't work, because it si for VS2010. And Windows Phone SDK 8.0 etc. is maybe only for OS Windows 8. Do you have any ideas for solve this? I…
Mark Falex
  • 55
  • 1
  • 11
0
votes
1 answer

PhoneGap - get started in Visual Studio 2012

I have complete project in Visual Studio and I want it wrap to PhoneGap. I can't install PhoneGap, when I am writing to command line this: npm install -g phonegap, so I get this: npm ERR! not found: git npm ERR! npm ERR! Failed using git. npm ERR!…
Mark Falex
  • 55
  • 1
  • 11
0
votes
1 answer

Apache unexpectedly shut down after start on XAMPP (Windows 7)

Please note, I'm a newb so bear with me if this is just a stupid mistake. I have XAMPP on my Win 7 laptop, no IIS, no extra MySQL stuff. However, everytime I click start for the apache module this comes up. 18:18:01 [Apache] Problem…
thePCDguy
  • 5
  • 5
0
votes
1 answer

non-Resulting Arithmetic Expression

I am practicing in batch program, so I am trying to write one include loop and arithmetic instructions. I wrote the following code: @echo off SET /a i=1 FOR /F %%A IN ('DIR /B') DO ( SET /a i += %i% + %i% + 4 ECHO %i%) But the answer in…
bahrami307
  • 59
  • 1
  • 9
0
votes
1 answer

How can I strip out "file separator" characters from CSS/text files?

My CSS files have become contaminated with "file separator" characters (AKA "INFORMATION SEPARATOR FOUR" or ALT/028 characters). How can I get rid of them? This is the character: http://www.fileformat.info/info/unicode/char/1c/index.htm Background I…
user2240198
  • 111
  • 2
0
votes
2 answers

ClickOnce doesn't create StartMenu entry and shortcut on Windows 7 x64

I've application that I deploy to share with ClickOnce so other users can install it and use it on their own machines. It worked fine till I noticed that when I install this application on my own machine (Windows 7 x64) it doesn't add a start menu…
MadBoy
  • 10,824
  • 24
  • 95
  • 156
0
votes
1 answer

SQL Developer 4.0.2 install on Windows 7 64 bit

I made a few of them on the computer I got the same error. could not figure out this question. sql developer normally opens but then the image begins to fade. not clicked on anything. system is unwieldy. buttons as the picture opens. The two…
ant
  • 54
  • 1
  • 9
0
votes
1 answer

Migration to Win7, VS2013 and 64bit - correct order

We've a solution (~200 projects + tests) which is running on Windows XP SP3, compiles in VS2010 32bit configuration. The plan is to migrate to Win7, VS2013 and compile under 64-bit. I know that there is a new MS Windows SDK available for Win7 and…
IgorStack
  • 799
  • 2
  • 6
  • 22
0
votes
4 answers

Sort vector of vectors with doubles according to a column in C++

I have a matrix consisting of a vector of which each element representing the rows is composed of a vector representing the columns of the matrix. I would like to sort the rows according to the 1st column. Each element inside this matrix is a…
Damien
  • 147
  • 7
0
votes
0 answers

DevStudio 2010 "hangs" after each mouse-clicks when debugging C# code in a mixed C++/C# application

I started having this (weird) problem recently. My application uses both C++ and C#, and I've been able to debug and step through the code in either my C++ Dlls or my C# assemblies. For some reason, I can't put braeakpoints in my C# code anymore,…
0
votes
0 answers

Windows 7 vbscript debugging does not work using //X and //D tags

Update: When I put the tags in I found this: How do I get Microsoft Script Debugger to work with 64-bit Windows 7? The answer there seems to have solved the problem. Thanks to anyone who looked... --VS I have tried installing the MS script debugger…
Vorpal Swordsman
  • 393
  • 1
  • 5
  • 14
1 2 3
99
100