Visual Assert – The Unit Testing Add-In for Visual C++
cfix – C/C++ Unit Testing for Win32 and NT
 
 

Creating Custom Event Sinks

Creating Custom Event Sinks

Creating a custom event sink comprises two steps: First, you have to implement the interface defined by CFIX_EVENT_SINK. Second, you have to wrap your implementation in a separate DLL, the Event DLL and provide a specific export, CreateEventSink. Please refer to the following subsections for details.