Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K

36 Posted Topics

Member Avatar for giftcash4you

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....

Member Avatar for crunchie
0
276
Member Avatar for PissedOffLarge

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.....

Member Avatar for khakilang
0
163
Member Avatar for bipin_baglung

I suggest to delete the folder of nero in program files and go for re installation....

Member Avatar for Bob_180_Bob
0
419
Member Avatar for ramrom89
Member Avatar for mtplewis

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...

Member Avatar for ligboet12
0
191
Member Avatar for faisaly

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 …

Member Avatar for Olof Forshell
0
654
Member Avatar for slyd

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...

Member Avatar for slyd
0
144
Member Avatar for umer617

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 …

Member Avatar for sittas87
0
146
Member Avatar for AnthonyWash

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...

Member Avatar for gerbil
0
361
Member Avatar for enrish

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 …

Member Avatar for caperjack
0
262
Member Avatar for vinzz

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 …

Member Avatar for sittas87
0
123
Member Avatar for coolamd
Re: dead

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...

Member Avatar for sittas87
0
90
Member Avatar for bipin_baglung

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...

Member Avatar for jermaghs07
0
139
Member Avatar for mumra
Member Avatar for caperjack
0
135
Member Avatar for bignick270

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..

Member Avatar for abhisdm
0
73
Member Avatar for georgegrace1987

Go for attribute changer software.... and make the option hidden for windows folder unchecked....

Member Avatar for georgegrace1987
0
176
Member Avatar for Brent
Member Avatar for lhei_mhei

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...

Member Avatar for abhisdm
0
107
Member Avatar for greenfu3388
Member Avatar for sparkax
0
147
Member Avatar for georgegrace1987

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....

Member Avatar for georgegrace1987
0
118
Member Avatar for sarathchandra
Member Avatar for daram_shetty

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.....

Member Avatar for bipin_baglung
0
116
Member Avatar for chrissai87

The problem might be wit the USB drivers .. either update ur drivers for USB or put new ones ...

Member Avatar for abhisdm
0
112
Member Avatar for julz1

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...

Member Avatar for abhisdm
0
77
Member Avatar for sittas87

ha ha... Seems originals are not as good as their pirate(bugs fixed) versions...

Member Avatar for sittas87
0
130
Member Avatar for woliver

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 …

Member Avatar for woliver
0
428
Member Avatar for Syncccc
Re: Code

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 …

Member Avatar for abhisdm
0
125
Member Avatar for Bob_180_Bob

M also gettin the same problem.... While browsing a pop up msg appears saying firefox has to close.... anyone knows the fix??

Member Avatar for abhisdm
-1
84
Member Avatar for AndreC

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 …

Member Avatar for abhisdm
0
85
Member Avatar for it2051229

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 …

Member Avatar for abhisdm
0
93
Member Avatar for forumdude123

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 …

Member Avatar for jermaghs07
0
140
Member Avatar for seemantbisht

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...

Member Avatar for abhisdm
0
152
Member Avatar for Andriy_Gonz
Member Avatar for abhisdm

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 …

Member Avatar for ArkM
0
153
Member Avatar for jeremiahm

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...

Member Avatar for abhisdm
0
117
Member Avatar for cinderella_nez

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...

Member Avatar for abhisdm
0
549

The End.