Paste number 139232: untitled

Index of paste annotations: 1

Paste number 139232: untitled
Pasted by: 1234
When:11 years, 5 months ago
Share:Tweet this! | http://paste.lisp.org/+2ZFK
Channel:None
Paste contents:
Raw Source | XML | Display As
(defcfun ("render" c-render) :void
  (point (:struct point))
  (width :int)
  (height :int)
  (info :string)
  (world :pointer))

(c-render point width height "FOO" (world-c world))

There is no applicable method for the generic function
  #<STANDARD-GENERIC-FUNCTION
    CFFI:TRANSLATE-INTO-FOREIGN-MEMORY (5)>
when called with arguments
  (#.(SB-SYS:INT-SAP #X7FFFF4507EF8)
   #<CFFI::FOREIGN-STRING-TYPE :UTF-8>
   #.(SB-SYS:INT-SAP #X7FFFF4507ED0)).
   [Condition of type SIMPLE-ERROR]

Annotations for this paste:

Annotation number 1: untitled
Pasted by: 1231231
When:11 years, 5 months ago
Share:Tweet this! | http://paste.lisp.org/+2ZFK/1
Paste contents:
Raw Source | Display As
void render(Point point, int width, int height, const char* info_line, World* world);

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.