JohnO Messages: 4 Registered: August 2007 Location: Ireland
Junior Member
Hi,
Another thing - Prog_1 (above) builds and runs as expected.
But if you simply include the <Core/Core.h> headers (even though
they are not needed), it no longer builds.
Surely HelloWorld apps can't be this tricky, right?
#include "stdio.h"
#include <iostream>
#include <Core/Core.h> // <-- adding this causes build to fail
int main(int argc, const char *argv[])
{
char dummy;