Phew, luckily I had a compatriot deliver a large enough supply to last me until I visit home again at the end of the year. But you can buy Vegemite here at Costplus World Market. Although I only found the tiny 2oz jars.
B
bren jones
@bren jones
Posts
-
No Vegemite for you! -
Warning raised in debug mode but not release modeI hope this is an easy one for someone more familiar with the VS8 IDE than me. There was a local variable in my code that was initialized but not referenced and so warning C4189 (level 4) was raised. However, it was only raised when compiling in debug mode. In release mode the warning was not raised. I have the following properties set in my project, under Configuration Properties > C/C++ > General: Warning Level = Level 4 Treat Warnings As Errors = Yes I have triple checked, and these settings are the same for debug and release configurations. I have corrected the bug, but any ideas why the warning was not raised in release mode?