From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <07de01c0e518$72b7fc50$e8b7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010524185028.F1E14199D5@mail.cse.psu.edu> <20010525065834.K21254@cackle.proxima.alt.za> Subject: Re: [9fans] Limbo Tk FAQ? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Fri, 25 May 2001 14:44:32 +0200 Topicbox-Message-UUID: a82a31d4-eac9-11e9-9e20-41e7f4b1d025 > I haven't tried VB or VC++, ... i've written some amount of C with VC++ and it's throroughly unpleasant. there are at least three problems: - windows' environment - the documentation is unreadable - there are some things you can't do in C that you have to do in C++. toolbars spring to mind. you can't write them in C, 'cos there's not enough documentation so you're committed smashing the two worlds together. toolbars are yet another demonstration of a broken design. if it was obvious what the icons did you wouldn't need the text to pop up when you mouse over them.