我已经在我的程序中包含了Python.h,当我编译这个程序时,它显示了多个错误,告诉我"Unable to打开几个库“错误消息如下Error E2209 C:\Borland\bcc55\INCLUDE\Python.h8: Unable to open include file 'pyconfig.h'
Error E220
我在Borland C++ 6中构建了一个应用程序,我想导入外部的、非Borland库(确切地说,是)。我下载了fftw.lib文件,使用implib.exe程序构建了Borland已知的lib文件,在源代码中包含fftw.h,并将fftw.h复制到Borland/include,将fftw.lib复制到Borland/lib,并将.h、.dll和.lib文件复制到我的项目文件夹中。
编辑:在更仔细地检查堆栈跟踪后,它似乎是导致问题的原因:System.Collections.ArrayList.get_Item(Int32 index) at Borland.Vcl.TDBBufferList.FreeHGlobal(IntPtrPtr) at
Borland.Vcl.TCustomADODataS