all groups > visual c libraries > september 2006
Internal monitoring
Posted by RonC at 9/18/2006 2:57:02 PM
I've been asked to supply the user with a program recap when the program
closes. What has been requested is memory used by module, cpu used, page
faults and disk use.
Are these available within Windows one to fetch?
I'm using VC++ 2003 for Windows.
There is a MAC/Unix routine call... more >>
Using MFC classes
Posted by Charles Tam at 9/13/2006 4:31:02 AM
I've a WinForms application (VC++ 2005) and would like to include a couple of
MFC classes (such as CArray, CString) into the Form class (Managed).
What is the correct approach to include the MFC classes into the Managed
project?
... more >>
"This application has requested the Runtime to terminate it in an unusual way..."
Posted by Mike C# at 9/12/2006 3:14:57 PM
Hi all, I keep getting this message in a VC++ 7.1 program I've written:
This application has requested the Runtime to terminate it in an unusual
way. Please contact the application's support team for more information.
The line causing the headaches appears to be:
wcscpy(data, MyCode.c_str(... more >>
MSVCRT.DLL on NT
Posted by Mystagogue at 9/7/2006 3:06:02 PM
I'm looking at a bunch of NT boxes, which have one of two versions of
MSVCRT.DLL in C:\WinNT\system32. The version on some boxes is 4.20.6201, and
is 6.00.8797 on others.
My app only works with the later version, so I want to find out what service
pack, patch, resource library, or whatever... more >>
Run-time error '429' : ActiveX can't create object
Posted by Lucy Ludmiller at 9/6/2006 12:25:55 AM
Sorry about the cross posts, not sure which group is the most relevant,
since I am using C++, MFC/COM and VB6
I have written an MFC ActiveX control in C++. I want to use the control
in VB6. The component builds succesfully, and is succesfully registered
on my computer. I am able to referenc... more >>
|