Hi i am having some weird error that i don't know where it is come from:
Error 1 error C3767: 'System:rawing::Bitmap::Bitmap': candidate function(s) not accessible

Can you please tell me what whould i do with these error? Thanks a lot


Here is the code that i use


//some code here
using namespace System:rawing;
//some code here


public: System::Void axGrFingerXCtrl1_FingerDown(System::Object^ sender, AxGrFingerXLib::_IGrFingerXCtrlEvents_FingerDownEvent^ e) {
//do something here
Bitmap handle;
//do something here

}