Re: [Fresco-devel] [Fwd: Fresco HelloWorld program example]
Stefan Seefeld <[email protected]> Sun, 13 Apr 2003 16:53:50 -0400
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
> How's it going? I have a question concerning the > HelloWorld program in the Latest Fresco Tutorial > (http://www2.fresco.org/tutorial/index.html) I have > been trying to follow the example, but it seems that > the example is not a full program (I can not find the > program entry point.) What do you mean by 'entry point' ? The example is a conventional C++ 'main' source file with function. What is missing ? Well, actually, it doesn't compile for me because of two bugs: It should include <Fresco/ToolKit.hh>, and the ClientContextImpl constructor takes actually a 'const char *', not a unistring. I'll fix the tutorial for the first issue, the second, I guess, should be fixed in the source, i.e. ClientContextImpl should indeed be constructed with a unistring. Neil, what do you think ? > The Vintage Fresco Tutorial > (http://vintage.fresco.org/tutorial/) has a complete > HelloWorld program. Does this version still compile / > work under the newest release of Fresco? (M2) I am > interested in developing Fresco clients to test out > the Fresco system. Thank you for your time. no, the vintage stuff is based on a completely distinct code base. It's the architecture and high level design that both have in common. Regards, Stefan