Greetings,
I'm developing come custom blocks with Pro and I need the code in the .c files to refer to target specific header files and functions. How do I get this code through Visual Studio so it generates the code I want for my target without barfing over references and include files it doesn't know about?
Thanks in advance for any pointers!
Steve.
8:57am
Hmm... Never found the kind of approach I was expecting - so it looks like I will just #ifdef in all the target specific code so Visual Studio will ignore it.