[Openmcl-devel] foleign type (:array :signed-byte 4))
    Marco Baringer 
    mb at bese.it
       
    Fri Jan 16 08:13:36 PST 2004
    
    
  
I'd like to call a foreign function which takes a parameter of type 
(:array :signed-byte 4) i've defined the type with:
(ccl::def-foreign-type :UVersionInfo (:array :signed-byte 4))
Which works perfectly, the problem arises when i try to define a 
function which calls this foreign function. Evaluating (or even just 
macro expanding) a FF-CALL form which uses UVersionInfo for one of the 
args gives the error "can't determine representation keyword for 
:UVERSIONINFO". is this a bug or am i missing something?
--
Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
	-Leonard Cohen
    
    
More information about the Openmcl-devel
mailing list