X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.52.231.97 with SMTP id tf1mr5856058vdc.3.1405798626960; Sat, 19 Jul 2014 12:37:06 -0700 (PDT) X-Received: by 10.50.43.196 with SMTP id y4mr304525igl.11.1405798626689; Sat, 19 Jul 2014 12:37:06 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Sat, 19 Jul 2014 12:37:06 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:7:f00:2ca:e176:84ba:7bb9:7f7; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 NNTP-Posting-Host: 2601:7:f00:2ca:e176:84ba:7bb9:7f7 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <010b685c-6128-4643-92ae-9a18205663cd@googlegroups.com> Subject: Re: turbo vision tutorial page, links all broken From: Jim Michaels Injection-Date: Sat, 19 Jul 2014 19:37:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2711 Lines: 35 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s6JJj1Qd020025 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Friday, July 18, 2014 5:03:13 PM UTC-7, Jim Michaels wrote: > http://www.delorie.com/howto/djgpp/turbo-vision-howto.html > > the links are all broken and lead to junk pages. > > > > please fix? > > > > I actually have the hardcopy, it came with my borland C++ 3.1 and turbo pascal. better examples are needed in order to make a working program, and I don't think it gives a complete detailed reference on the classes (pieces missing). a real working tutorial that puts up a variety of real, usable controls that do something would be nice, and something in DJGPP that uses 80x50 video mode would be nice. (screen=0x12 in config.sys for freedos). I don't know, maybe that's a project for me...? > > > > I think I am just going to have to dig into the classes sometime and see what's in them. could possibly be the only way to produce a program? Hi. I did some googling, and found the TV project on sourceforge, for mingw and DJGPP, linux, bsd, blackberry, *! http://tvision.sourceforge.net/ sorry, I could not find a tutorial, I was thinking of maybe writing one if I had the time soon, even if it's just for my own benefit (but I would like to help others too). I was also thinking of running the source code through a UML reverse-engineering tool to get at least an idea what the thing looks like, and publish a diagram. no success there yet. I am trying.