what is the cause for that error? and what would be the best thing to do? hope that u would help me guys!!!!
Posts Tagged ‘There’
When I Close My Yahoo Home Page There Is An Error Occured? And It Says “iexplore.exe – Applicationn Error”
Thursday, February 25th, 2010Is There Any Tool Dat Decompress A File Which Is Compressed Using Zlib.dll?
Saturday, February 20th, 2010i want to deflate JCreator, bt i couldnt find any tool. I hv com 2 knw dat it is compressed using zlib dll. Pleeeeeeeeeeez tel me da name of da tool, or tell me da usage of zlib.dll in VC++ or VC#. its really driving me mad
There Was A Problem Logging Onto Your Mail Server. Your Password Was Rejected. Account: ‘pop.mail.yahoo.com’,?
Friday, February 12th, 2010There was a problem logging onto your mail server. Your Password was rejected. Account: ‘pop.mail.yahoo.com’, Server: ‘pop.mail.yahoo.com’, Protocol: POP3, Server Response: ‘-ERR [SYS/PERM] pop not allowed for user.’, Port: 110, Secure(SSL): No, Server Error: 0×800CCC90, Error Number: 0×800CCC92
Is There A Way To Fix Hpqthb08.exe – Fatal Error. Damaged By Monarona Dona Virus.?
Tuesday, February 2nd, 2010When I tried to fix the MonaRonaDona virus according to responses I read on the web regarding the virus, I seemed to have done some damage to my computer. Mainly my shortcuts aren’t recognized, also I no longer can use my hp picture program that originally came pre-installed on my computer. Is it wise to do a System Restore?
Is There A Way To Restore Cctrust.dll In My Laptop Without Spending 50bucks Or More?
Monday, February 1st, 2010Have you tried reinstalling norton/symantec antivirus? I believer ccTrust.dll is related to it or may be to similar products ie norton 360 etc
One For The Computer Whizzes Out There.?
Tuesday, January 26th, 2010once in a while my computer crashes and brings up a blue screen with the apparent reason.none of this makes any sense to me by the way,the reason it crashes is a file called “ikhfile.sys”i have scanned my pc to find this but every time i do the microsoft error report comes up and i am left with nothing again,if anybody knows the resoloution to this,and can let me know you will have a friend for life!
There Is An Error Coming Nmindexstoresvr.exe Has Encountered A Problem And Needs To Close?
Saturday, January 23rd, 2010please help me with this error thank u
My Computer Says I Am Missing An Antifr.dll File. How Do I Find It Or What Do I Do To Get It Back On There?
Saturday, January 9th, 2010I don’t know what kind of computer you have but have you tried doing a search at Microsoft to see if you can find it that. Otherwise, do a search on yahoo and often you can find your dll files on some of the sites you find there. I’m not familiar with that particular file, what were you trying to do that it came up missing? I just did a quick search on yahoo and found many answers to this problem, some think it is to do with your broadband but if it’s working correctly I don’t see how it could be, others think it is Malware, so do go look, you will find an answer. Kim
Is There Any Program That Can Open A Encrypted Dll File And Show The Original C++ Source Code?
Tuesday, January 5th, 2010DLL files, like all programs are actually in machine code which can easily be converted to assembly code (think of it as human readable code but just barely)….any attempts to convert that to a higher-level language such as C/C++ is possible but any attempts are virtually always met with “estimates” which dont end up compiling the same way ever again. So, in a nut-shell, to get the “oringal C++ source code” is impossible, but to get a guestimate on a C++ source that represents what it could have been is potentially possible, but more than likely but you would then have to do some major work cleaning things up to make it work the same again.
Howeve,r if the DLL file was done in .Net (using one of the languages: VB.Net, C#, or Managed C++, etc) then YES you can get back the original source code quite easily (with comments)….But if the code you are looking for was originalyl done in C++ then pray it was done in Managed C++ otherwise you are out of luck (for the most part). This is not to say it is impossbile but things just got more difficult….and comments wont be apart too