Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Kernel Programming Solutions: 1 - 25 of 39
 
I dont' know if I am getting it right, but I have understood that the dmesg kernel messages are stored in /var/log/messages by the help of syslog, and that syslog was adding a timestamp before...
Hello People, Having a spot of bother when running BGINFO with Vista...check my code below it works fine on XP Pro and displays all of the information via the desktop. Whenever I try t...
Hello, I have problems when trying to read files with MapViewOfFile API function. Actually I only have problems when I try to read very large file. Here is what I am doing; long offsetHigh...
Hi, i need some small code to sync the WINDOWS TIME now.... CODE or this wich does not work IMEDIATLY..... w32tm /config /manualpeerlist:time.windows.com /update The time sync is n...
Basically, this question has been asked before here on Experts-Exchange (http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21480486.html). What I would like to know is how ...
I know you can get utils like this : http://www.angryziber.com/w/Home I want to know what would be the best method to use to make a stand alone exe that would have the ability to scan an...
Windows Measurements Instrumentation interface contain  a method to get CPU temperature but from what I have read, it is not implemented for most motherboards. Still, lots of products e.g. ...
I'me developing and application where I need to detect logons and then display something when somebody has actually logged on. Note that the customer has specified 'logon' as any time a user g...
I wonder if there is any posibility that video card get infected by virus, is there any?   And to be more specific, if it is possible for NVIDIA FX 5200?
I've an existing kernel mode driver. I want to count the number of times it is being loaded and save it some where in the registry. I've already read many pages from the DDK's help about us...
what different between user nice system in /proc/stat? user,nice --> user mode system--> system mode Right? can anyone explain more clearly?
Please help me identify what caulses my server to BSOD....  I have used WinDbg/!analyze although i dont know how to read it.. thank you,...
my problem is ,i need to write a program for random number generator in c or c++
i have a main C program and it call the other program P_idp to route. In this P_idp i need to compare with the idle time of cpu. So i call a shell script cpuidle.sh (all code below) by command...
I am using gdb, mtrace and electric fence to find out the memory leak. I am a fresher to this field (i am working alone and not in a team). I don't know the standard techniques used for doin...
Hello, I one of my C# applications I used CreateFileMapping & MapViewOfFile Win API functions and I was able to  to read content of the files I mapped. But I got confused with dwFileOffsetHi...
i recently purchaced a dell M6400 mobile workstation with a quad extreme procceser and 4 gig ram and a Quadro 3700 with 1 gig graphics. to run my cabinet vision program which is a single threa...
Hi, When i use following code in my COM DLL and call that API from C++ application then it is showing memory leak . But if i use same code directly from my test appl then it is not showing ...
Hi, I am making _tsetlocale calls to set the locale information in my application. Memory Leak Analyzer is showing memory leak for the following code:         _tsetlocale(LC_COLLATE,     _T(...
I would like to find a way to get a Logical/Volume device name of Removable device (Flash card...). Something like: H: ; Removable disk; Volume Name: DAILY_BK K: ; Local Fixed Disk; Volume ...
I'm wondering, if compilers are written in human readable way, then how come the machine could read the compiler? If machine could read the compiler - which is by itself is not a machine la...
Hi, During this year's exams students here are allowed to use their own computers when writing.  They are also allowed to store any information relevant to the subject on their drives.  How...
How would i go about getting the System Clock time via Assembly in Protected Mode?
My application has so many dll files. So I want to bind them into my application to become a single file. Please give me a suggestion for this problem. Thanks a lot.
I found the following tutorial: http://www.codeproject.com/KB/debug/windbg_part1.aspx Does anyone know, when setting up remote debugging, where I should enter the symbol and source paths...