expected initializer before '*' token

getting error as-expected initializer before '*' token.

 
  <static NI_6289 *NI_6289_0;>



can any one tell me what how to remove?
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
hi peter ,

yes NI_6289 is defined in headers.

and also removed < and >.

still getting error
What are you trying to do? Are you trying to create a static NI_6289-pointer?
Topic archived. No new replies allowed.