<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><pre style="" class="">I was hoping someone could look at this and help me debug it.<br style=""><br style="" class="">I'm getting:<br style="" class=""><br style="" class=""> (FOREIGN-ALLOC :POINTER :INITIAL-ELEMENT (NULL-POINTER))<br style="" class="">is not of type<br style="" class=""> SB-SYS:SYSTEM-AREA-POINTER. when I run it.<br><br><br style="" class=""><br style="" class="">(foreign-array-alloc #2A((<br style="" class=""><br style="" class=""> (foreign-alloc :pointer :initial-element (null-pointer)) <br style="" class=""> (foreign-alloc :pointer :initial-element (null-pointer))) <br style="" class=""> ((foreign-alloc :pointer :initial-element (null-pointer)) <br style="" class=""> (foreign-alloc :pointer :initial-element (null-pointer))) <br style="" class="">
((foreign-alloc :pointer :initial-element (null-pointer)) <br style="" class=""> (foreign-alloc :pointer :initial-element (null-pointer))) <br style="" class=""> ((foreign-alloc :pointer :initial-element (null-pointer)) <br style="" class=""> (foreign-alloc :pointer :initial-element (null-pointer)))) '(:array :pointer 4 2))<br style="" class=""><br style="" class=""></pre><pre style="" class=""> </pre></div></body></html>