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...
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
error handling
exit
performance
process
resources
software
system tools
task management
task manager
user support
vb6
vc++
windows 7
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...
Recently, MVPs from all over the world descended on Redmond to interact with product teams and fellow MVPs. They were given access to information relating to technology futures, roadmaps, etc. Al the things MVPs are privy to. I spent some time at the C++ MVP summit where several excellent...
I recently caught up with the great Kate Gregory, C++ MVP, Microsoft Regional Director and all around excellent developer. Kate and several other MVPs from around the world were on the MS campus to take part in MVP Summit 2011. You will meet other C++ MVPs on C9 over the coming weeks. Really...
Tony Goodhew is a Microsoft veteran in the developer tools division and has returned home to his roots in VC++ (he was a program manager on VC6). One of Tony's priorities is that of effective communication with developer customers who expect open and honest answers to ALL of their questions. How...
c++
communication
community engagement
compiler
developer questions
developer tools
development plans
feature support
feedback
microsoft
native developers
open communication
program manager
programming
public communication
software development
technical discussions
tony goodhew
vc++
version updates
When you think about all the code executing in the world at any given time, there's a good chance you're thinking about a lot of code written in C/C++ (aka native code). As Mohsen Agsen mentions so astutely in this impromptu and candid conversation, C++ can be thought of as the dark matter of...
c++
code
developer
efficiency
embedded systems
innovation
microsoft
mobile development
native code
object oriented
performance
productivity
programming
renaissance
software engineering
tech leaders
tooling
vc++
visual c++
visual studio
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...
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...
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...
developer
dual boot
error
fatal errors
flight sim x
gaming
hotfix
mfc80.dll
reinstall
service packs
sql server
support
troubleshooting
uninstall
vc++
visual studio
windows xp
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...
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...
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...