![]() |
| | #1 |
| Confused Join Date: Sep 2001 Location: Sweden
Posts: 3,125
| MS VC++ Crash on compilation 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 |
| | #2 |
| Confused 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:
__________________ 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 |
| | #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 |
| | #4 |
| End Of Line 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 |
| | #5 |
| Confused 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 |
| | #6 |
| End Of Line Join Date: Apr 2002
Posts: 6,240
| Code: An error has occured. Do you want to debug? Row: 2 Error: Syntax error! 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 |
| | #7 | |
| erstwhile Join Date: Jan 2002
Posts: 2,223
| Quote:
![]() >>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 |
| | #8 | |
| Pursuing knowledge Join Date: Jun 2002
Posts: 1,916
| Quote:
__________________ Away. | |
| confuted is offline |
| | #9 | |||||
| Confused Join Date: Sep 2001 Location: Sweden
Posts: 3,125
| Quote:
Quote:
.Quote:
Quote:
Quote:
__________________ 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 |
| | #10 |
| End Of Line 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 |
| | #11 |
| Confused 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 | |
|
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 |