home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0362.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  918 b   |  22 lines

  1. I would like to here from any people who have found a solution 
  2. either of the following problems:
  3.  
  4. 1) Interfacing with Sun graphics, either SunCore or preferably,
  5. at the Pixwind/Pixrect level. The main problem is that the interface
  6. that sun provides is in terms of C header files defining C "structs".
  7. So a related solution would be:
  8.  
  9. 2) A package to allow franz programs to manipulate external structures.
  10. That is, the ability to follow pointers and write into memory that was
  11. not allocated by franz.  I can use vectori to create blocks with one can
  12. pass TO a C-program, but when the system returns a pointer to a
  13. structure, franz just see a fixnum and will not treat it as a pointer.
  14. Has anyone extented/subverted the datatyping in franz to allow treating
  15. arbitrary pointers as for example, hunks?
  16.  
  17. I will probably attempt to solve these problems, so ANY help or
  18. collaboration will be greatly appreciated.
  19.  
  20. j. peck
  21.  
  22.