Hi all,
I reinstalled Windows 7 Professional 64-bit last week and after going through the process of installing drivers, letting Windows Update check for and install updates, I'm getting crashes.
The specific problem is related to programs that use Visual Studio 2005 C++, I'm getting a...
My VB6.0 application process does not Exit under Windows 7 but it exits properly on Win XP. After exiting the application process VB6 Exe remains running in Task Manager. So every time I need to manually end that process. Any way to release all resources held by VB6.0 Exe & VC++ Dlls on Win 7...
application
application process
compatibility
debugging
development
errorhandling
exit
performance
process
resources
software
system tools
task management
task manager
user support
vb6
vc++
windows 7
I have got an issue with Windows 7 Sp1 (v 6.1.7601).
This code display a console window with "dir" result. It work well on Windows 7 but not with SP1.
BOOL RunCommand(LPCTSTR szCommand)
{
TCHAR szComSpec[MAX_PATH];
TCHAR szCmd[2048];
STARTUPINFO...
No matter what compiler I elect to use (I have tried codeblocks, bloodshed dev C++, visual studio c++ express 2005, visual studio 2008 & 2010 and eclipe [java]) when i attempt to rebuild a project after executing it once, it will link and compile, but and error will appear stating that the...
admin rights
antivirus
c++
codeblocks
compilers
cygwin
development
errorhandling
executable
firewall
ide
java
linking
process explorer
project directory
rebuild
troubleshooting
visual studio
windows
windows defender
Hello to everyone! :D I am writing in the hope of finding a solution to a serious problem I'm experiencing, certainly not tied to a software problem but one that I hope we can find a work around by software.
My laptop (an HP DV3-2350EL i3 330m cpu and ATI Radeon HD4550 discrete graphics) has...
ac power
battery power
bios
driver update
energy saving
errorhandling
hardware issue
insyde bios
laptop
linux
power management
powercfg
registry
restore point
shutdown
system error
troubleshooting
wake up
windows 7
wmi
Hello,
I have an application which a pc in the newtork runs a VBS script to another pc and executes some actions. It works fine in physical/Virtual machines of Windows XP and Physical machines of WIN7 but the script is not executing in Virtual Machines with WIN7. Do you have any idea what is...
Fixes an issue in which you may receive Stop Error 0000007E (Error 0x7E) (SYSTEM THREAD EXCEPTION NOT HANDLED), or Stop Error 00000050 (Error 0x50) (PAGE FAULT IN NONPAGED AREA) in Windows 7 or Windows Server 2008 R2
More...
blue screen
computing
error code
errorhandling
exception
fix
kernel
nonpaged area
stop error
support
system thread
technology
troubleshooting
update
windows 7
windows server
windows support
Hi!
First I would kindly ask forum admins to transfer my topic to more suitable subfolder, I really don't know here to post my problem. Thanks.
Now to the problem. I have Asus N55SF laptop, with Windows 7 SP1 64 bit. Also, I have 2 external hard drives. One with USB 3.0, and one USB 2.0...
asus n55sf
backup
bitlocker
data transfer
device manager
disk formatting
disk management
encryption
errorhandling
external drives
file copying
mse antivirus
ntfs
performance
power settings
storage issues
tech support
usb 2.0
usb 3.0
windows 7
Hi, Wasn't sure where to put this thread.
Why are we not allowed to put the words : Dri-ver and er-ror in our posts, they are visible when editing, but are not once posted.
Is There a Legal Reason For this?
It's annoying when trying to diagnose a problem and the word you need...
I just got a new Hp Pavilion dv7 laptop with a finger print scanner. Its pretty nice, except that when I get to the login page for windows, it shows a picture of a finger print instead of my user pic. i found out that the image for the fingerprint scanner is part of a file called...
Ever bang your head against a wall trying to figure out what's wrong with your data binding XAML? If so, then you will love the new data binding debugging features in Silverlight 5. In this episode of Silverlight TV, Jason Shaver joins John to discuss the data binding debugging features in...
When in a VDI environment with virtual desktop pools and connecting via RD Web Access, if you click the 'X' on the Connection Bar and then click 'Cancel', the session disconnects regardless.
Link Removed
Windows 7 has a number of tools such as Disk Cleanup to help keep your system running smoothly, and it also includes a System Maintenance troubleshooter.
Link Removed due to 404 Error
The Application Compatibility Toolkit version 5.6 log processing server does not process logs gathered from Windows 7 or Windows Server 2008 R2 machines with Service Pack 1 installed. These logs are moved to the Failed folder on the log share and the...
Link Removed
In this episode of The Full Stack, Jesse and Jon hook up client-server data synchronization and discuss some interesting problems they run into along the way.
Highlights:
Jesse walks through the Windows Phone side, explaining how synchronization works when saving a new contact.
Jesse explains...
action bar
api key
client-server
contact management
data synchronization
errorhandling
full stack
http header
jesse and jon
network change
network status
networking
offline synchronization
post tunneling
processingpipeline
server-side
service exceptions
textbox bindings
wcf service
windows phone
Hi,
I am experiencing a strange problem with my Windows 7 for last 2-3 weeks. When I use any application, suddenly Help Windows for application will pop up and it will not go away. If I try to close it, it opens again. This problem is spread across applications. Help Windows come up for SQL...
application issue
errorhandling
help window
internet explorer
key issue
lenovo
microsoft word
pop up
restart
software problem
sql server
support
troubleshooting
user experience
windows 7
Hi guys, wondered if you could help me with a little problem I'm having.
I need to install Internet Explorer 8 on Windows 7 (64-bit, SP1).
An easy task, you might think.
Firstly, there's no download link for Windows 7 on the Microsoft Download page as apparently all Windows 7 installations...
browser issues
compatibility
cookies
developer pack
download
errorhandling
ie8
installation
internet explorer
microsoft
privacy policy
session cookies
sp1
troubleshooting
vbscript
web development
windows 7
x64
x86
Taking user feedback about the application into consideration, it’s time to make some improvements! J
Here are some of the reports we got from the users:
The application is too slow when exchanging currencies
It uses too much data traffic/should cache the exchange rates
It doesn’t work for some...
I am using a Windows 7 machine, and I am trying to follow the C++ example posted here: http://msdn.microsoft.com/en-us/library/aa363201(v=VS.85).aspx and I keep entering this if statement
fSuccess = GetCommState(hCom, &dcb);
if (!fSuccess)
{
// Handle the error.
printf...