home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!nwnexus!ole!rwing!seaeast!burklabs!ronb
- From: ronb@burklabs (Ron Burk )
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Re: Dynamic GUI libraries
- Message-ID: <u897wB1w163w@burklabs>
- Date: 11 Jan 93 06:29:29 GMT
- References: <3348@ucl-cs.uucp>
- Organization: Burk Labs, Redmond WA
- Lines: 24
-
- > I have been looking for a GUI tool (eg a C++ class library) which
- > allows you to build the UI dynamically (ie at runtime).
-
- I don't know of anything that precisely fits your request (assuming
- you've looked at interactive prototypers that then generate code).
- However, you might take a look at "GUILD". It seems to be kinda like a
- Visual Basic for C/C++. You paint the user interface interactively much
- like with VB, and you can call functions in your application that
- you registered with the tool. A key point is that the functions can
- be in your .exe, you don't have to put it in a DLL to be callable.
-
- GUILD Products Incorporated
- 1301 Shoreway Road
- Belmont, CA 94002
- (415) 593-3200
- FAX (415) 595-8158
-
- Disclaimer: I've just looked at their demos, this is not a product
- recommendation.
-
-
- [Ron Burk -|- Windows/DOS Developer's Journal]
- [ronb@rdpub.com uunet!rdpub!ronb, BIX rlburk, CIS 70302,2566]
- [Member of the League for Programming Freedom. Info: league@prep.ai.mit.edu]
-