I
idecl
Unregistered / Unconfirmed
GUEST, unregistred user!
-------------------------------------
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: D:/Program Files/Borland/Delphi7/Projects/client/client.exe
File: dbgheap.c
Line: 1038
Expression: pHead->nLine == IGNORE_LINE &&
pHead->lRequest == IGNORE_REQ
For information on how your program can cause an assertion
failure, see the Visual C++do
cumentation on asserts.
(Press Retry to debug the application)
---------------------------
终止(A) 重试(R) 忽略(I)
--------------------------------------------
我用delphi7 调用C++的DLL文件,报以为错,请问是为什么?
delphi中声明了C++头文件中的结构构,回调函数等
Microsoft Visual C++ Debug Library
---------------------------
Debug Assertion Failed!
Program: D:/Program Files/Borland/Delphi7/Projects/client/client.exe
File: dbgheap.c
Line: 1038
Expression: pHead->nLine == IGNORE_LINE &&
pHead->lRequest == IGNORE_REQ
For information on how your program can cause an assertion
failure, see the Visual C++do
cumentation on asserts.
(Press Retry to debug the application)
---------------------------
终止(A) 重试(R) 忽略(I)
--------------------------------------------
我用delphi7 调用C++的DLL文件,报以为错,请问是为什么?
delphi中声明了C++头文件中的结构构,回调函数等