1998Q3/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Modular MUD [Was:Finer points of Telnet progra -->
<!--X-From-R13: "Xba O. Znzoreg" <wyflfvapNvk.argpbz.pbz> -->
<!--X-Date: Tue, 25 Aug 1998 21:32:57 &#45;0700 -->
<!--X-Message-Id: 199808260431.XAA10842@dfw&#45;ix6.ix.netcom.com -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199808260104.TAA29610#darklock,com -->
<!--X-Reference: 19980825220041.B20005#yuma,Princeton.EDU -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet progra</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:jlsysinc#ix,netcom.com">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00852.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00854.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00865.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00872.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00853">Author</A>
&nbsp;|&nbsp;<A HREF="#00853">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00853">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet progra</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet progra</LI>
<LI><em>From</em>: "Jon A. Lambert" &lt;<A HREF="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</A>&gt;</LI>
<LI><em>Date</em>: Wed, 26 Aug 1998 00:32:23 -5</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
On 25 Aug 98, Adam J. Thornton wrote:
&gt; On Tue, Aug 25, 1998 at 06:03:05PM -0700, Caliban Tiresias Darklock
&gt; wrote:
&gt; &gt; "Doctor, it hurts when I do this..." Correct me if I'm wrong, but aren't
&gt; &gt; stray pointers something you shouldn't have in the first place? Every
&gt; &gt; argument I've heard for W9x being a bad platform comes down to "If you
&gt; &gt; screw up, bad things happen". Well, call me arrogant, but I say just don't
&gt; &gt; screw up.
&gt; 
&gt; I'm not smart enough to write real programs without screwing up. 
&gt; And I like it when my mistakes don't make me have to reboot, and I
&gt; just get "Segmentation Violation [core dumped]", and then I can
&gt; debug using the core file and my executable, and realize that I
&gt; passed in the value stored at some place rather than its address, or
&gt; something like that.

Nod.  I also screw up often and I get the exact same error, except 
a dialog box pops up that says a "A page-fault exception has occurred 
at 0x0cfe004e in kernel32.exe".  Then I click the just-in-time 
debugging button and my source window, assembly pane and call stack 
window pop up.  Double-click on the last function called on the 
stack and usually the offending source line is staring me in the 
face.  Ah, but I simplify, I usually try to code more devious and 
subtle pointer errors.  ;)  

&gt; And with a modular, extensible framework, where you can't
&gt; necessarily control the quality of the code being run, well, I'd be
&gt; really wary of running it in an environment that didn't rigorously
&gt; enforce process isolation. 

Well... I'm not inclined to venture into debugging the libs or dlls 
supplied with my OS or compiler.  I don't have access to the source 
code nor do I have the time to fix their code.  I'd rather send the 
vendor some hate E-mail and demand they supply a workaround or fix 
for the problem.   

--
--/*\ Jon A. Lambert - TychoMUD     Internet:jlsysinc#ix,netcom.com /*\--
--/*\ Mud Server Developer's Page &lt;<A  HREF="http://www.netcom.com/~jlsysinc">http://www.netcom.com/~jlsysinc</A>&gt; /*\--
--/*\   "Everything that deceives may be said to enchant" - Plato   /*\--


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00842" HREF="msg00842.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet programming ...]</A></STRONG>
<UL><LI><EM>From:</EM> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00844" HREF="msg00844.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet programming ...]</A></STRONG>
<UL><LI><EM>From:</EM> "Adam J. Thornton" &lt;adam#phoenix,Princeton.EDU&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00852.html">[MUD-Dev] Re: Finer points of Telnet programming ...</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00854.html">[MUD-Dev] Re: Marion's Tailor Problem</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00865.html">[MUD-Dev] Scripting:was Modular Mud</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00872.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet programming ...]</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00853"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00853"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet   programming ...]</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00858" HREF="msg00858.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet   programming ...]</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 26 Aug 1998, 12:51 GMT
</LI>
<LI><strong><A NAME="00859" HREF="msg00859.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet   programming ...]</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 26 Aug 1998, 12:58 GMT
<LI><strong><A NAME="00860" HREF="msg00860.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet  	  programming ...]</A></strong>, 
pomales <a href="mailto:pomales#caip,rutgers.edu">pomales#caip,rutgers.edu</a>, Wed 26 Aug 1998, 13:11 GMT
</LI>
<LI><strong><A NAME="00865" HREF="msg00865.html">[MUD-Dev] Scripting:was Modular Mud</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Thu 27 Aug 1998, 05:37 GMT
</LI>
</LI>
<LI><strong><A NAME="00853" HREF="msg00853.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet progra</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 26 Aug 1998, 04:32 GMT
</LI>
<LI><strong><A NAME="00872" HREF="msg00872.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet programming ...]</A></strong>, 
Jeroen Ruigrok/Asmodai <a href="mailto:asmodai#wxs,nl">asmodai#wxs,nl</a>, Sun 30 Aug 1998, 14:57 GMT
<LI><strong><A NAME="00876" HREF="msg00876.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet programming ...]</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Sun 30 Aug 1998, 18:40 GMT
</LI>
</LI>
</ul>
</ul>
<LI><strong><A NAME="00847" HREF="msg00847.html">[MUD-Dev] Re: Modular MUD [Was:Finer points of Telnet progra</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Wed 26 Aug 1998, 03:40 GMT
<UL>
<LI><strong><A NAME="00851" HREF="msg00851.html">[MUD-Dev] Re: Modular MUD</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Wed 26 Aug 1998, 04:23 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>