Dears,
I'm here back to you after long time without coding and without UPP because I have to modify my little software
I just made the following steps:
-I re-installed UPP (latest Nightly builds from website);
-I set up my old assembly;
-I tryed to compile it (both debug/release mode);
but i receive the following errors:
C:\Users\Matteo\Dropbox\2_Sviluppo++\Workspace_upp\LibVerifi che\Layout.h (147): error: use of deleted function 'Relazione::RelazioneFormat& Relazione::RelazioneFormat::operator=(const Relazione::RelazioneFormat&)'
C:\Users\Matteo\Dropbox\2_Sviluppo++\Workspace_upp\LibVerifi che\Materiali.cpp (1): In file included from C:\Users\Matteo\Dropbox\2_Sviluppo++\Workspace_upp\LibVerifi che\Materiali.cpp:1:0:
C:\Users\Matteo\Dropbox\2_Sviluppo++\Workspace_upp\LibVerifi che\Layout.h (136): note: 'Relazione::RelazioneFormat& Relazione::RelazioneFormat::operator=(const Relazione::RelazioneFormat&)' is implicitly
deleted because the default definition would be ill-formed:
...
Can you help me to undestand what is happinging please?