Shop OBEX P1 Docs P2 Docs Learn Events
SinpleIDE simpletools.h unavailable — Parallax Forums

SinpleIDE simpletools.h unavailable

I am working with a Main .C module and .cogc module. Just looking at the interface and how things get tied together. I include "simpletools.h" in the main module and everything compiles without error. But when I attempt to include "simpletools.h' in the .cogc module, I get the message "error: simpletools.h: No such file or directory". I assume it has something to do with the .cogc file.

There are routines in simpletools I would like to use in the .cogc code.

Can someone provide some insight??

Comments

  • Sinpletools includes all the hub operations as well as a bunch of other stuff. Cogc is for in-cog operations only. There's a more technical answer but put simply, you cannot include it because you are using cogc mode.
  • I assumed that was the case.

    Thanks for the clarification.
Sign In or Register to comment.