Home > Software engineering >  After call dynamic repository class, program appear an assertion fails
After call dynamic repository class, program appear an assertion fails

Time:03-02

# include "C11. H"

C11 m_HTMotion;//call the dynamic library of C11 classes, compile successfully and run assertion failure


Then I put the generated solution of dynamic link library, automatically generated dynamic library APP class notes, only

# include "stdafx. H"
//# include "HTDLPMotion. H"

# ifdef _DEBUG
# define new DEBUG_NEW
# endif

At this point, problem solving and compile successfully, no assertion error, this is what circumstance!













  • Related