I am back with another dumb question. I have built my project and everything is going great but I am building in DEBUG mode. When I switch to release mode, it fails to build, here is the exact text:
Build active project — 181 ms — 1 error
Building “EL_FIRMWARE” in configuration “Release” — 1 error
Compiling mem.c — 1 error
included from c:/salvo/src/mem.c(30): can't find include file "salvocfg.h"
Build failed
When I switch the mode from Debug to release, the "+" symbol next to mem.c vanishes in the project viewer. So basicaly in debug mode, mem.c can find all the necessary include files, but when I switch to realease mode it can't. Have I done something stupid? I set up the project explorer just like the Salvo tutorials instructed me to. So salvocfg.h is obvioulsy included.
Thanks for the help,
FK