Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 5th, 2005, 1:50 AM   #11
Insomniac
Programmer
 
Insomniac's Avatar
 
Join Date: Aug 2004
Location: Cloud #9
Posts: 47
Rep Power: 0 Insomniac is on a distinguished road
Quote:
Originally Posted by mitakeet
Your description sounds like you need an OS rebuild, no matter what your virus scan says!
I was afraid of that. I just did a fresh wipe of the OS one week and one day ago.

Looks like Ill have to put my programming lessons on hold for the time being while I wait for my new system to arrive. No point putting in the time when I have to do it anyway for the new computer which should arrive shortly.

Ill give others a chance to respond then Ill edit the thread title solved, probably two or three days.

Alright, thank you.
__________________
From an IBM Thinkpad T43 - 14.1" SXGA+ - ATI 64 MB X300 - Sonoma 760 - 2 GB RAM - 80 GB HD 5400 - IBM ABG II - FC3, Ubuntu & XPee
DevC++, and Macromedia's - Dreamweaver & Flash Pro and a little Adobe Illustrator & Photoshop
Sleep? Sleep is for the weak.:cool:

Insomniac is offline   Reply With Quote
Old Jun 5th, 2005, 2:36 AM   #12
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 5 uman is on a distinguished road
I think your computer is messed up, hardware-wise, if it's already b0rken after 8 days.
uman is offline   Reply With Quote
Old Jun 5th, 2005, 5:45 AM   #13
mitakeet
Programmer
 
mitakeet's Avatar
 
Join Date: Jun 2005
Location: Maryland, USA
Posts: 59
Rep Power: 4 mitakeet is on a distinguished road
WhacherOS? If it is Win9x, then you need to upgrade to a real OS. If it is Win2K/XP then you need to go to Windows Update FIRST THING when you connect to the network (if you have an internal network, an infection may be residing there!) and try to get fully patched before you do ANYTHING else.
__________________

Free code: http://sol-biotech.com/code/.

It is not that old programmers are any smarter or code better, it is just that they have made the same stupid mistake so many times that it is second nature to fix it.
--Mitakeet

The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man.
--George Bernard Shaw
mitakeet is offline   Reply With Quote
Old Jun 5th, 2005, 6:03 AM   #14
Nuticulus
Programmer
 
Nuticulus's Avatar
 
Join Date: May 2005
Location: England
Posts: 61
Rep Power: 4 Nuticulus is on a distinguished road
Why do people always assume that reinstalling Windows will fix everything? If he's recently reinstalled his OS, I don't think he needs to go and wipe it /again/. I don't know what the source of his errors is, but it could be being caused by malware, he could've tinkered with some settings that he wasn't supposed to, or there may be actual bugs in his software. And if there are bugs in the software, then there's little he can do about them.

I think you should check out the bug database for Dev-C++ and see if anyone else is experiencing the same problems. Also, upgrade Dev-C++ to the latest version if you haven't already done that. If that fails to work, try /downgrading/ to an earlier version of Dev-C++ to try and find a version that doesn't have the bug (reading the bug reports might help you find which one this is). Looking at your version, you're using a beta version of Dev-C++ 5. So this may be a bug in the beta version, so try downgrading to Dev-C++ 4 (which is tried and tested).
Nuticulus is offline   Reply With Quote
Old Jun 5th, 2005, 6:19 AM   #15
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 5 uman is on a distinguished road
Something's wrong with the hardware if Windows is falling over after only eight days.
uman is offline   Reply With Quote
Old Jun 5th, 2005, 8:07 AM   #16
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Although it's called version 5, Dev-C++ is actually in the 4.9s. Your makefile says you have version 4.9.2.9. I've been at 4.9.9.1 for some time. I'd reccommend you update. It is very unlikely that you have a hardware problem unless you've been messing with your hardware or have a souped-up machine. It happens, but it's extremely rare. If you've just added a piece, then you might check the solidity of that operation. Malware is very common, commoner if you don't watch your system closely and keep the security screws tightened down. If you're not familiar enough with the functioning of your system to tell by peeping around here and there, run scans with a couple good tools. Most malware is relatively easily removed. There are exceptions. I spent a week writing a tool to remove one that Killbox, et.al., couldn't touch. If I hadn't promised to save the guys data, I would have just deep-scrubbed the drive and reinstalled.

Your makefile looks pretty much standard. I'd try running the various phases of the make from the CLI and just observe the error messages. The things you see like "CC" and "OBJ" are macros. When you see them preceded with the "$", that's an expansion. Consequently, $(CC) would be replaced by "gcc.exe". If you mentally do that for each of the commands/macros, you can see how to construct each part. I'm not sure why there's a Windows resource file there for a console app. The "-mwindows" option means the console app is to produce a window (as opposed, say, to an invisible service-type program).
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:49 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC