From b9f8c956ba2bdf17947b890a1cc5988bfa1090b9 Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 29 Oct 2003 16:28:34 +0000 Subject: [PATCH] Patch level :2.0 AVIS nopatch Files correlati : Ricompilazione Demo : [ ] Commento :corretti errori di compilazione nella versione AVIS 32bit git-svn-id: svn://10.65.10.50/trunk@11547 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at0100.cpp | 2 +- at/at7300.cpp | 2 +- at/at7400.cpp | 2 +- at/at8.cpp | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/at/at0100.cpp b/at/at0100.cpp index 851b9fb07..51916a842 100755 --- a/at/at0100.cpp +++ b/at/at0100.cpp @@ -1555,7 +1555,7 @@ int TGestioneSoggetti::scrivi(const TMask& m, bool ri) const TDate datanulla(NULLDATE); hmask.set(F_DATACONV, datanulla); hmask.set(F_DATAULTSOL, datanulla); - const int numzero = 0; + const long numzero = 0; hmask.set(F_NUMCONV,numzero); } diff --git a/at/at7300.cpp b/at/at7300.cpp index b7eb3b331..479e79db1 100755 --- a/at/at7300.cpp +++ b/at/at7300.cpp @@ -110,7 +110,7 @@ HIDDEN bool printer_handler(TMask_field& f, KEY k) config << "CARTOLINE"; TPrinter& p = printer(); - p.set_printtype(normprinter); // Force configuration update + p.set_printtype(winprinter); // Force configuration update p.read_configuration(config); if (p.set()) f.message_box("Stampante configurata per stampa cartoline"); diff --git a/at/at7400.cpp b/at/at7400.cpp index 901b80653..4362b723c 100755 --- a/at/at7400.cpp +++ b/at/at7400.cpp @@ -101,7 +101,7 @@ HIDDEN bool printer_handler(TMask_field& f, KEY k) config << "CARTOLINE"; TPrinter& p = printer(); - p.set_printtype(normprinter); // Force configuration update + p.set_printtype(winprinter); // Force configuration update p.read_configuration(config); if (p.set()) f.message_box("Stampante configurata per stampa cartoline"); diff --git a/at/at8.cpp b/at/at8.cpp index 50d4b0f03..2f36b76e7 100755 --- a/at/at8.cpp +++ b/at/at8.cpp @@ -4,7 +4,7 @@ #include "at8.h" -#define usage "Error - usage : %s -{1|2|3|4|5|6|7|8|9}" +#define usage "Error - usage : %s -{1|2|3|4|7|8|9}" int main(int argc,char** argv) @@ -24,10 +24,10 @@ int main(int argc,char** argv) rt = at8400(argc,argv) ; break; case 4: rt = at8500(argc,argv) ; break; - case 5: +// case 5: //rt = at8600(argc,argv) ; break; - case 6: - rt = at8700(argc,argv) ; break; +// case 6: +// rt = at8700(argc,argv) ; break; case 7: rt = at8800(argc,argv) ; break; case 8: