|
|
|
|
- Reason
- Correction
- Example
- Using the global member pLast of the Drawing class
Error 1007: The member is global: use the: operator: to access it
You are trying to access a global member of the class by using the syntax allowing you to access a non-global member. You are using the following syntax:
This syntax cannot be used to access a global member. Use the proper syntax for accessing a global member of the class:
Using the global member pLast of the Drawing class Code triggering the error Possible correction Correct the syntax used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|