Replies: 1 comment
-
该问题与 duilib 框架无关。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我单独实现了一个网络模板,是一个dll,采用unicode字符集和MDd运行库。然而我的接口函数中若返回值或者参数出现string时,就会出现断言失败,Expression: __acrt_first_block == header
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.尽管函数十分简单std::string test(std::string){string result=""; return result;}会在return时跳出断言失败,但我若是把参数和返回值都改为int则不会出现该问题。
Beta Was this translation helpful? Give feedback.
All reactions