home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4842 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  1.3 KB

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