#define EXPORT extern "C" __declspec( dllexport )

EXPORT int	CALLBACK ReportStdError( HKEY hAppKey,
									 int  errNumber, int  errType, 
									 UINT delay, 	 char * pszMsg,	 
									 char * pszCaptions = "",
									 char * pszTitle = "" );

EXPORT void CALLBACK ReportPopup( UINT	 delay,	 WORD  wAlign, 
								  int	 xPos,   int   yPos,
								  char * pszMsg );

