Author: Greg AndrzejewskiGreg Andrzejewski
Date: Jul 6, 2008 22:02
Just getting started with TV, going through the borland manual "Turbo
Vision for C++". I don't have the original floppies with the
demonstration code, unfortunately. On p. 40, I'm trying to compile
TVGUID04, though I don't have the original file tvguid04.cpp. Most of
the source is listed in the text, the rest, so far, has been pretty
obvious.
I'm using BC5 on WinXP with Borland's Public Release of Turbo Vision
2.0. When compiling I get the error 'insert' is not a member of
TDeskTop for the line "deskTop->insert(window)". 'window' is a
TDemoWindow*, a pointer to a class which inherits TWindow.
I'm guessing things changed since the book was written. Any
suggestions?
Thanks,
Greg
|