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:

>I think you may have hit paydirt there.  When I try to put a breakpoint on
>the dbmsStaticUpdate call Visual Studio says that the breakpoint will not be
>hit, and that no executable code is associated with the line.  It suggests
>preprocessor references or compiler/linker optimizations.  The only
>preprocessor directive I have listed is USE_DATABASE, so I'll be that there
>is a preprocessor directive that I am not defining that is needed.

Hmm, what other changes did you make though?  USE_DATABASE is just an enabler
for a general template, you'd need to (for example) change keyset/keyset.h to
include the required headers and add other plugin code as well to handle the
back-end (this makes it difficult for anyone else to replicate the problem
because no-one else would have the same setup as you).  Can you step through
initFunction() in keyset/dbx_misc.c to see what's going on, i.e. which
function pointers are set up and what's going where?  What you want to look
into is dbmsOpen() and createDatabase().

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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.