![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: fritz, update |
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Actually, on Windows 98SE it's "MS-DOS Prompt". So this guy was right.
"Command Prompt" is term on Win2k/WinXP systems... "CeeBee" wrote in message . 6.84... Are you by any chance assuming you're talking to someone who actually knows what he's talking about? The guy who once claimed "I don't have anything on my Windows 98se system called "command prompt"? |
| Ads |
|
#12
|
|||
|
|||
|
"Euclid" wrote in message link.net...
. True - and somewhat disconcerting, due to the guy's apparent simple-mindedness. |
|
#13
|
|||
|
|||
|
"Euclid" wrote in message news:
It's "hard to say"? It sounds like you're talking in generalities, not me. Have you tested the GUI in question to look for exceptions or exception handling? I doubt it. Sounds like you're another wolf in sheep's clothing working for Chessbase under the table (like CeeBee). -E OK, so you can specifically state there is no exception handling? I guess you obtained the source code, or reverse engineered/decompiled the executable to obtain that information. As for me, I haven't updated the GUI yet. And I'll say it again, I don't doubt there are bugs in the new version, I don't doubt there are unhandled exceptions. I'm actually not that big of a fan of Chessbase -- there stuff is full of bugs. But I'm a bigger advocate against morons spreading disinformation based on zero experience and made-up terms, so you've trumped them in this case. Congrats. |
|
#14
|
|||
|
|||
|
"Thomas" wrote in message
... "Euclid" wrote in message news: It's "hard to say"? It sounds like you're talking in generalities, not me. Have you tested the GUI in question to look for exceptions or exception handling? I doubt it. Sounds like you're another wolf in sheep's clothing working for Chessbase under the table (like CeeBee). -E OK, so you can specifically state there is no exception handling? I guess you obtained the source code, or reverse engineered/decompiled the executable to obtain that information. As for me, I haven't updated the GUI yet. And I'll say it again, I don't doubt there are bugs in the new version, I don't doubt there are unhandled exceptions. I'm actually not that big of a fan of Chessbase -- there stuff is full of bugs. But I'm a bigger advocate against morons spreading disinformation based on zero experience and made-up terms, so you've trumped them in this case. Congrats. _________________ As I thought, you don't know what you're talking about... -E |
|
#15
|
|||
|
|||
|
"CeeBee" wrote in message
. 6.83... "Damir Ulovec" wrote in rec.games.chess.computer: Actually, on Windows 98SE it's "MS-DOS Prompt". So this guy was right. "Command Prompt" is term on Win2k/WinXP systems... Actually, you were missing the point. ___________________ Who cares? You are triviality incarnate. -E |
|
#16
|
|||
|
|||
|
I know, but guy was right anyway. Didn't wrote wrong. All debate about this
is "missing the point". "CeeBee" wrote in message . 6.83... EMH Mark I: "Stop breathing down my neck." EMH Mark II: "My breath is merely a simulation." EMH Mark I: "So is my neck. Stop it anyway." Q: What's the first certain sign that someone's infected with AIDS? A: Hot breath down his neck, and sharp pain in his *ss. ![]() |
|
#17
|
|||
|
|||
|
It doesn't seem there's much point in arguing with Euclid. When faced with
an argument, his best defense is to turn it around into a new argument trying to avoid the original point. Here, instead of arguing why he is correct (which he isn't), he attempts to spin the argument on you, Tom. Remember the argument: "Don't argue with an idiot. They'll bring you down to their level and beat you with years of experience." Brian "Euclid" wrote in message ink.net... "Thomas" wrote in message ... "Euclid" wrote in message news: It's "hard to say"? It sounds like you're talking in generalities, not me. Have you tested the GUI in question to look for exceptions or exception handling? I doubt it. Sounds like you're another wolf in sheep's clothing working for Chessbase under the table (like CeeBee). -E OK, so you can specifically state there is no exception handling? I guess you obtained the source code, or reverse engineered/decompiled the executable to obtain that information. As for me, I haven't updated the GUI yet. And I'll say it again, I don't doubt there are bugs in the new version, I don't doubt there are unhandled exceptions. I'm actually not that big of a fan of Chessbase -- there stuff is full of bugs. But I'm a bigger advocate against morons spreading disinformation based on zero experience and made-up terms, so you've trumped them in this case. Congrats. _________________ As I thought, you don't know what you're talking about... -E |
|
#18
|
|||
|
|||
|
"Euclid" wrote in message link.net...
As I thought, you don't know what you're talking about... -E Uh-huh. Go back to dispensing your advice. Clearly my 20 years of software development is no match for your in-depth PC knowledge. |
|
#19
|
|||
|
|||
|
"CeeBee" wrote in message
. 6.74... You don't know, else you wouldn't say it and repeat it. You don't have a clue what I'm talking about, did you? A "command prompt" is a generic term, not some trademark name from some specific Microsoft OS. I didn't wrote about TM, I was wrote about knowledge. Dude, go to Start/Programs/Accessories, and suit for yourself... The remark was not about nomenclature, it was about general knowledge, that's why you were missing the point. You're the one who's don't have knowledge in this area. You represent my thougts totaly wrong... And if you think the _debate_ is "missing the point", don't discuss it in the first place yourself. And, at the end - filter. Nice to chat with you. I will not spend more of your, nor my spare time... |
|
#20
|
|||
|
|||
|
Well, some of what Euclid said doesn't quite makes sense but there's
no reason to start calling him names. I also have many years of software engineering experience, let's take a look at two of Euclid's statements: Unfortunately the programmers of the Chessbase GUI have now made it impossible to use the Windows XP debugging tools with their software, while providing nothing to replace them. Not sure why you expect to be able to debug an off-the-shelf software package!? Also, I didn't know Windows XP came with any debugging tools. In case you're talking about the event log, well... to put error information in the event log you have to recognize that an error has occurred. It sounds like the GUI crashes/freezes up and I doubt that the programmers have anticipated these problems. Their latest GUI has no exception handling. If you get an error, the GUI may just stop working for unknown reasons. Regarding exceptions, you two may be talking about two different things. Euclid may be using the word "exception" in a general way (like in "error"). Then what he says kind of makes sense. Obviously an application doesn't handle exceptions (errors) well enough if it just freezes up. Thomas may be thinking of "exceptions" as in C++ Exceptions when Euclid's reasoning doesn't really makes sense. It could also be that Euclid is more used to a programming language like Java where you're pretty much guaranteed that a program doesn't crash or freeze without throwing an exception (that you can catch and handle). In some C/C++ environments this isn't the case, no exception will be thrown if you e.g. deference a null pointer - the program will just crash. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I HAVE BEATEN FRITZ HIMSELF ON FRITZ 8 | Gregory Topov | rec.games.chess.computer (Computer Chess) | 3 | April 4th 04 06:06 AM |
| deep fritz 8 vs shredder 704 | Blackbeard's Ghost | rec.games.chess.computer (Computer Chess) | 30 | January 24th 04 07:25 PM |
| Fritz 8 update vs Deep Fritz 8 | Henri H. Arsenault | rec.games.chess.computer (Computer Chess) | 1 | December 15th 03 01:30 AM |
| Deep Fritz 8 (Aka X3D Fritz) | Seymore Butts | rec.games.chess.computer (Computer Chess) | 12 | December 12th 03 05:37 PM |
| Fritz 8 [Nov 13 2003] Update Patch | cenkog | rec.games.chess.computer (Computer Chess) | 5 | December 5th 03 02:37 PM |