expected initializer before '*' token

Feb 2, 2016 at 10:42am
getting error as-expected initializer before '*' token.

 
  <static NI_6289 *NI_6289_0;>



can any one tell me what how to remove?
Feb 2, 2016 at 11:51am
Has the NI_6289 type been defined before this line of code?

If you are trying to declare a static variable you should remove < and > from your code.
Last edited on Feb 2, 2016 at 11:51am
Feb 2, 2016 at 12:11pm
hi peter ,

yes NI_6289 is defined in headers.

and also removed < and >.

still getting error
Feb 2, 2016 at 1:05pm
What are you trying to do? Are you trying to create a static NI_6289-pointer?
Topic archived. No new replies allowed.