⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testd.txt

📁 zip算法的源码
💻 TXT
字号:
 

Question and Answer Database

Q:If I link to a .lib created with BC5 or BC5's implib, I 
get an error message complaining about "Invalid OMF record."
What am I doing wrong?

A: There is a difference in the object file format between
BC5 and C++Builder. This difference was deliberately
introduced to prevent problems when statically linking,
and was necessitated by changes in the exception handling
mechanism.

If you have a .DLL, you need to use C++Builder's implib
to create a new .lib, which you can link to. If you have
a static .LIB, you must recompile the source with C++Builder
or wrap the .LIB inside of a .DLL, and then run the new
implib on the .DLL.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -