/** @file WS_DLL_13.cpp * * @brief Defines the entry point for the DLL application. * * * @see vetFilterSample * * @version 1.0 * @date 19/01/2006 17.27.37 * @author Alessandro Polo * * **************************************************************************** * VETLib Framework 1.0.2 * Copyright (C) Alessandro Polo 2005 * http://www.ewgate.net/vetlib * ****************************************************************************/ ////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////// SETUP MODULE HERE //////////////////////////////////////////////////////////// SETUP MODULE HERE ////////////////////////////////////////////////////////////////////////////// // include your class header here #define NULL 0 #include "vetFilterSample.h" #define VETPLUGIN_CLASSNAME vetFilterSample #define VETPLUGIN_CLASSNAMEq "vetFilterSample" #define VETPLUGIN_FULLNAME "type here class description" #define VETPLUGIN_MAJORVERSION 0x00000001 #define VETPLUGIN_MINORVERSION 0x00000000 #define VETPLUGIN_BUILDNUMBER 0x00000002 // almost done, just add source code or library to project and build.