First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Some architecture related questions in user programming
Hi, I have some low level questions, all discussions in user space scenario. 1) How do I get architecture specific info - a) whether machine is SMP/ASMP/NUMA? b) Number of Caches and how they are chared across core? c) size of cacheline? 2) If I say _declspec(align(64)) will the dat... 2 Feb 2010 16:05
How to mount a volume ?
Hi, I'm playing with the new VHD APIs introduced with Windows 7 : http://msdn.microsoft.com/en-us/magazine/dd569754.aspx In this article, it is written : "ATTACH_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER (called SURFACE_VIRTUAL_DISK_FLAG_NO_DRIVE_LETTER in the beta) will prevent Windows from automatically assigni... 26 Jan 2010 13:13
Set processor core affinity to a thread
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:ddacd63d-f5b2-471b-a3f3-843faf56c1f7(a)c34g2000yqn.googlegroups.com" ... 26 Jan 2010 03:17
RANT: Microsoft's Team Foundation Server
Hi All, It is becoming increasingly apparent, at least to me, that Microsoft is relying more on a "lock-in-the-customer" strategy with their products. This strategy has always been present to some extent, but now it seems to be on over-drive. I see it everywhere, in C++.NET, crypto, Silverlight, web services. ... 24 Jan 2010 13:35
Tanix - you generated a REAL BUG!
Ha! This is so funny. Tanix mail reader is not wrapping RFC 3522 Referenecs: line and it allowing 1 single long line of 1024 characters The NNTP Server MS is using to host this newsgroup is barfing (and properly so) with the illegal line (see below): Either your mail reader, X-Newsreader: News Xpr... 23 Jan 2010 09:50
Localized "Yes/No" strings
Hi, I've searched MSDN and the Win32 API a lot, but I can't figure out if this information is available somewhere. What I'm searching are locale-specific strings with the meaning "Yes" or "No". There's a lot of locale-specific information available via GetLocelInfo(Ex), but apparently not this. Is there an ... 22 Feb 2010 15:17
SendMessage and PostMessage
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:eI8dBfFlKHA.5728(a)TK2MSFTNGP06.phx.gbl" type="cite"> <p wrap="">This seems to me to con... 19 Jan 2010 18:04
Writing good articles that have much better chance to be seen by o
"tanix (aka pgadmin)" wrote: 7. Do not waste your time on personal attacks, humiliation and insults. That does not buy you anything. It just gets the discussion deluted with unpleasant things. If you think YOUR ego is the most important thing in the world, think again. Because it is about the l... 18 Jan 2010 14:17
Stange trecing of nt!NtOpenFile (winxp)
Hi. I trying to find out which files can't be opened by system on boot, so i tried this: bp nt!NtOpenFile "g poi(esp);j(eax==0)'gc';''" (yes, i know status other than 0(eax==0) might actually be a success too,cause it's NTSTATUS) and caught this: f7bfd1ec 804dd4a1 badb0d00 f7bfd264 00000000 nt!KiFastCallEntry+... 18 Jan 2010 09:44
Hooking exit process
Thanx Bruce, it helped me to fix the exact same problem :) After many hours i could not figure out why WriteProcessMemory worked with one EXE but not with another one. so i just used : ----------------------- BOOL res = VirtualProtect(ppfn, pfnLen, PAGE_READWRITE, &oldprotect); if(res && oldprotect != NULL) {... 14 Jan 2010 15:48
First  |  Prev |  Next  |  Last
Pages: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30