[comp.windows.interviews] diffs 2.6 --> 3.0

shirley@washington (Bill Shirley) (06/27/91)

At the location I am at, InterViews 3.0 is installed.  I tried compiling
some examples that came with TAE+ (something else, If you don't know what
it is it doesn't matter) that are v 2.6.  The first was a very simple, part
of some kind of tutorial (of which I only have the code. If someone knows
the location of some "text" that corresponds to this, I'd appreciate a nudge
in that direction) the entire text of which follows:

#include <InterViews/message.h>
#include <InterViews/world.h>

int main () {
    World* world = new World();
    world->InsertApplication(
        new Message("The quick brown fox...")
    );

    world->Run();

    delete world;
    return 0;
}

I got the message

 ./main.c: 2: Can't find include file InterViews/message.h

which leads to my question: Have the include files changed drasticly between
releases?




-- 
     ____      ____      ____			Bill Shirley
    / ___|    / ___|    / ___|			bill@gothamcity.jsc.nasa.gov
   |_|omputer|_|ciences|_|orporation		_______________________________
    _             _     _			Opinions expressed are obtained|
   | |___     ___| |   | |___			by a room full of immortal apes|
    \____|   |____/     \____|			with unbreakable typewriters.  |
  						~~~~~~~~~~~DISCLAIMER~~~~~~~~~~~