*Experts* mutant Posted December 26, 2004 *Experts* Posted December 26, 2004 Does anybody know if Microsoft plans by any chance to add an implementation of high precision timing to .NET library? I've tried searching but can't find anything about that topic. Thanks. Quote
ThePentiumGuy Posted December 26, 2004 Posted December 26, 2004 Heheheh yeah you gotta hate those timers. I wish there was some way you can use the timers that you use in C++ (can't remember the name), it was in winmm.dll. See if you can find a wrapper for that. -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
sho Posted December 26, 2004 Posted December 26, 2004 Does anybody know if Microsoft plans by any chance to add an implementation of high precision timing to .NET library? I've tried searching but can't find anything about that topic. Thanks. download-> Timer It's from first Managed DirectX release. Quote
ThePentiumGuy Posted December 26, 2004 Posted December 26, 2004 It's incredible how confusing Microsoft code gets... " [system.Security.SuppressUnmanagedCodeSecurity] // We won't use this maliciously [DllImport("kernel32")] " MAN. -The Pentium Guy Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
*Experts* mutant Posted December 27, 2004 Author *Experts* Posted December 27, 2004 I know about those APIs. I mean an actual .NET class which is a part of the Framework, even if it is just a call to those APIs underneath (on the Win32 platform). Quote
Richard Crist Posted January 12, 2005 Posted January 12, 2005 Possibility? Does anybody know if Microsoft plans by any chance to add an implementation of high precision timing to .NET library? I've tried searching but can't find anything about that topic. Thanks. I saw an MSDN magazine article about that exact situation. I will look for it at home. Meanwhile, I did find this. It's low level, but I'm not sure how low level you want to get, and what your goal is with the high resolution timer. Quote nothing unreal exists .NET Framework Homepage ~ Visual C# Spec ~ C++/CLI Spec ~ Visual Basic .NET Spec
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.