Pruebas licencia. Versión 2.0.0.6

Gerardo/estandarizacion
Elena 2020-06-03 22:27:08 +02:00
parent 99cfb839f0
commit e890924e95
2 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@ -73,6 +73,10 @@ int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCm
strcpy(app->log.path,buf.get(nn));
buf.borra();
#ifdef _DEBUG
system("pause");
#endif
//verifica versión-----------------------------------
ClienteLicencias lic;
char strtem[MAX_PATH];
@ -86,12 +90,10 @@ int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCm
C_log::log("_tmain", "Error al comprobar versión");
#ifdef _DEBUG
system("pause");
#endif;
#endif
}
#ifdef _DEBUG
system("pause");
#endif;
C_log::log("_tmain","Inicio OliviaTask: %s", lpCmdLine);
mp.Despacha_log();
//verifica modo debug----------------------------------------