1. I

    Windows 7 VC++ ERROR,pls help

    iam having a problem that i never had before...every time i try to install a game for exp..i get erros like VC++ runtime redistributable package was not installed successfully or the VC++ runtime library ,i tried google but i got no answers ,i see people writing about "codes" but i never...
  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. P

    Windows 7 Get Rotation Speed of Disk Sample Code

    Hi all! Im not really good at VC++ but does anyone have a sample code to get the rotation speed of disk in a computer. I have been working on detecting SSD drives and one solution from researching all day was to get the rotation speed and since SSD have 0 rpm this might be the only way to detect...
  4. G

    Windows 7 Do you want to allow the following program to make changes to this computer?

    We are in the process of modifying some applications to run under Windows 7, however, when we run them, we get the ""Do you want to allow the following program to make changes to this computer?" message from UAC. I know how to turn UAC off to prevent this, but that is dealing with the symptoms...
  5. D

    Windows 7 Rev 7100 msvcr71.dll error?

    i got an error that msvcr71.dll was missing, so i installed the VC++ 2005 redistributable package (which includes the dll) and it didnt work, so i downloaded and placed the DLL myself (in [c/windows] & [c/windows/system] & [c/windows/system32]) it only NEEDS to be in the system32 folder, but i...
  6. D

    Windows 7 Please Help - Flight Sim X and SQL Server

    There seems to be an issue with Flight Sim X and SQL Server. I get a fatal error whenever I try to go to any missions. In the problem reports it shows that MFC80.dll is the culprit. I'm a developer and have Visual Studio 2008 and SQL Server 2008 Express installed. In the problem report is says...
  7. P

    Windows 7 Window 7 Displaying Problem in ASP.NET Window Programming

    FYI, i am working on ASP.NET Window Prgramming. Language is VC++. My Window Based Project is working on XP,VISTA. there is no problem. but if i run my project on window 7, then my project does not work properly. functionality works fine. but project does not display properly. i mean background...
  8. N

    Windows Vista Add Network Printer -> Crash

    Hi, I have an application that is supposed to have printing functionality. Application is developed in VC++ 6.0 w/ SP6 and Vista Ultimate OS. The problem: There are no printers configured/added in the machine yet. When I click print button, Add Printers dialog from Vista popsup. It gives me an...
  9. S

    Windows Vista problem in MFC controls

    Hai! I have created an application in vc++ using MFC . At one situation i used tree list view ,it was running properly in all Windows system.But it was not working properly in Vista system. I have given the checkList and ScrollBar to the Tree List View .The down Scroll bar button is not...