Per user request, here goes 64-bit version of NTFS Links utility, which provides shell UI for NTFS Junction Points. As 64-bit version of Windows operating systems provide two versions of shell explorer, and support both Win32 and x64 platform applications, it is typical to install both 32-bit and 64-bit versions of the utility to cover/extend [...]
Posts Tagged ‘x64’
NTFS Links: x64 build
Posted: 12th October 2011 by Roman in NTFS LinksTags: junction, link, ntfs, tool, utility, x64
Resource Tools: 64-bit build
Posted: 30th August 2011 by Roman in Resource Tools, TechnologyTags: .rc, .res, automation, resource, tool, utility, x64
I rebuilt the Resource Tools utility in 64-bits to, supposedly, be able to be good with resources on 64-bit binaries (actually 32-bit code might be dealing with those fine also?). Anyway, the build is here and the tool available in both 32-bit and 64-bit versions. In particular, both 32-bit and 64-bit JavaScript scripts hosted by [...]
Obtaining number of thread context switches programmatically
Posted: 20th March 2011 by Roman in Seriously, SourceTags: C++, context switch, ntdll, performance, Source, undocumented, x64
Previous post on thread synchronization and context switches used number of thread context switches as one of the performance indicators. One might have hard times getting the number from operating system though. The only well documented access to amount of context switches seems to be accessing corresponding performance counters. Thread performance counter will list available [...]
DirectShow Filter Graph Spy: 64-bit version and hook API
Posted: 1st November 2009 by Roman in ATL, TechnologyTags: 64-bit, API, DirectShow, filter, graph, hook, spy, x64
Today’s update for DirectShow Filter Graph Spy introduces 64-bit version (mind the beta state) and a mini-API for an external module to be involved into graph building process. Filter Graph Spy is offering three new interfaces that provide extensibility of the spy: IFilterGraphAddRemoveHook IFilterGraphConnectHook IFilterGraphStateControlHook The interfaces are contained in the type library and can [...]
