convert *void to void[]

gabrielsylar noreply at email.com
Wed May 6 19:19:25 PDT 2009


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.d

thanks, but im writing my own simple wrapper around sqlite3.dll(so) dynamic loadable library


More information about the Digitalmars-d-learn mailing list