Click here to Skip to main content
15,907,906 members

Videos


Page 9 of 20
4 5 6 7 8 9 10 11 12 13


161. Writing a basic Windows debugger
Learn how you can write your own Windows debugger.
Desktop Programming » Win32 »
Ajay Vijayvargiya Updated: 24 Jan 2011
Rating: 4.92/5 ( (79 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
162. The goto-less goto!
The goto-less goto!
Ajay Vijayvargiya Updated: 24 Jan 2011
Rating: 3.34/5 ( (23 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
163. I need STATUS_RESOURCE_NOT_OWNED exception!
My application is crashing with STATUS_RESOURCE_NOT_OWNED (0xC0000264), when LeaveCriticalSection is being called. I am unable to give exact information about how, why etc. There are 15-20 threads running in system, and all use the same critical section.For example, what can be done with...
Ajay Vijayvargiya Updated: 15 Jan 2011
Rating: 4.00/5 ( (1 vote))
164. I need STATUS_RESOURCE_NOT_OWNED exception!
Thanks for the answer/comment.Anyway, I can reproduce the exception:CRITICAL_SECTION cs;InitializeCriticalSection(&cs);EnterCriticalSection(&cs);// Just random!cs.LockCount = 111;LeaveCriticalSection(&cs);And it causes, the said exception on LeaveCriticalSection!
Ajay Vijayvargiya Updated: 15 Jan 2011
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
165. MSDN: Sync with 'Table of Contents' - Shortcut!
I needed a faster way to Sync and see treeview on left in MSDN, for the topic I am browsing - Found a trick!
Ajay Vijayvargiya Updated: 10 Jan 2011
Rating: 5.00/5 ( (3 votes))
166. Writing Windows Debugger - Part 2
Let's enhance our Debugger!
Ajay Vijayvargiya Updated: 10 Jan 2011
Rating: 4.92/5 ( (67 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 9 of 20
4 5 6 7 8 9 10 11 12 13