downs Wrote:
> gabrielsylar wrote:
> > can anybody please tell me how to properly convert from void* to void[]
> > as the code below?
> >
> > void[] get_bytes(int n) { return sqlite3_column_blob(stmt, n); }
>
> In unrelated matters: if you're writing a sqlite3 binding, take a look at
> tools.sqlite3. :)
>
> http://dsource.org/projects/scrapple/browser/trunk/tools/tools/sqlite3.dthanks, but im writing my own simple wrapper around sqlite3.dll(so) dynamic loadable library
