Can I use WinPcap with Borland development tools?
Note first of all that we support only Microsoft Visual C++, so we are not able to provide help about other compilers. If you want to use to Use WinPcap under C++ Builder (version 5.0), you have to use the program COFF2OMF.EXE which can be find in the directory of BORLAND. This program gives the possibility to convert Packet.lib and wpcap.lib (which are in the Visual C++ standart, COFF) to the OMF standart, the one of C++ Builder. For more information type COFF2OMF in the Help of C++ Builder. Syntax (in a DOS console) : COFF2OMF input.lib output.lib In this case case Input.lib = wpcap.lib or packet.
Note first of all that we support only Microsoft Visual C++, so we are not able to provide help about other compilers. If you want to use to Use WinPcap under C++ Builder (version 5.0), you have to use the program COFF2OMF.EXE which can be find in the directory of BORLAND. This program gives the possibility to convert Packet.lib and wpcap.lib (which are in the Visual C++ standart, COFF) to the OMF standart, the one of C++ Builder. For more information type COFF2OMF in the Help of C++ Builder.