Originally posted by: chetan
How can I interact with system bios and hardware or get bios information using win32 API's with MFC
I dont want to use API's related to registry editing.
Originally posted by: Priya
Hi Paul,
I got you beautiful program.
I have some Querys, Plese try to solve this for me.
Ref: SysInfo source code:
1. Can I use this code in my program
2. I changed SYSINFO_EXPORTS in settings to create a dll but it is not working when I am using it in a c style program.
(dllexport) is exporting function but with some different name (i.e ?getMMIsInstalled@SysInfo@@QBE_NXZ instade of SysInfo.getMMIsInstalled) and when creating a .def file I dont know where to put extern "C" in the program because after putting this statement it only creates the dll but no function in it to view in depends.Plase help me in solving this.
Thanks for your code again.
Regars,
Priya
Originally posted by: Lutz Dornbusch
Hi there !
I just added support for DisplayInfo. It will give for each Monitor the MonitorHandle, HDC, Xres, Yres, bitplanes, and the Virtual Screencoords. It is running on all windows Versions down to Win95A(which do not even have MultiMonitor support)
Paul Wendt: Are you interested in this code? I have seen, you have your own DisplayInfo-class in your code, but it is commented out. I only looked briefly over the code and it examines other aspects of display(more driver specific, I think..)
Anyway thanx for this cool tool!
Greetings,
Lutz
I am looking for some piece of code which could telll me , how many monitors are attatched with a syatem , means detecting of multimonitor support. so can anybody help me.
ReplyOriginally posted by: Dillip
Hi.,
How to determine the Original Language(no Locale) of the Operating System .?
Thanks in Advance!
Cheers,
DILLIP.
Originally posted by: Welinn
Thanks, have a question.
Some server systems have dual or more CPUs. How could I get all the information (ID, speed...) of bundled CPUs?
Originally posted by: Joe
What do I need to do in order to get this or any other c++ program for that matter to run in DOS?
Reply
Originally posted by: Thank u~!?
Good I find IT!~~!
Reply
Originally posted by: M. kashif Iqbal
I want to get the size of hard disk, size of RAM, CPU speed, and the modem info for my final project of MCS. Plz do help me.
Thanks
hello
Originally posted by: sdaga
how to access std::string variables or get the value of
sysInfo.getTotalRam() as an string?
Originally posted by: Daniel Berger
I would love to see some CPU usage information added. Thanks for a very handy bit of software btw!
Reply