Following the Blinky tutorial and building the example I have discovered that it generates a compilation error "ERROR F001> ${.::JBlinky.c}#7 broken model link in file : " which is for this definition "$define ${Shared}". When viewing the code in Visual Studio it is evident that the header file location for qpc.h cannot be resolved. I have checked my file system and there is no qpc.h file which I assume should have been copied during the installation of QM 7.0.3 or the tutorial. I assume that the item {Shared} is declared in the missing header file. Changing the item name to {App} as is reflected in the deployed Blinky.c file resolves the issue and so it seems the bug is in the tutorial from where I copied the C code for Blinky.c.
Anonymous
Thank you for reporting. The QM Tutorial online has been updated and should work now.
The model templates that ship with QM 7.0.3 are checked to be correct.
The documentation update should be all that's required to fix this issue, but please confirm so that the bug can be closed.
--MMS