I
Iwanow
Hello!
I have a single class without any inheritance over there, and I get
that error on its constructor which is an empty function:
LabelProcessor::LabelProcessor() {
}
The full error message is as follows:
..\LabelProcessor.cpp(5) : error C3767:
'System:rawing::Bitmap::Bitmap': candidate function(s) not accessible
How do I get rid of such an error? Thank you in advance for any hints.
I have a single class without any inheritance over there, and I get
that error on its constructor which is an empty function:
LabelProcessor::LabelProcessor() {
}
The full error message is as follows:
..\LabelProcessor.cpp(5) : error C3767:
'System:rawing::Bitmap::Bitmap': candidate function(s) not accessible
How do I get rid of such an error? Thank you in advance for any hints.