4,228 Topics
| |
Okay i have a Amd athlon X2 64 5200 Im thinking about Upgrading Amd or Intel Which is better Ive already done Research and Most people suggest Amd above Intel Amd is cheap but good ive got myne now for 4 or 5 years if im right Its Kinda Wonderfull … | |
The problem I am having is with a new rig I was putting together. When I start the computer it keeps on going on and off without even actually starting. The fans startup and shutdown but I can't even get to bios. Its as if the computer gets just enough … | |
My laptop has been on it's last stretch for the last half a year or so and I've come to the conclusion that it will cost me more to fix than it will to replace. I've been sitting on actually building a new rig for a while now, as you … | |
Hi All I've noticed recently that in some circumstances Windows Explorer is maxing out when I'm trying to access flash drives. Typically, I insert a flash drive, open my shared folder (which has full access for everyone), then try copying the data I want from the PC to the flash … | |
Guys im using the above machine, just bought it from an auction sale, i installed windows 7, bt the is no sound, i researched on the internet and the possible sound drivers is sound Max but it dont work if i update on the internet, nothing is installed what might … | |
Small part of my code: `GetWindowThreadProcessId(hWnd, &dwID);` `hProcess = OpenProcess(PROCESS_ALL_ACCESS, NULL, dwID);` `string value =" [_this] exec \"\\newfolder\\scripts\\start.sqf\"";` `WriteProcessMemory(hProcess, (LPVOID) 0x09BA3F95, (LPVOID) &value, sizeof(&value), NULL);` I am 100 % sure it has to do with my `value` being a `string` but I haven't found anything helpful elsewhere, even though I've … | |
i have a compaq presario cq50 c130us,heres my system specs as far asi know intel pentium dual T3200 2.0 GHz 4.0 GB ram intel mobile 4 Graphics controller (registers 1.3gb memory?) windows vista 32bit and 150 gb hdd i am curious if there are any faster cpu's that i can … | |
Does anybody experience problems with this motherboard: ASUS p8h67-m pro 1xHDD 320G 1xHDD 1000G Both are connected to the SATA6G ports and the disks supports 6G/sec speed. I install win7 on it. The problem is the next: No matter what I do the MS win7 always recognise the 1000G HDD … | |
I am currently working on a project in VB.net that requires the advanced power settings of the client's system to be set to allow wake up timers for when the system sleeps. Please I have been looking around for the solution. I desperately need it. Thanks in advance. | |
Hi all, my wife has an HP laptop, HP Pavillion dv 2000. Hope im in the right place? She needs it badly by Wednesday for travel/work. So she was optimizing and trying fix it all up nice and I think she updated it to XP service pack 3. which I … | |
Hi I am getting this error when running a very similar code like the below. I have memory problem,but i dont know how can solve it. please help. Thanks in advance. /////////////////////////////////////////// ~~~~~~~ERROR~~~~~~~~ terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted /////////////////////////////////////////// ~~~~~~~~Code~~~~~~~~~ int main(){ /** Declare … | |
Hey Guys! So... I left my PC back home when i went off to college and now that I'm back for summer, it seems that it has missed me because it doesn't work anymore. **First Problem:** When I tried to switch it on, it would start to boot (I'd see … | |
Hi, I am going to upgrade my pc. Plz help me to find a better processor +motherboard in the limit of 7000 indian rupees -vinod | |
So i bought a new 22" LCD - LED backlit - monitor for my new buiild, and i'm facing a horrible case of buyer's remorse... So the problem with this monitor is that: 1) Not much information on it on the web - makes me suspicious 2) Not a very … | |
For some days I have been trying to optimize an image processing program (cropping, rotate, changing brightness and undo) written in c# 4.0. Getting suggestions from google I have optimized the code in many ways. At first some disposable objects hadn’t been disposed that’s why exception was shown. But I … | |
I've never encountered anything like this and have no idea where to begin to troubleshoot. What happens is when I turn on the computer, it will show the motherboard (gigabyte) splash screen, then cut to black and monitor says it's going to sleep... meaning the display signal got cut right … | |
Hi, I'm getting BSOD extremely frequently over the last 24 hours. The blue screen says: Kernal Data Inpage Error, and 0x0000007a. but goes by too fast for me to copy down any other code. It also recommended stopping "Cache Shadowing" in the BIOS, but I could not find this option … | |
At work we have a large number of unit tests that try to alert us that we have made changes that have broken our code. Many of these tests work by evaluating functions under known conditions and comparing the result with the known result. The known result is acquired by … | |
hello :) i'm looking for an algo to find out all possible combinations of a 2d array entries, wich are (Tasks x Processors). i.e, i have to find out all possible schedules to schedule tasks against processors. numbers of tasks and processors are variable. Suppose : ............P1.......P2.......P3 .................................... T1........3 ........6..........4 … | |
Hi every body, I have a dell laptop inspiron N4030 with these information : Intel core i3 M380 2.5GHZ Originally in my pc manufacture put a 2 GB ram , yesterday i bought 4GB ram and hooked it in my laptop so now my pc detect 6GB ram in system … | |
I have a bucket of sand. Is that enough? I need someone to tell me how to, chemically, extract sillicon from the sand to begin spinning it. I am making a 128-bit processor for my upcoming 128-bit OS. Can you help me with some steps? Am not too good with … | |
I am trying to use the glib HashTable implementation for my code and facing some issues in memory allocations. The code I've written is: GHashTable *g_hash_table; g_hash_table = g_hash_table_new (g_direct_hash, g_direct_equal); gint *port, *src_value, *value; guint32 *dst_key, *key; . . . while(1) { key = g_malloc (sizeof *key); dst_key = … | |
Hi- I have a script that grabs a lot of information for a page that has a 'Research Mode.' Basically, it grabs a bunch of data, then uses JS to show or hide info based on user criteria. It used to work fine, but we've been adding more info -- … | |
| |
How can I read memory from a selected process? I'm using the [ReadProcessMemory](http://msdn.microsoft.com/en-us/library/windows/desktop/ms680553%28v=vs.85%29.aspx) function and I don't understand the 2nd parameter (lpBaseAddress). Could anyone help me with this, or tell me another way to read memory from a process? This is my function for reading memory, which I pulled off … | |
Hi, Objective : To successfully remove the memory chips from a RAM stick and reduce its capacity. (Ultimately be able to scale down a 2GB memory stick to a 1.5GB memory stick) - A 200 pin SODIMM DDR2 SDRAM !!! I would like help from RAM experts on this forum … | |
Hi, I changed my video card day before yesterday from ATI 4650 to 6670, and then I had problems while switching on my computer for a few times, then it got sorted. Today, windows informs me that my computer is running slow, so it wanted to switch of aero interface. … | |
I am working on a game making (or really just general program making, but my question applies to games) DLL for opengl. It is almost done but the collision detection is a little bit slow since it has to calculate bounding boxes for each object repeatedly. I was thinking of … | |
Hi all, For starters,i have looked at other forum posts on this site and used the recommendations there for this problem I have and no solution had seemed to help. I have a dell xps m1530 laptop, about 2.5 years old. It has handled very rigorous situations, like intense gaming, … | |
Following is the one of code written by me for shared memory. Problem is that program donot come outside from marked loop and read numbers infinitely. "common.h" [CODE] struct common { int a[10],b[10],c[10],flag; }; [/CODE] p1.c [CODE] #include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<sys/shm.h> #include"common.h" int main() { int running=1; void *shm=(void *)0; … |
The End.