Home AMX User Forum NetLinx Studio

Help! PReprocessor Error. What is?

Hi
I 'making a project with netlinkx studio 2
When I compile the project I have 3 problem with 3 files.

(108)NetLinx Pre-Processor Error: yycomment: EOF met looking for end of comment

What is?
Can you help me?
Thanks a lot
Alex

Comments

  • yuriyuri Posts: 861
    it says what's wrong. It is looking until the End Of File (EOF) for your end of comment character.
    Probably there is a (* somewhere in your code, which isn't terminated with a *)
    :)
  • DHawthorneDHawthorne Posts: 4,584
    Often, such non-obvious nesting errors are introduced by an include file, be sure to check those.
Sign In or Register to comment.