Re: A mutex puzzle; single instance of application
From: Michael A. Covington (look_at_www.covingtoninnovations.com.for.address)
Date: 02/21/04
- Next message: Karthik Seetharaman: "Generate Image and map area"
- Previous message: Mullin Yu: "Re: TraceListener issue"
- In reply to: Michael A. Covington: "Re: A mutex puzzle; single instance of application"
- Next in thread: William Stacey [MVP]: "Re: A mutex puzzle; single instance of application"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 21 Feb 2004 00:11:32 -0500
Thanks to all who helped. I've summarized what I learned at:
www.ai.uga.edu/mc/CSharpNotes.html
www.ai.uga.edu/mc/SingleInstance.html
-- Michael A. Covington - Artificial Intelligence Ctr - University of Georgia "In the core C# language it is simply not possible to have an uninitialized variable, a 'dangling' pointer, or an expression that indexes an array beyond its bounds. Whole categories of bugs that routinely plague C and C++ programs are thus eliminated." - A. Hejlsberg, The C# Programming Language
- Next message: Karthik Seetharaman: "Generate Image and map area"
- Previous message: Mullin Yu: "Re: TraceListener issue"
- In reply to: Michael A. Covington: "Re: A mutex puzzle; single instance of application"
- Next in thread: William Stacey [MVP]: "Re: A mutex puzzle; single instance of application"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|