L
Ladvánszky Károly
Although I have added a reference to System.Drawing, the following
declaration produces a compile error:
System:rawing::Bitmap* b; // error C2039: 'Drawing' is not a member of
'System'
This way I can get things working:
#using <System.Drawing.dll>
System:rawing::Bitmap* b; // OK
Is it a misconcept that setting up a reference versus #using the appropriate
dll are equivalent?
Thanks for any help,
Károly
declaration produces a compile error:
System:rawing::Bitmap* b; // error C2039: 'Drawing' is not a member of
'System'
This way I can get things working:
#using <System.Drawing.dll>
System:rawing::Bitmap* b; // OK
Is it a misconcept that setting up a reference versus #using the appropriate
dll are equivalent?
Thanks for any help,
Károly