Stoyan, I got interested in this. I have a variant of your code - but no DEP enabled hardware. Assuming that your hardware is DEP enabled - and DEP is turned...
My client application is 100% WinForms and DataBinding is used all over the place (or at least will be). I have an object model where the "data provider" keeps...
Fredrik Tonn
fredrik@...
Oct 2, 2005 5:04 pm
43803
ASP.NET Framework 1.1 app. I have an HTTP Module that assigns roles to the current user/thread (that way I can use declarative Role attributes to protect...
For DEP violations, the whole process is taken down immediately. No exception handlers are (or should) be run -- the whole idea behind DEP is to prevent bad...
Hi Shawn, Whilst that sounds good, and at least reasonable, is it consistent with [1] which states (amongst other stuff) ... terminated." And ... application...
#5 Drive by downtown underpasses looking for the guy with the sign "Will code C# for food" ... -- G. Waleed Kavalec http://www.IslamAwakened.com/Quran ... ...
Hmm... not sure which is right, then. I thought there was a fail-fast policy for DEP violations, but on rethinking it, I don't see why it can't be treated as...
i'm trying to make real time updates to a number in a simple win32 console program. for example, as a number moves from 1 to 100, it is updated IN-PLACE on the...
... '\r'? If the number always gets bigger, you will always overwrite the last one. If not, then write out 79 - string.length() ' ' chars after your number....
Yay!!! Thanks for such a comprehensive test. /GS never even crossed my mind! I think this confirms that you can trap a DEP exception - with care. That means...
Who let Greg on this list? :) ... -- brady gaster professional geek http://bradygaster.blogspot.com/ (personal) http://weblogs.asp.net/bradygaster (work)...
This evening I was provided some lovely XML DTD structures that I'll be needing to turn into entity objects (I'm thinking, I might just re-use Cory's eloquent...
This will probably be huge. I was thinking just the other day that Google has gradually and steadily been making my life easier, often doing this by simply...
Well, well, well. They actually SHIPPED this thing, and at the $203.70 price too! Only took three and a half months from when I ordered it! I suppose it's more...
... You can move the cursor around using the Win32 console API. So the basic idea for in-place updating is: pos = current cursor position console.write set...
Mike Woodring
mike@...
Oct 4, 2005 4:37 pm
43818
... Wow, 'bout time. I cancelled my order. I'm gonna be getting a whole new laptop and figured it wasn't worth the time/trouble after having waited so long. ...
A colleague followed the same route ;) However he used altova's xml spy and stylus studio to convert from dtd to xsd. He liked the styles' convertion the most....
From: "Mike" <michael.net@...> ... Doubtful. This is a move by Sun to prop up their stock price by associating themselves with Google. So far, it seems...
I watched the webcast[1] twice. There is nothing to indicate that they are even close or actively thinking of something like this. This was hype/rumor and...
... elink=http://wcdata.sun.com/webcast/archives/VIP- 2166/&ilink=http://webcast-mpk1.sfbay.sun.com/webcast/archives/VIP- 2166/ They should take PR lessons...
Google is not my friend this evening. I would appreciate pointers to reference as much as an answer. We have a windows service that reads a processes a text...
... so it will be fat client vs. thin. bring it on, let the best technology win. MS should counter by selling a fat version of gmail - use the network to...
... I haven't viewed any webcasts, but from the articles I've read it seems google are going to be promoting openoffice, e.g. by offering it for download from...
... They've had that for at least five years. For MSN subscribers you get a nice browser that has an integrated email client which talks to your Hotmail...
You shouldn't get your news from /. :) There is no "web Open Office". Read the official press release. It's about the regular version of Open Office....
So, are you saying that the user account that is used to run the service executes that piece of code correctly when run interactively (Snippet Compiler console...
... Are you SURE that the service isn't running as Local Service user? That user has no network credentials, and thus cannot open anything on a UNC path. -- ...