<div dir="ltr"><span style="font-family:arial,helvetica,sans-serif">This is on Windows 7, CCL, latest CFFI pull.</span><div><br></div><div>I am writing an interface to a function that has a const char * as in input:<div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><font face="monospace, monospace">int DDC_GetFileStringPropertyLength (DDCFileHandle file, <b>const char       *property</b>, 
unsigned int *length);</font></div></div><div><div><font face="monospace, monospace"><br></font></div></div></blockquote><div><div><font face="arial, helvetica, sans-serif">In my defcfun, can I use <i>:string</i>, or do I need to do something special?</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">The reason I ask is that calls to this function cause a memory exception on one of my computers, while it works fine on the second computer.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Thanks,</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Mirko</font></div></div></div>