Re: How do I access the data contained within the performUpdate function's boundData parameter?
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
Ed Curren <[email protected]> writes: >Something very strange is happening. Within performUpdate() in dbms.c, line >135: > >status = dbmsInfo->performUpdateBackend( dbmsStateInfo, command, > commandLength, boundData, updateType ); > >is calling with a boundData value of 0x00000000, but my function receives a >boundData value of 0x00000122. I have listed the steps I have performed up >to this point. Ah, I see the problem, the interface given in the manual is for an older version of the cryptlib internal API (because it's an internal API it doesn't have the same stability as the external one), so the function signatures have changed (hmmm, didn't you get compile errors when you built this?). If you use odbc.c as a template you'll get the correct function prototypes, and I'll get the docs updated for the 3.4 release. Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.