I
Itay_k
Hello,
I want a member in my class that will save pointer to pointer to
System:rawing::Image class.
When I write on my class code:
System:rawing::Image **bmp;
I get this error message:
error C3160: 'bmp' : cannot declare interior __gc pointer or reference as a
member of 'RCClientNS::RCClientComm'.
What is the solution?
Thank's alot,
Itay.
I want a member in my class that will save pointer to pointer to
System:rawing::Image class.
When I write on my class code:
System:rawing::Image **bmp;
I get this error message:
error C3160: 'bmp' : cannot declare interior __gc pointer or reference as a
member of 'RCClientNS::RCClientComm'.
What is the solution?
Thank's alot,
Itay.