BCB problems
Posted: 04 Feb 2008, 19:39
I've asked this question to support but get no answer, may be in this forum some one could help me.
TsgDXFImage *DXFImg = dynamic_cast<TsgDXFImage *> (FDNavigator->Picture->Graphic);
if (DXFImg) {
DXFImg->SetMatrixMode(smEnabled);
FDNavigator->Update();
}
The compiler is giving an error.
TsgDXFImage::SetMatrixMode is not accessible.
The suppplier of this program is suggesting, in DXFImage.pas to move the methods to public and compile it, pragmatically imposible to compile.
I 've asked this questions and nobody get answered. May be in this forum they can answer.
Thanks
Aby
TsgDXFImage *DXFImg = dynamic_cast<TsgDXFImage *> (FDNavigator->Picture->Graphic);
if (DXFImg) {
DXFImg->SetMatrixMode(smEnabled);
FDNavigator->Update();
}
The compiler is giving an error.
TsgDXFImage::SetMatrixMode is not accessible.
The suppplier of this program is suggesting, in DXFImage.pas to move the methods to public and compile it, pragmatically imposible to compile.
I 've asked this questions and nobody get answered. May be in this forum they can answer.
Thanks
Aby