No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
36 Posted Topics
Re: First check with some anti virus if there is a trojan or malware in your system... if not then as NORGEMAN69 said someone might hav played with the options.... | |
Re: I guess its some problem with the hard drive or its settings... well if u want to check if ur drive is proper or not... jus take it and put the drive into some another comp in slave mode and check..... | |
Re: I suggest to delete the folder of nero in program files and go for re installation.... | |
Re: Atlex is right... Try first.... | |
Re: The problem might be tht the RAM/video card is not placed back correctly.. try to keep you CPU clean.... check by swappin the RAM slots... ![]() | |
Re: Assembly language programming is sometimes advantage because it's written keeping the processor in mind.. that is the limitations of processor are taken care and thus the code turns out optimized one.. also writing the code in assembly removes the necessity of cross compilation (carried out for many processors) and thus … | |
Re: First of all check if the RAM is compatible or not and is it properly put in the slots ... If stil the problem continues than may be the OS which u installed is not properly functioning .. try a reinstall with SP2 and then upgrade to SP3 if needed... | |
Re: If ur taskmanager is workin try to find out which new process starts when this error window or virus thing comes and see if there are any suspicious process running.... try to kill the task .. and also see in "msconfig" if some suspicious files are tryin to get loaded … | |
Re: In registry editor go to "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" In that open the value data and field replace userinit.exe by Explorer.exe and also value name by Explorer... hope this helps.. Please let me know the results... | |
Re: Try to get into safe mode and then first turn off system restore ..... Try installing kaspersky antivirus or an equivalent good antivirus in the safe mode and go for a scan.. i guess its some kinda malware thats into your system... scan it... if everythin goes fine then after … | |
Re: Basically the problem has occured because one of the softwares that u have installed is incompatible with the version of windows which you have.. which may lead to problems.. Such a software or driver may make attempts to access reserved regions of memory and pose problem... look into microsoft site … | |
Re: First thing... Check your RAM or video card are correctly placed ... take the RAM ,clean the conducting edges and then insert it back and check... Also try with Changing the slot in which u place the RAM... | |
Re: i dunno exactly which kinda sound u gettin .... if its the hissing kinda sound then two possibilities i guess.. either your harddrive is the reason for sound as u access more or the fan or ur processor and cabinet... check it... | |
Re: Did u try all the options of opening more than one page?? which browser do u hav??? | |
Re: Hi.... one of the suited options is make use of a macro.... most of the assembly languages support the macro... which performs almost the same function as that of the #define.. | |
Re: Go for attribute changer software.... and make the option hidden for windows folder unchecked.... | |
Re: I guess softwares like partition magic will be useful... | |
Re: Hi first of all to read the character or word from keyboard u should have a buffer declared at the beginning itself .... then try to get the count of characters from the buffer... | |
Re: might be the drivers for mouse and keyboard are not gettin loaded in safe mode... Check it... | |
Re: Hi George..... before u buy a new stick please contact gigabyte and let them know ur problem...as sometimes it might be ur motherboard problem too.... | |
Re: Have u checked the BIOS settings??? Try givin boot priority and check... | |
Re: Now that u hav a genuine key with u try to make use of "Key changer software" and enter the genuine key.... See if your system gets updated then..... | |
Re: The problem might be wit the USB drivers .. either update ur drivers for USB or put new ones ... | |
Re: Go to bios setup and see if the disk is gettin detected there... if yours is a SATA disk try to plug into different ports and see... if this doesn't work then last thing is put ur disk into another computer in slave mode and format... | |
Re: ha ha... Seems originals are not as good as their pirate(bugs fixed) versions... | |
Re: Well if u r getting stuck at a point while the installation is goin on for a freash version of XP then check the source from where u r installing.. maybe a file in that source (Cd/DVD) maybe corrupted and hence the installation stops... the way u can get your … | |
Re: The code after Encrypt11 is one of the old ways of encryption in which u take a encryption key as input from the user... rotate your data to be encrypted and then perform an arithmetic operation like addition and finally xor with the encryption key so as to get the … | |
Re: M also gettin the same problem.... While browsing a pop up msg appears saying firefox has to close.... anyone knows the fix?? | |
Re: I guess the problem is arising because you are tryin to move an immediate value directly to a memory location which your processor assembly won't allow, might be one of your operand should be a register, may be u have to use register as pointer to memory .... Any suggestions … | |
Re: By using code and "al,0fh", u r not subtracting but u r masking the bits this doesn't work fine always because.. when u enter the values 0 to 9 through keyboard it gives 30H to 39H, and 41H to 46H and so on for letters A to F... Z, for … | |
Re: AMD system is quiet preferred one for Gaming and other media applications... However the AMD processor generally runs at a clock speed bit less than that mentioned in its specifications .... however combined with a card like 8800gt it'll work fine...But for complex programming and related application the Intel processor … | |
Re: Check with the RAM and video card slots.. coz if they are not properly inserted into the slots the PC doesn't provide booting screen... if all seem to be right then check with the motherboard... | |
I'm getting an error msg as Type mismatch in redeclaration of 'putw' for the following code... Can anyone suggest the reason for this??? [code]#include<stdio.h> union pw{ short int i; char ch[2]; }; int putw(short int num, FILE *fp); int main() { FILE *fp; fp=fopen("test.tmp","wb+"); putw(1000,fp); fclose(fp); return 0; } int … | |
Re: As Janine said.... This problem occurs when the RAM or the graphics or video card is not properly workin in their slots .... I wud suggest to check the RAM .. if possible change the slot in which it is inserted and also look into the graphics card... | |
Re: Prepare a look up table for 7 segment display for numbers 0 to 9.. make use of two 7-seg LED's and , get the count number to be displayed , and display the digits with help of look up table... |
The End.