Home > Software engineering >  Teechart 3 d drawing, can not find a member function
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

CodePudding user response:

reference 1/f, zhao teacher reply:
m_chart statement or declaration not 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

Miss zhao, I am a 32 bit system, registration copies the ocx is to c: \ Windows \ sysdow32 \ directory, and then have an administrator to open the registration, also prompt registration

CodePudding user response:

Whether to use the header file/library file version is wrong? Resource manager in each version of file open directory search contains 3 d printed see

CodePudding user response:

Try to compile link TeeChart take example of project,
Search complete TeeChart installation package,

CodePudding user response:

Don't know what do you see the post, and how to get the header file
I see the use of the blog posts is not getAspect getAspect
, of course, it is also possible we see is not a company TreeChart...

CodePudding user response:

Problem has been solved, thank you, is a question of when bind variables,

CodePudding user response:

The
refer to the original poster & lt; Span style="color: # 4788 c7" & gt; Lluor Response:
problem has been solved, thank you, is a question of when bind variables,
& lt; br/> Hello, I also met getaspect problem can teach it to me
  • Related