home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4320 < prev    next >
Encoding:
Internet Message Format  |  1992-12-18  |  2.0 KB

  1. Xref: sparky comp.os.ms-windows.programmer.misc:4320 comp.os.ms-windows.programmer.tools:1746
  2. Path: sparky!uunet!mcsun!sun4nl!ruuinf!accucx!nevries
  3. From: nevries@accucx.cc.ruu.nl (Nico E de Vries)
  4. Newsgroups: comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools
  5. Subject: Wanted smart C library to hide Windows complexity.
  6. Message-ID: <3511@accucx.cc.ruu.nl>
  7. Date: 17 Dec 92 20:58:40 GMT
  8. Followup-To: poster
  9. Organization: Academic Computer Centre Utrecht
  10. Lines: 31
  11.  
  12. I have the following "problem":
  13.  
  14. We currently use a combination of Microfocus COBOL and ObjectView for a
  15. large project. ObjectView is used as a smart interface to the Windows
  16. SDK. It basically is a C interface (COBOL can call C programs). The
  17. interface solves all problems of screen refreshes etc.
  18.  
  19. ObjectView delivers a screen painter which generates a special p-code
  20. objectfile . This file is used by the runtime. One can communicate with
  21. the UIF by simple functions allowing putting values in fields, list
  22. boxes etc and getting the user actions. E.g. pressing a button triggers
  23. a specific (definable) C function.
  24.  
  25. The major problem of ObjectView is cost. They charge for run-rimes and
  26. we are talking about 20-40,000 systems here.
  27.  
  28. What I want to know is if there are other smart UIF systems delivering a
  29. simple way to access the Windows UIF. The system has to be linkable in a
  30. C environment and must support the medium and large memory models.
  31. Preferable the entier program should be in DLL's.
  32.  
  33. Anyone any suggestions?
  34.  
  35. Nico E. de Vries  (nevries@cc.ruu.nl) |------------------*   AA   III  PPP
  36. _ This text is supplied AS IS, no warranties of any kind |  A  A   I   P  P
  37. | apply. No rights can be derived from this text. This   |  AAAA   I   PPP
  38. | text is likely to contain spelling and grammar errors. |  A  A   I   P
  39. *---------------------------( Donate to GreenPeace! )----*  A  A  III  P
  40.  
  41. To get (many) ==> LOSSLESS DATA COMPRESSION SOURCES <== get lds_10.zip at 
  42. garbo.uwasa.fi /pc/programming. Make files for Borland C are included. 
  43.