// Step1Expres.cpp : Defines the exported functions for the DLL application.
//

#include "stdafx.h"
#include "Step1Expres.h"


//-------------------------------------------------------------------------------
//   
// ---
char * WINAPI LIBRARYNAME()
{
  return "   Visual C++ Express";
}


//-------------------------------------------------------------------------------
//   
// ---
void WINAPI LIBRARYENTRY( unsigned int comm )
{
  //   
  MessageT( _T("!!!") );
  CString s;
}