It seems like some kind of DLL files were erased accidently, just find which application cause the problem and reinstall.
Posts Tagged ‘With’
Why I Get Msg When I Start My Sony Vaio Laptop With Vista O/s From Application Launcher ” Graphics Dll Not Ldd
Wednesday, February 17th, 2010How Can I Find Someone To Assist Me With The Disassembly Of A .dll File?
Saturday, February 13th, 2010it’s hard to disassemble a .dll file…. but here’s a tool that might help you:
ResHack
just search for it.
Help With Iexplore.exe Application Error?
Saturday, February 13th, 2010Can someone explain why this is happening,and what I need to do to stop it from happing.Please. when I’m on my home page AT&T Yahoo Browser I keep getting this error message.
“The instruction at “0×62304390″ referenced memory at “0×6230439″,this memory could not be “Read” Click to terminate this program,when i click terminate my systen shuts down.
My system is a new Dell that i just got Tuesday,May 8th.
Anyone know why this is happening and how do i fix it ?
Thanks
I Still Cannot Logon With Pop3 Is 995 Smtp Is 587?
Friday, February 12th, 2010There was a problem logging onto your mail server. Your Password was rejected. Account: ‘plus.pop.mail.yahoo.com (1)’, Server: ‘plus.pop.mail.yahoo.com’, Protocol: POP3, Server Response: ‘-ERR [SYS/PERM] pop not allowed for user.’, Port: 995, Secure(SSL): Yes, Server Error: 0×800CCC90, Error Number: 0×800CCC92
Problem With Xp Home/kaspersky Av/bsod?
Tuesday, February 9th, 2010Hi I am having a problem with a computer. Whenever I turn it on it shows the Dell Splash screen, the Then the Windows XP Home logo with the loading bar, and after like 3 or so completions on the load bar I get a Blue Screen.
I have narrowed this down to Kaspersky Antivirus… I cannot load into Safemode either, it gives me the same error. I tried to put in the windows xp disk and run a chkdsk but that didn’t help either.
Here is more information about the error:
The Problem seems to be caused by the following file: klif.sys
Technical information
Stop: 0×000000D4 (0xF8AD9938, 0×000000FF, 0×00000001, 0×80516D7F)
Is there anything I can do short of reinstalling windows?
Can Anyone Help Me With The Hello World Server And Client Program?
Tuesday, February 9th, 2010I’m suppose to do this program and make it work in windows os and linux but i can’t seem to make it run. i always get an error. can you tell me wats wrong? should i include some more commands? i’m new in this socket programming thing and i really need help.
here’s the program:
#include
#include /* exit() */
#include /* memset (), memcpy()*/
#include /* uname()*/
#include
#include /* socket(), bind(), listen(),accept()*/
#include
#include
#include
#include /* fork(), write(), close()*/
int_GetHostName(char *buffer, int length);
const char MESSAGE[] = “Hello, World!\n”;
const int BACK_LOG=5;
int main(int argc, char *argv[]){
int serverSocket=0, on=0, port=0,status=0,childPid=0;
struct hostent *hostPtr=NULL;
char hostname[80]=”";
struct sockaddr_in serverName={0};
if (2!=argc){
fprintf(stderr,”Usage: %s \n”,argv[0]);
}
port=atoi(argv[1]);
serverSocket=socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
if(-1==serverSocket){
perror(“socket()”);
exit;
}
/* turn off bind address checking, and allow port numbers to be reused –
otherwise the TIME_WAIT phenomenon will prevent binding to these address.port
combinations for (2*MSL) seconds.
*/
on=1;
status=setsockopt(serverSocket, SOL_SOCKET, SO_REUSEADDR, (const char*)&on,sizeof(on));
if(-1==status){
perror(“setsockopt(…,SO_REUSEADDR,…
}
/* when connection is closed, thereis a need to linger to ensure all data is transmitted,
so turn this on also
*/
{
struct linger linger={0};
linger.1_onoff=1;
linger.1_linger=30;
status=setsockopt(serverSocket,SOL_S… char*)&linger,sizeof(linger));
if(-1==status){
perror(“setsockopt(…,SO_LINGER,..…
}
}
// FIND OUT WHO I AM
status=_GetHostName(hostname,sizeof(h…
if(-1==status){
perror(“_GetHostName()”);
exit(1);
}
hostPtr=gethostbyname(hostname);
if(NULL==hostPtr){
perror(“gethostbyname()”);
exit(1);
}
(void)memset(&serverName,0,sizeof(ser…
(void)memcpy(&serverName.sin_addr,hos…
/* to allow server be contactable on any of its IP addresses, uncomnment the following line of code
serverName.sin_addr=hton1(INADDR_ANY…
*/
serverName.sin_family=AF_INET;
serverName.sin_port=htons(port); //network order
status=bind(serverSocket,(structsocka…
if(-1==status){
perror(“bind()”);
exit(1);
}
status=listen(serverSocket,BACK_LOG);
if(-1==status){
perror(“listen()”);
exit(1);
}
for(;;){
struct sockaddr_in clientName={0};
int slaveSocket, clientLength=sizeof(clientName);
(void)memset(&clientName,0,sizeof(cl…
slaveSocket=accept(serverSocket,(str… sockaddr*)&clientName,&clientLength);
if(-1==slaveSocket){
perror(“accept()”);
exit(1);
}
childPid=fork();
switch(childPid){
case -1: /* ERROR */
perror(“fork()”);
exit(1);
case 0: /* child process */
close(serverSocket);
if(-1==getpeername(slaveSocket,(s… sockaddr*)&clientName,&clientLength)){
perror(“getpeername()”);
}else{
printf(“Connectionrequest from %s \n”; , inet_ntoa(clientName.sin_addr));
}
/* Server application spoecific code goes here,
e.g.perform some action, respond to client etc.
*/
write(slaveSocket,MESSAGE,strlen(…
close(slaveSocket);
exit(0);
default: /*parentprocess*/
close(slaveSocket);
}
}
return 0;
}
/* Local replacement of gethostname() to aid portability */
int _GetHostName(char *buffer, int length){
struct utsname sysname={0};
int status=0;
status=uname(&sysname);
if(-1!=status){
strncpy(buffer,sysname.nodename,len…
}
return(status);
}
please help..
Problem With Installing Xp?
Monday, February 8th, 2010when i try install xp i get an error saying
Technical Information:
Stop:0×0000007E (0xC0000005,0xF748E0BF,0xF78DA208, 0xF7809F08)
pci.sys – Adress F748E0BF base at F7487000, Datestamp 3b7d855c
and it also tells me to check for BIOS updates and to disable BIOS memory options such as caching or shadowing.
my laptop is a toshiba satellite L300D that had vista
anybody know how to fix this?
How Do I Open .dll And Other Files/programs With Windows 2000?see Details…?
Monday, February 8th, 2010I just took an older computer with windows 98 on it and put 2000 on it.Now when i try to open certain programs like .dll files and things like that,i get a box that pops up and says “open with” and it lists a few programs that came with 2000,like note pad,internet explorer, a few other basic programs,and a few basic programs/software that i just added myself.When i get the “open with” box i click on just about every thing thats in there and still cant open it.Is there a program that i need to download so i can use these programs?Also,now that i put windows 2000 on this comp,it has basically nothing on it,not even “java runtime environment”.What are some basics that i should get?I already added java,quicktime,and a few others,what else should i get?Thanks!
What Can I Do To Repair My Computer With Dll Loading Errors?
Sunday, February 7th, 2010you can use Winxp Manager or PC tools. both are very good and will fix your problem.
I Cant Install Wmp.this Version Of Windows Media Technologies Is Incompatible With This Version Of Windows.?
Sunday, February 7th, 2010Error:This version of Windows Media Technologies is incompatible with this version of Windows. For more information, view the information at the Microsoft web site.
I dont know wat shld I do I cant Install Windows media Player on my Sys ………. is there any Genius who can help me out.. Plz I’m Waiting. bye thanks !!!!!