I wonder windows' default timer resolution Hi. reading a Charles' famous book, I wonder why MS set the default timer resolution to 10msec. I have been trying to find the answer, but I didn't. Is it from the historical things? The book says the resolution 55 msec for 9x and 10 msec for NT. Why they do not choose less resolution for better performance... 24 Feb 2010 08:36
Sell Your Copy of DynaZip Version 5 Hello, I would like to purchase a second-hand copy of DynaZip version 5. I would need to acquire the ORIGINAL disk and your rights to use and distribute the software. You would no longer have the right to use or distribute it. Please contact me if you have a licensed copy of DynaZip 5 that you no longer nee... 22 Feb 2010 11:50
ANN: Seed7 Release 2010-02-21 Hello, I have released a new version of Seed7: seed7_05_20100221.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 27 Feb 2010 14:20
Listen on several UDP ports ? > I am thinking about if someone have 2 pc (or more) and want to play my game on both, then he will have to use another port [...] You are not thinking correctly. UDP/IP datagrams have remote as well as local information. ... 22 Feb 2010 11:50
[sockets] Listen on several UDP ports ? Hi, first of all sorry if I am not in the right section, I program for windows then I thought it was a good place. I am developping an online game using a UDP server/client connection, I am thinking about if someone have 2 pc (or more) and want to play my game on both, then he will have to use another port but ho... 21 Feb 2010 05:59
GetWindow problems i am trying to get child window of "Progman" class but it is giving me an error "Invalid handle window" i am using for this hwnd=FindWindow("Progman",0); hwnd=GetWindow(hwnd,GW_CHILD); it is finding window but it isn't returning child window. this funqtion worked very good on my old OS windows XP now i... 20 Feb 2010 09:06
What is to be the best free IDE to write database applications on Windows Hi, while playing with Visual Studio C++ 2005 Express and C# 2005 Express I have experienced a problem using the designer or connection wizard to connect to other databases than Access or ./SQLEXPRESS. Even I could manually write code that connects to other databases I'll unable to use the nice IDE features to... 20 Feb 2010 06:55
LDT modification <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <blockquote cite="mid:hlnc56$61r$1(a)news.eternal-september.org" type="cite"> <p>After finding s... 20 Feb 2010 21:19
GDT modification David Given wrote: I have some deeply strange code that I have just discovered is accessing some values via GDT segment descriptors. The library that I am implementing has an API for allocating a new segment descriptor from the operating system, and setting it up to point at a block of memory in user... 19 Feb 2010 09:50
HKLM\SOFTWARE\Microsoft\Cryptography\RNG\Seed vs. CryptGenRandom Is there any advantage to calling CryptGenRandom or .NET's RNGCryptoServiceProvider when you can just read HKLM\SOFTWARE\Microsoft \Cryptography\RNG\Seed directly? In my testing, each read is followed by an immediate reseeding of that value, so I don't really see the difference? ... 18 Feb 2010 02:52 |