error handling

  1. T

    Windows 7 New Install - CTD related to unsigned DLL's.

    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...
  2. S

    Windows 7 My application process does not Exit under Windows 7.

    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...
  3. Franck M

    Windows 7 CreateProcess matter with Windows 7 SP1

    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...
  4. D

    Windows 7 Issue with various compilers failing to rebuild executable

    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...
  5. G

    Windows 7 Windows 7 (Vista too): shutdown and power on again, almost like a reboot but not exactly

    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...
  6. C

    Windows 7 Cant Execute VBS Script From network

    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...
  7. News

    Stop error message in Windows 7 or Windows Server 2008 R2: "Stop error code 0x0000007E (SYSTEM_THREA

    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...
  8. C

    Windows 7 can't copy / backup to / or encrypt partitions on external hard drives

    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...
  9. Andrew Butler

    Win 7 Forums Not Allowing Certian Words?

    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...
  10. E

    Windows 7 Editing a System32 File

    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...
  11. News

    When you run an .exe file on a Windows Vista-based or Windows 7-based computer, the file may start a

    Describes a problem in which you run an .exe file and the file starts a different program. A resolution is provided. More...
  12. News

    Windows 7 Silverlight TV 79: Data Binding Debugging

    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...
  13. News

    Session disconnects even when disconnection is cancelled in a VDI environment

    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
  14. News

    Windows 7 tools help keep system running smoothly

    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
  15. News

    How to Update Application Compatibility Toolkit 5.6 Database to Process Windows 7 or Windows Server

    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
  16. News

    Windows 7 The Full Stack, Part 13: Synchronizing the Windows Phone Client with the WCF Service

    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...
  17. S

    Windows 7 Help Windows for applications popping up.

    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...
  18. M

    Windows 7 IE8 will not work on 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...
  19. News

    Windows 7 Currency Converter v2 – Now on Caffeine!

    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...
  20. D

    Windows 7 GetCommState keeps failing with error ERROR_INVALID_FUNCTION

    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...
Back
Top