Teechart 3 d drawing, can not find a member function
Time:09-16
I stupid, this problem has spent a long time, also did not solve, strives for the great god give directions,
Want to implement a simple 3 d coordinates of tracing point drawing, access to some data, choose the Teechart controls, has now been installed the v5 v8 2018 three versions, if want to resources, Can leave the mailbox, or I tidy up the document such as backwardness to CSDN, for your free download,
Questions as follows: the plugin has been registered, 2 d drawing has been testing, so the plugin is certainly no problem,
This part 3 d drawing, consulted a few blog posts, bloggers write basic similar, using point3D Can call the statement M_chart. GetAspect (.) SetView3D (TRUE);//display the 3 d effect for(int i=0; I<20; I++) for(int j=0; j<12. J++) M_chart. Series (1). GetAsPoint3D () AddXYZ (I, j * I, j, NULL, RGB (255255, 0));
Consult, header files are included, why and other bloggers write, not the same? Where is configuration is there a problem? Should be nothing to do with teechart version,
CodePudding user response:
M_chart not declaration or statement in the right position or corresponding control is not properly registered, Reference: In a 64 - bit Windows: 64 exe and DLL in the directory c: \ Windows \ sys tem32 directory. 32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory. So pay attention to: In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory, And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL