home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / cad / cadence / 186 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.3 KB

  1. Path: sparky!uunet!iWarp.intel.com|inews!at4cad!mwyllie
  2. From: mwyllie@at4cad.intel.com (Mary Wyllie)
  3. Newsgroups: comp.cad.cadence
  4. Subject: Skill/C interface
  5. Message-ID: <12423@inews.intel.com>
  6. Date: 22 Jul 92 23:20:21 GMT
  7. Sender: news@inews.intel.com
  8. Followup-To: mwyllie@at4cad.intel.com
  9. Organization: intel
  10. Lines: 21
  11. Originator: mwyllie@at4cad
  12.  
  13. I am doing some application development using RWS (Remote Window Services) in
  14. cadence.  The goal is to have our primary code base in C, using skill to
  15. build user interfaces, and having a C layer to interface from the skill
  16. code.  The only thing I have found to communicate from Skill to C is to send
  17. a message to an application window.
  18.  
  19. The problem is this:
  20.  
  21. The message function allows a string to be passed to the application.  I have
  22. found no other way to communicate from skill -> C other than a string.  I have
  23. been working on a mechanism to translate strings to variables and functions,
  24. so that I can call effectively call C functions and set C variables from the
  25. Skill code.  This is not trivial (unless it is made to be VERY limited).
  26.  
  27. Is it possible that I'm missing some simpler way to communicate to the C code?
  28. Is anyone out there doing something similar?  Does anyone have any elegant
  29. solutions?  I decided that it was at least worth asking before I get any deeper
  30. into this!
  31.  
  32. Thanks for any and all input!
  33.  
  34.