C Board  

Go Back   C Board > Community Boards > A Brief History of Cprogramming.com

 
 
LinkBack Thread Tools Display Modes
Old 08-23-2003, 05:04 PM   #1
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
MS VC++ Crash on compilation

Ever since I changed OS from w98 to wXP I've had some trouble with compilation in MS VC++. Most of the time (not always) when I'm compiling a program that has some syntax error in it VC crashes. Well, not the actual IDE but rather the compiler. I can still access menues and such, however I can't stop the compilation. It just freezes and won't stop. Like if it enters some kind of infinite loop. And I can't exit the program cause "a compilation is still in progress".
It get kinda tedious after a while that you have to Ctrl+Alt+Delete to quit the program then start it again to make another compile attempt.

Does this problem sound familiar to someone? I've reinstalled MS VC several times but the error is still there. It's version 6.0.
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline  
Old 08-23-2003, 05:33 PM   #2
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
Also, since I reinstalled MSVC a lot of error messages pop up on certain sites I visit (like when writing a new post here on cprogramming.com). If I remember correctly there was some kind of program included in MSVC that checks scipts on sites, or something. But I can't find to disable it. Does anyone know what I mean?

The errors looks like this:
Attached Images
 
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline  
Old 08-23-2003, 05:52 PM   #3
erstwhile
 
Join Date: Jan 2002
Posts: 2,223
While I can only admire your multilingual capabilities I wonder if you would care to translate the error message you're receiving so that a monolingual dumbass like me can understand it. Thanks!

But if that's the 'scripting error' messagebox with the 'do you want to debug, yes/cancel' then I generally just ignore ie 'cancel' it. There may be some way to physically disable it - I seem to recall that being discussed at some point but don't recollect if there is a way to switch it off.
__________________
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.
Ken Fitlike is offline  
Old 08-23-2003, 06:02 PM   #4
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
In IE, Tools > Internet Options > Advanced > Disable Script Debugging (under the "browsing" list)
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline  
Old 08-23-2003, 06:08 PM   #5
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
Translation:

An error has occured. Do you want to debug?
Row: 2
Error: Syntax error!

Thanks hammer, that seems to have solved it.
My first (and most important) question still remains though.
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline  
Old 08-23-2003, 06:11 PM   #6
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
Code:
An error has occured. Do you want to debug?
Row: 2
Error: Syntax error!
I left a message for Alex asking him to fix the script bug anyway.

Sorry, can't help with your main problem though
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline  
Old 08-23-2003, 06:23 PM   #7
erstwhile
 
Join Date: Jan 2002
Posts: 2,223
Quote:
Originally posted by Hammer
In IE, Tools > Internet Options > Advanced > Disable Script Debugging (under the "browsing" list)
That's it. Thanks.

>>My first (and most important) question still remains though.<<

Have you installed service pack 5? Are you using latest psdk? Is the problem localised to a single project (if so, remove that project and create a new one; i've found that msvc6 is sometime 'temperamental') or, does it occur with all/any project?
__________________
CProgramming FAQ
Caution: this person may be a carrier of the misinformation virus.
Ken Fitlike is offline  
Old 08-23-2003, 06:38 PM   #8
Pursuing knowledge
 
confuted's Avatar
 
Join Date: Jun 2002
Posts: 1,916
Quote:
Originally posted by Hammer
In IE, Tools > Internet Options > Advanced > Disable Script Debugging (under the "browsing" list)
For some reason, when I was using IE, that box would continually "check itself." I would go into the menus and uncheck it, and it would work for a while, and then it would stop working, I would get the error messages, and would have to disable it again. Not to turn this into a browser-flame...but Mozilla doesn't do it
__________________
Away.
confuted is offline  
Old 08-23-2003, 06:57 PM   #9
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
Quote:
Originally posted by Hammer
I left a message for Alex asking him to fix the script bug anyway.
Hm, the error message I showed before was for Hotmail actually. The one that pops up here says something about a missing ')' at row 110.

Quote:
Originally posted by confuted
For some reason, when I was using IE, that box would continually "check itself." I would go into the menus and uncheck it, and it would work for a while, and then it would stop working, I would get the error messages, and would have to disable it again.
I know what you mean. That applies for most M$ products. Like in explorer when you've set all folders to display as 'detailed list', suddenly one day they show as 'big icons'. And all 'my music', 'my documents', 'my whatever' folders they create everywhere. Can't they understand? IF I WANT A FOLDER I'LL MAKE IT MYSELF .

Quote:
Originally posted by Ken Fitlike
Have you installed service pack 5?
I'll check it out. Downloading it now.

Quote:
Are you using latest psdk?
The latest what?

Quote:
Is the problem localised to a single project or does it occur with all/any project?
All projects (and single files).
Attached Images
 
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline  
Old 08-23-2003, 07:00 PM   #10
End Of Line
 
Hammer's Avatar
 
Join Date: Apr 2002
Posts: 6,240
>>The one that pops up here says something about a missing ')' at row 110.
Yeah, that's the one.
__________________
When all else fails, read the instructions.
If you're posting code, use code tags: [code] /* insert code here */ [/code]
Hammer is offline  
Old 08-23-2003, 07:06 PM   #11
Confused
 
Magos's Avatar
 
Join Date: Sep 2001
Location: Sweden
Posts: 3,125
Yay, the service pack seems to have eliminated the bug. I haven't done any serious testing, but I managed to do several 'erronous' compilations in a row and it didn't crash.
Joy! You're my hero tonight, Ken
__________________
MagosX.com

Give a man a fish and you feed him for a day.
Teach a man to fish and you feed him for a lifetime.
Magos is offline  
 

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Speed test result audinue C Programming 4 07-07-2008 05:18 AM
Generic heapsort Sephiroth1109 C Programming 15 12-07-2007 06:14 PM
Difference in MSVC 6 & MS VC .Net passionate_guy C Programming 1 01-23-2006 06:39 AM
Ping ZakkWylde969 Tech Board 5 09-23-2003 12:28 PM
The Timing is incorret Drew C++ Programming 5 08-28-2003 04:57 PM


All times are GMT -6. The time now is 05:58 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22