Hello,
is it possible to pass a #define to a progam started after
build/rebuild.
At the moment I call this program in targetoptions - User - After
Build/Rebuild:
QBin2Prf.exe ".\files\objTS\ts.bin" 1 8
It would be helpful to replace the 1 and the 8 by a define which
is already defined in my source.
#define USR_K_NODENUMBER (1)
#define USR_K_TYPENUMBER (8)
Unfortunately I did not find a way to pass these defines to teh
command line :-(
↧