What's wrong with CSeries?
Posted: Sun Jul 30, 2023 10:50 am
----------
------------
The above sentence reported an error of 80020005.
But if you call this:
--------------
--------------
the color value can be obtained normally.
I really don't know what the reason is? I'm going crazy
Code: Select all
CSeries lineSer;
LineSer.put_ Color (RGB (255,0,0));
The above sentence reported an error of 80020005.
But if you call this:
--------------
Code: Select all
CSeries lineSer;
lineSer.get_ Color();
the color value can be obtained normally.
I really don't know what the reason is? I'm going crazy