extern DllExport void ufusr( char *parm, int *returnCode, int rlen )
{
/* Initialize the API environment */
AFX_MANAGE_STATE(AfxGetStaticModuleState());
int errorCode = UF_initialize();
if ( 0 == errorCode )
{
////////////////////////////////////////
DLG = new CMFCtest();
DLG->Create( IDD_DIALOG1);
DLG->ShowWindow(TRUE);