The specific CFLAG addition in the make file that works is /Zi which means to
generate full debug information.
derick
Yesterday I ran into the same problem. After some trial
and error, I was able to get it to work by editing nt.mak and changing
the CFLAG variable to:
CFLAG= /MT /Od -DDEBUG -D_
1. Find the implementation of function you need to call, for eg, hashFunc. 2.
copy the implementation to your project, rename to hashFunc2. Make whatever
modification you need to the code.
3. call hashFunc2 rather than hashFunc.
2009/5/24 jazeltq
>
> look demos , then source code
>
>
> 在2009-05