|
-
March 20th, 2007, 12:59 AM
#1
System::Drawing::Bitmap::Bitmap': candidate function(s) not accessible
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
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|